aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Rollback of commit ca1b21ac6d8a58041db822725b42de151b163dee.Gravatar Ulf Adams2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Fix sandbox .params files being left aroundGravatar Brian Silverman2015-12-08
* Presize AttributeSerializer collectionsGravatar Michajlo Matijkiw2015-12-08
* Change xcode_version flag to build category so it shows up in blaze auto-comp...Gravatar Dmitry Shevchenko2015-12-07
* Refactor android_tools_defaults_jarGravatar Liam Miller-Cushon2015-12-07
* Avoid autoboxing on potential hot paths in LineNumberTableGravatar Michajlo Matijkiw2015-12-07
* Cleanup: use int instead of Integer in the RecursiveFilesystemTraversal classes.Gravatar Laszlo Csomor2015-12-07
* RecursiveFilesystemTraversalFunction now tracks changes in symlinked directory.Gravatar Laszlo Csomor2015-12-07
* Fast-path sky-query environment in the case where we have no dependency filte...Gravatar Eric Fellheimer2015-12-07
* Tweak BE page footer.Gravatar David Chen2015-12-07
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* Refactor: ResolvedFile.getMetadata is now .getMetadataHash.Gravatar Laszlo Csomor2015-12-07
* RecursiveFilesystemTraversalFunction: introduce ResolvedFileFactoryForTesting.Gravatar Laszlo Csomor2015-12-07
* Refactor ResolvedFile implementors: remove unnecessary Optional<> wrappers.Gravatar Laszlo Csomor2015-12-07
* Upstream some basic changes from dslomov windows branch.Gravatar Dmitry Lomov2015-12-07
* Fix android_library resources handlingGravatar Googler2015-12-07
* Migrate ProtoSourcesProvider to @AutoValue.Gravatar Carmi Grushko2015-12-07
* Allow @AutoValue-ed classes as provider keys. Also, reject the generated Auto...Gravatar Carmi Grushko2015-12-07
* Refactoring: get rid of RecursiveFilesystemTraversalValue.ResolvedFileUtilsGravatar Laszlo Csomor2015-12-04
* Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface.Gravatar Laszlo Csomor2015-12-04
* Fix up exception declarations; use EnvironmentalExecException.Gravatar Ulf Adams2015-12-04
* Remove an unused parameter.Gravatar Ulf Adams2015-12-04
* Refactoring: pull out the call to update buildResult.Gravatar Ulf Adams2015-12-04
* Fix some comments; it's --show_result, no trailing s.Gravatar Ulf Adams2015-12-04
* Delete --allow_precompiled_jars_in_srcsGravatar Liam Miller-Cushon2015-12-04
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Rename some local variables.Gravatar Ulf Adams2015-12-03
* Explicitly mention that 'manual' test targets are not matched by wildcard tar...Gravatar Nathan Harmata2015-12-03
* Add the log to the test result, both passed or failed cases.Gravatar Ulf Adams2015-12-02
* Fix a bug in the Google-internal rule "Fileset" (not in Bazel).Gravatar Laszlo Csomor2015-12-02
* Fix broken links on BE Functions page.Gravatar David Chen2015-12-02
* Fix links in Common Definitions, Make Variables, and Predefined PythonGravatar David Chen2015-12-02
* Remove unnecessary public modifiers.Gravatar Ulf Adams2015-12-01
* Description redacted.Gravatar Googler2015-12-01
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Simplify rule fingerprinting in RepositoryFunctionGravatar Michajlo Matijkiw2015-11-30
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Track changed and dirtied keys separately during invalidationGravatar Mark Schaller2015-11-30
* Avoid low-value boxing of ints in BuildingStateGravatar Mark Schaller2015-11-30
* Support skylark aspects in serialization/deserialization.Gravatar Dmitry Lomov2015-11-30
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Implements 'extra_deps' for Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* For --compile_one_dependency, flatten targets coming out of configurable attr...Gravatar Googler2015-11-26
* Propagate android studio aspect across binary_under_test.Gravatar Googler2015-11-26
* Implement Skylark aspects originating from Skylark rules.Gravatar Dmitry Lomov2015-11-26
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Fix fingerprinting of Maven settings file.Gravatar Lukacs Berki2015-11-26
* Correctly propagagate "catastrophic" failure modes in keep_going mode.Gravatar Eric Fellheimer2015-11-26