index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
util
Commit message (
Expand
)
Author
Age
*
Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...
nharmata
2018-01-18
*
Redo FileType to reduce generated garbage.
tomlu
2017-12-22
*
Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.
aehlig
2017-12-19
*
Make FileSystem operate on LocalPath instead of Path.
tomlu
2017-12-14
*
Move msys path support into DependencySet, removing it from the general Path ...
tomlu
2017-12-14
*
Adds a codec for RegexFilter.
Googler
2017-12-13
*
Add a static method GroupedList#numElements to allow to count the number of d...
shreyax
2017-11-29
*
Track Option placement within a priority category.
ccalvarin
2017-10-18
*
Make UnionFileSystem accept all paths Bazel can throw at it.
ccalvarin
2017-09-27
*
More BUILD file refactorings.
philwo
2017-09-06
*
Rewrite all code to use the new Java 8 java.time classes.
Philipp Wollermann
2017-09-05
*
CommandBuilder.java: Don't quote the last argument when passing Windows comma...
pcloudy
2017-08-18
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...
ccalvarin
2017-07-11
*
Cleanup for Java 8
laurentlb
2017-07-05
*
Explicitly state the default options categories for options used in blaze tes...
ccalvarin
2017-06-29
*
Migrate most of the assertions to Truth that the auto-migration tool did not ...
lberki
2017-05-31
*
Migrate Java tests to Truth.
lberki
2017-05-30
*
Fixes incorrectly-ordered arguments to calls to assertEquals
Googler
2017-05-19
*
Remove the overloading of option category to cover documentation level.
ccalvarin
2017-04-18
*
Add a custom single-line formatter for java.log.
schmitt
2017-04-13
*
Do not trample the PersistentMap journal
Benjamin Peterson
2017-04-07
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Add new utility function to encode options as argument list
Klaus Aehlig
2017-03-23
*
Make the spell checker a bit more conservative.
Laurent Le Brun
2017-03-21
*
Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows
Ulf Adams
2017-02-28
*
Move ProcMeminfoParser to lib.unix, where it belongs
Ulf Adams
2017-01-09
*
Streamline Fingerprint implementation
Michajlo Matijkiw
2016-12-15
*
Use MessageDigest instead of HashFunction for Fingerprint
Michajlo Matijkiw
2016-12-01
*
Implement build tag filtering.
Lukacs Berki
2016-11-11
*
Stop consulting the environment for "originating user" information.
Googler
2016-11-03
*
If a group of deps has only one unique element, store it bare.
Janak Ramakrishnan
2016-10-25
*
Fix unnecessary static imports of types
Liam Miller-Cushon
2016-10-18
*
Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...
Janak Ramakrishnan
2016-10-14
*
Rollback of commit 0e9a1b2d51f9e03f4493e52d23cb3efc568be59f.
Googler
2016-10-07
*
Stop consulting the environment for "originating user" information.
Googler
2016-10-07
*
Remove Fingerprint.toString() to avoid relying on MessageDigest.clone().
Googler
2016-07-04
*
Move LoggingTerminalWriter out of test
Klaus Aehlig
2016-06-27
*
Optimize hotspot in DependencySet.process().
Googler
2016-06-14
*
Make a 'did you mean' suggestion when referencing a non-existent label.
Laurent Le Brun
2016-06-06
*
Add a SpellChecker class with edit distance function.
Laurent Le Brun
2016-06-01
*
Simplify DependencySet.
Ulf Adams
2016-05-19
*
Rollback of commit 7f339de7feb071d790ecbca1c346244f5794a7e3.
Greg Estren
2016-05-13
*
Optimize hotspot in DependencySet.process().
Googler
2016-05-12
*
Support case-insensitive comparision in Path.java with WindowsFileSystem
Yun Peng
2016-05-09
*
Add random-access indexing into GroupedList. Intended to be a no-op, allowing...
Janak Ramakrishnan
2016-04-28
*
Add nullable variants to Fingerprint.
Ulf Adams
2016-04-20
*
Make LineWrappingAnsiTerminalWriter more efficient
Klaus Aehlig
2016-04-15
*
Add a position-aware wrapper around AnsiTerminalWriter
Klaus Aehlig
2016-04-15
*
Move LoggingTerminalWriter to a public util class
Klaus Aehlig
2016-04-15
[next]