aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Test execution time warning contains target name. The rest of the message is ...Gravatar Googler2015-03-18
* add OutputGroupProvider.DEFAULT_GROUPS for commonly built groupsGravatar Michajlo Matijkiw2015-03-18
* Add support of aspects to blaze query.Gravatar Marian Lobur2015-03-18
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* Constraints: implement "fulfills". Details are describedGravatar Greg Estren2015-03-18
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18
* Parser: Add the 'pass' keywordGravatar Laurent Le Brun2015-03-18
* Parser: allow multiple statements on the same line as the colonGravatar Laurent Le Brun2015-03-18
* Split actoolzip and ibtoolzip into separate binariesGravatar Daniel Wagner-Hall2015-03-18
* PackageFactory: cleanup code duplicationGravatar Laurent Le Brun2015-03-18
* Skylark: Improve error message when using native module outside macroGravatar Laurent Le Brun2015-03-18
* Print singleton tuples with a commaGravatar Francois-Rene Rideau2015-03-18
* Skylark: Fix an infinite loop in the parserGravatar Laurent Le Brun2015-03-18
* Parser: Update error message when using 'def' in a BUILD file.Gravatar Laurent Le Brun2015-03-18
* Simplify actoolzip argument flowGravatar Daniel Wagner-Hall2015-03-18
* Emit events (e.g. errors) encountered while parsing the WORKSPACE file.Gravatar Nathan Harmata2015-03-18
* Make ExternalPackage serializable.Gravatar Nathan Harmata2015-03-18
* Mark lib.events.Event and build.skyframe.TaggedEvents as serializable.Gravatar Nathan Harmata2015-03-18
* Rollback Blaze log flushing as it is not necessary.Gravatar Miguel Alcon Pinto2015-03-18
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* Set Bazel TEST_SRCDIR to runfiles root, not inside runfiles prefix.Gravatar Ross Light2015-03-18
* Return ActionInput objects from the ActionInputFileCache when given a digest ...Gravatar Janak Ramakrishnan2015-03-16
* Skylark: dict.keys() has sorted output.Gravatar Laurent Le Brun2015-03-16
* Allow ios_application in xctest_app attribute.Gravatar Peter Schmitt2015-03-16
* Skylark: Allow list slicesGravatar Laurent Le Brun2015-03-16
* Skylark: Allow traling comma in load statementsGravatar Laurent Le Brun2015-03-16
* Automated [] rollback of [].Gravatar Ulf Adams2015-03-16
* Add a feature to put each header into it's own submodule. This will be requiredGravatar Googler2015-03-16
* Add missing "implicit output" section for Bazel's java_test.Gravatar Laszlo Csomor2015-03-16
* Document Bazel's cc_binary, cc_library and cc_test rule.Gravatar Laszlo Csomor2015-03-16
* Add missing ${SYNOPSIS} tags to some Bazel rule classes.Gravatar Laszlo Csomor2015-03-16
* Skylark: Static checks allows None value everywhere.Gravatar Laurent Le Brun2015-03-16
* Simplify BuildConfiguration to make it cheaper to create more instances.Gravatar Ulf Adams2015-03-16
* RELNOTES[INC]: genquery target locations are now relative to the workspace ro...Gravatar Damien Martin-Guillerez2015-03-16
* remove support for supplying relative root for runfilesGravatar Michajlo Matijkiw2015-03-16
* Split ios_application configurations based on --ios_multi_cpus.Gravatar Peter Schmitt2015-03-16
* Delete PackageCacheBackedTargetPatternResolver. There is no PackageCache.Gravatar Janak Ramakrishnan2015-03-16
* Skylark: Fix typing of structsGravatar Laurent Le Brun2015-03-16
* RELNOTES: Allow users to set the simulated device, SDK, and environment from ...Gravatar Googler2015-03-13
* Add documentation body for Bazel java_test, sh_binary, sh_test, test_suite.Gravatar Laszlo Csomor2015-03-13
* Declare dependencies on discovered inputs before execution instead of after.Gravatar Janak Ramakrishnan2015-03-13
* Implement ConditionalExpressionGravatar Francois-Rene Rideau2015-03-13
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* BazelExtraActionRule is documented.Gravatar Googler2015-03-13
* BazelActionListenerRule is documented.Gravatar Googler2015-03-13
* Use VFS_READLINK rather than VFS_LINK, to avoid confusion with theGravatar Han-Wen Nienhuys2015-03-13
* Skylark: DictionaryLiteral is immutable (like every dict).Gravatar Laurent Le Brun2015-03-13
* Skylark: Make ctx.var a dictionary.Gravatar Laurent Le Brun2015-03-13
* Attribute synopsis's are cleaned up. The BE generator prints a warning in cas...Gravatar Googler2015-03-13
* Simplify Attribute builder now that all rules specify allowed file types.Gravatar Ulf Adams2015-03-13