aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Cleanup cast methods for SkylarkListGravatar brandjon2017-08-10
* Remove exec from $testing_shbase. It is a sh_library target that we only use ...Gravatar ajmichael2017-08-10
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Deprecate old ordering names for depsetsGravatar vladmos2017-08-10
* Fix --verbose_failures w/ sandboxing to print the full command lineGravatar ulfjack2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Revert collect_coverage change that enables the new Java coverageGravatar elenairina2017-08-10
* Remove `blaze` from the conflict error messageGravatar Gregg Donovan2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* In the MutableList API, make an internal unsafe method publicGravatar brandjon2017-08-10
* Add reexports to cc rules and cc_shared_library and cc_static_library semanticsGravatar elenairina2017-08-10
* Start event: show id also for non-build requestsGravatar Klaus Aehlig2017-08-10
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Do not add copts feature to crosstools that already define itGravatar hlopko2017-08-09
* PolishingGravatar Jonathan Bluett-Duncan2017-08-09
* Automated rollback of commit f7f1a8f756f33f86b1bdc5023d5052117b62523e.Gravatar laszlocsomor2017-08-09
* Add flag to use processed resource apk manifest fileGravatar Googler2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Windows, AndroidBusyBox: always use params filesGravatar laszlocsomor2017-08-09
* Rename some variables for easier understanding of the code.Gravatar elenairina2017-08-09
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Change logic of Blaze Java coverage.Gravatar elenairina2017-08-08
* Use Sets.new...WithExpectedSize to presize some collectionsGravatar michajlo2017-08-08
* Micro-optimization - presize internal Selector mapGravatar michajlo2017-08-08
* Rollforward of "Framework dependency subtraction uses runfiles path instead o...Gravatar cparsons2017-08-08
* Improve SyntaxTreeVisitor API.Gravatar laurentlb2017-08-08
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Use Iterators.unmodifiableIterator() for readabilityGravatar brandjon2017-08-08
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Slight refactor to AttributeValuesMap to permit multiple different efficient ...Gravatar nharmata2017-08-08
* Only add coverage flags when gcno file is expectedGravatar hlopko2017-08-08
* Do not expand inputs in CppLinkAction.execute().Gravatar Benjamin Peterson2017-08-07
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* bes,remote: update default auth scope.Gravatar buchgr2017-08-07
* Add tuple * int multiplication operatorGravatar brandjon2017-08-07
* Fix mutability bug in SkylarkList/SkylarkMap Java APIsGravatar brandjon2017-08-07
* Turn off C++ provider propagation from java_proto_library, until J2ObjcAspect...Gravatar carmi2017-08-07
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Automated rollback of commit 496d3ded0bce12b7371a93e1183ba30e6aa88032.Gravatar buchgr2017-08-07
* Make selector list construction n^2 -> n efficient.Gravatar gregce2017-08-07
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Make Bazel enforce requirement on build-tools 26.0.1 or later.Gravatar ajmichael2017-08-07
* Bypass unnecessary ArrayLists in SkylarkNestedSet constructorGravatar michajlo2017-08-07
* Minor optimization to function arg parsingGravatar michajlo2017-08-07
* fix for bazel 303 redirect bug: https://github.com/bazelbuild/bazel/issues/3343Gravatar Googler2017-08-07
* Add keywords to BES PublishBuildToolEventStreamRequest.Gravatar Googler2017-08-07
* Required toolchains set on rule classes are inherited.Gravatar cpeyser2017-08-07