aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Send the output of spawns ran in worker processes to the outErr of the execut...Gravatar Philipp Wollermann2015-08-31
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* For standalone tests, cd into the workspace directory before running the test...Gravatar Chris Parsons2015-08-31
* Fixes to Skylark function callGravatar Francois-Rene Rideau2015-08-31
* Remove the OFFLINE coverage file constant.Gravatar Ulf Adams2015-08-31
* Skylark: All executable rules now have an attribute 'args'.Gravatar Florian Weikert2015-08-31
* Make sidebar use more descriptive namesGravatar Kristina Chodorow2015-08-31
* Fixed typos on using error prone with Bazel.Gravatar John Shimek2015-08-31
* For Java, only collect .java source files for coverage.Gravatar Ulf Adams2015-08-31
* Create baseline coverage actions for local sources only and aggregate.Gravatar Ulf Adams2015-08-31
* Renamed the installer to bazel-$VERSION-installer-$PLATFORM.shGravatar Damien Martin-Guillerez2015-08-31
* Refactor the InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Fix namespace-sandbox executable name.Gravatar Dmitry Lomov2015-08-31
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Add detections for installed JDK and unzip in the Bazel installer.Gravatar Damien Martin-Guillerez2015-08-31
* Add the tools/defaults/BUILD file to the installer scriptGravatar Damien Martin-Guillerez2015-08-31
* Add support for compression in //third_party/ijar:zipperGravatar Damien Martin-Guillerez2015-08-31
* Only print the label (and not the configuration hash key) for error messages ...Gravatar Lukacs Berki2015-08-31
* Fix breakage of bazel_sandboxing_test:test_sandbox_block_filesystem.Gravatar Philipp Wollermann2015-08-31
* Fix small issues in contributing.md.Gravatar Philipp Wollermann2015-08-31
* Update windows.md before BetaGravatar Dmitry Lomov2015-08-31
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* Remove the deprecated unused addTransitiveLangTargets method.Gravatar Ulf Adams2015-08-31
* Normalize usage of "workspace", "workspace directory" and "build root" inGravatar Googler2015-08-31
* Allow value equality in some MemoizingEvaluatorTest tests.Gravatar Janak Ramakrishnan2015-08-31
* Check argument isn't null when creating TransitiveTraversalValue error valuesGravatar Michajlo Matijkiw2015-08-31
* Description redacted.Gravatar Janak Ramakrishnan2015-08-31
* Presize some collections at the core of ParallelEvaluatorGravatar Michajlo Matijkiw2015-08-31
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rathe...Gravatar Nathan Harmata2015-08-31
* Fix required fragments for Bazel j2objc_library rule.Gravatar Rumou Duan2015-08-31
* Fix Jack's proguard specs.Gravatar Michael Staib2015-08-31
* Fixes #400: Linux sandboxing and relative symbolic links.Gravatar Philipp Wollermann2015-08-28
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Remove an unnecessary semicolon.Gravatar Ulf Adams2015-08-28
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Inline Constants.IOS_DEVICE_RULE_CLASSES.Gravatar Ulf Adams2015-08-28
* Remove the WATCHFS_BLACKLIST from Constants.java.Gravatar Ulf Adams2015-08-28
* Push local and shard_count documentation.Gravatar Ulf Adams2015-08-28
* Improve documentation and error messages for sets.Gravatar Laurent Le Brun2015-08-28
* Fix a typo.Gravatar Ulf Adams2015-08-28
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Fix C++ link order for py_library and py_binary rules.Gravatar Ulf Adams2015-08-28
* Make dangling symlinks in external repositories work to some degree.Gravatar Lukacs Berki2015-08-28
* Don't unnecessarily concatenate Strings just for an error message in an Illeg...Gravatar Nathan Harmata2015-08-28
* Presize the LinkedHashSet to which we add glob results.Gravatar Nathan Harmata2015-08-28
* Add a @deprecated annotation to Runfiles#addArtifacts.Gravatar Carmi Grushko2015-08-28
* Avoid internal resizing when converting ListType.Gravatar Eric Fellheimer2015-08-28