aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Gravatar Alex Humesky2015-10-21
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Keep track of any RuntimeExceptions thrown during evaluation. Previously, Run...Gravatar Janak Ramakrishnan2015-10-21
* Add some strip/rstrip/lstrip testsGravatar Googler2015-10-21
* Use a thin graph when querying reverse deps (or others that don't need the va...Gravatar Miguel Alcon Pinto2015-10-21
* Don't assert presence of root causes if they're not persistently stored.Gravatar Janak Ramakrishnan2015-10-21
* Make EmptySkyValue not serializableGravatar Michajlo Matijkiw2015-10-21
* Delete unused NoSuchPackageException subclassGravatar Mark Schaller2015-10-21
* Global cleanup change.Gravatar Googler2015-10-21
* Include memleaks plugin support for experimental_ios_testGravatar Chris Parsons2015-10-21
* Improve documentation for resolve_commandGravatar Francois-Rene Rideau2015-10-21
* Check invalid empty dict attributesGravatar Francois-Rene Rideau2015-10-21
* Add support for Windows zip permissionsGravatar Kristina Chodorow2015-10-20
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Add netrc support to GitCloneFunction.Gravatar Erik Gilling2015-10-20
* Add %crosstool_top% metasyntax for builtin cxx include directories.Gravatar Googler2015-10-20
* Add e2e test for Go support.Gravatar Han-Wen Nienhuys2015-10-20
* Make 'blaze query --output=build' 25 times faster.Gravatar Laurent Le Brun2015-10-20
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Move most of BlazeRuntime.beforeCommand() to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move commandStartTime from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Reduce memory churn when expanding many nested sets: Use compact hashset for ...Gravatar Eric Fellheimer2015-10-20
* Rollback of commit 25931a9333d50e50c5711ff0efc1a197f7ecd53a.Gravatar Peter Schmitt2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Rollback of commit 30c0a635ba50c43467c80527a6c12abc4f8ed29e.Gravatar Peter Schmitt2015-10-20
* Make the incompatibility between dynamic configurationsGravatar Greg Estren2015-10-20
* Fix tests with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-20
* Allow relative CxxBuiltinDirectories not just under crosstool or sysroot.Gravatar Googler2015-10-20
* Also forward the exported_plugins of the rules in the deps of anGravatar Alex Humesky2015-10-20
* Don't log SchedulerExceptions.Gravatar Nathan Harmata2015-10-20
* Run test on CIGravatar Kristina Chodorow2015-10-20
* Use a sorted set for the test suite expansion key to prevent non-determinism.Gravatar Ulf Adams2015-10-20
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Open-source Skylark's BindTestGravatar Dmitry Lomov2015-10-19
* Quick workaround for #473 that reenables hdrs_check in Bazel to unblock the r...Gravatar Philipp Wollermann2015-10-19
* Another go at adding a bazel_notools binary that doesn't contain the embedded...Gravatar Lukacs Berki2015-10-19
* Fix two uses of generics that are causing errors in Eclipse for me.Gravatar Ulf Adams2015-10-19
* Implement the test suite expansion after target pattern evaluation.Gravatar Ulf Adams2015-10-19
* Make bazel not require a tools/defaults/BUILD file.Gravatar Lukacs Berki2015-10-19
* Bazel: really fix strict deps error in Jenkins project.Gravatar Laszlo Csomor2015-10-19
* Avoid some Skyframe restarts.Gravatar Nathan Harmata2015-10-19
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* Change the way sources are gathered for ASwB aspect.Gravatar Googler2015-10-19
* Expose link flags to SkylarkGravatar Googler2015-10-19
* Brief audit of singleton SkyValuesGravatar Michajlo Matijkiw2015-10-19