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
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
util
Commit message (
Expand
)
Author
Age
*
Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows
Ulf Adams
2017-02-28
*
Reimplement blaze query using an async evaluation model. Use a concurrent bac...
Nathan Harmata
2017-02-28
*
Read the PersistentMap's backing file into memory all at once when processing...
Googler
2017-02-24
*
Skylark documentation pipeline automatically generates documentation for all ...
Florian Weikert
2017-02-22
*
Move Classpath.java from src/test/... to src/main/... since it will be used b...
Florian Weikert
2017-02-21
*
Move ProcMeminfoParser to lib.unix, where it belongs
Ulf Adams
2017-01-09
*
Add 'did you mean' suggestion when accessing a struct field
Laurent Le Brun
2017-01-03
*
Make StringCanonicalizer use BlazeInterners rather than Interners
Shreya Bhattarai
2016-12-22
*
Streamline Fingerprint implementation
Michajlo Matijkiw
2016-12-15
*
Record correct exit code for uncaught exceptions in async threads.
Chloe Calvarin
2016-12-13
*
Global cleanup change.
Googler
2016-12-07
*
Remove varargs Fingerprint#addStrings
Michajlo Matijkiw
2016-12-07
*
Use MessageDigest instead of HashFunction for Fingerprint
Michajlo Matijkiw
2016-12-01
*
Support multiple mirror URLs for external repos
Justine Tunney
2016-11-29
*
Make TargetPattern evaluation during query evaluation more parallel-friendly ...
Nathan Harmata
2016-11-15
*
Stop consulting the environment for "originating user" information.
Googler
2016-11-03
*
Add logging to TimestampGranularityMonitor.
Julio Merino
2016-11-02
*
If a group of deps has only one unique element, store it bare.
Janak Ramakrishnan
2016-10-25
*
Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...
Janak Ramakrishnan
2016-10-14
*
Adding support for Linux s390x
namrata-ibm
2016-10-11
*
Rollback of commit 0e9a1b2d51f9e03f4493e52d23cb3efc568be59f.
Googler
2016-10-07
*
Stop consulting the environment for "originating user" information.
Googler
2016-10-07
*
Do not write terminal output in the experimental UI character-by-character (w...
Lukacs Berki
2016-09-30
*
Prevent interleaved slow interrupt stack traces
Michajlo Matijkiw
2016-09-28
*
Check OS X version to decide if sandbox is supported.
Yue Gan
2016-09-09
*
Fix operator precedence error in LongArrayList.growCapacity
Googler
2016-08-31
*
Fix slow hostname lookup
Marcel Hlopko
2016-08-17
*
Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new class
Greg Estren
2016-08-12
*
Call precomputed() on static CharMatcher instances.
Googler
2016-07-26
*
Be less naive with CcLibraryHelper precompiled library collision detection.
Michael Staib
2016-07-25
*
Rephrase Fingerprint in terms of guava HashFunction.
Eric Fellheimer
2016-07-12
*
Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.
Dmitry Lomov
2016-07-07
*
Remove Fingerprint.toString() to avoid relying on MessageDigest.clone().
Googler
2016-07-04
*
Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...
Lukacs Berki
2016-07-01
*
Do redirection of stdout / stderr in Java instead of reimplementing it in eve...
Philipp Wollermann
2016-06-30
*
Make Windows bootstrapping work again by temporarily disabling JNI.
Lukacs Berki
2016-06-29
*
Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...
Philipp Wollermann
2016-06-29
*
Make "bazel info server_pid" work on Windows.
Lukacs Berki
2016-06-29
*
Polish the command-line reference.
Ulf Adams
2016-06-27
*
Move LoggingTerminalWriter out of test
Klaus Aehlig
2016-06-27
*
Remove BuildConfiguration.addRoots() and the pregrepped includes directory.
Lukacs Berki
2016-06-17
*
Make persistent action cache work on Windows
Yun Peng
2016-06-15
*
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
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
Simplify DependencySet.
Ulf Adams
2016-05-19
*
Stop converting temporary direct deps to a set. In almost all cases, this con...
Janak Ramakrishnan
2016-05-16
*
Rollback of commit 7f339de7feb071d790ecbca1c346244f5794a7e3.
Greg Estren
2016-05-13
*
Optimize hotspot in DependencySet.process().
Googler
2016-05-12
[next]