aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove more dead codeGravatar Googler2017-12-22
* PiperOrigin-RevId: 179932935Gravatar ajmichael2017-12-22
* Replaces some existing codecs with @AutoCodec.Gravatar Googler2017-12-22
* Tell PackageFunction if it will never be used to do incremental package loadi...Gravatar nharmata2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Remove some code leftover from back when BUILD file preprocessing was a thing...Gravatar nharmata2017-12-22
* Proxy archive interfaces through buffered inputGravatar George Gensure2017-12-22
* "Blaze" -> "Bazel" in message visible on CLIGravatar Chris Beach2017-12-22
* remote: update default auth scopeGravatar Jakob Buchgraber2017-12-22
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Some performance improvements to AbstractPackageLoader.Gravatar nharmata2017-12-21
* Only return a nocopts matcher if the attribute is explicitly specified.Gravatar tomlu2017-12-21
* Call through to Path#createDirectoryAndParents from FileUtils.Gravatar tomlu2017-12-21
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Warn about config expansions as we do for other expansions.Gravatar ccalvarin2017-12-21
* Deprecate "xctest" attribute from ios_test. This removes any functionality re...Gravatar kaipi2017-12-21
* Fix AliasRule to skip platform and toolchain resolution.Gravatar John Cater2017-12-21
* Remove ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* @AutoCodec features.Gravatar Googler2017-12-21
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* Terminate --javacopt flags with `--`Gravatar cushon2017-12-21
* Roll forward https://github.com/bazelbuild/bazel/commit/26b7ea6a37961ce993afe...Gravatar cushon2017-12-21
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Remove android_resources and "resources" attributeGravatar Googler2017-12-21
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Remove package name from license.Gravatar dannark2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Remove cached version of FileSystemUtils#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Refactor WalkableGraph and BuildDriver interfacesGravatar Googler2017-12-21
* Use more robust check for bitcode inputs to linkGravatar Googler2017-12-21
* Fix documentation about template variables.Gravatar lberki2017-12-21
* Fix the attr documentationGravatar vladmos2017-12-21
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Automated rollback of commit bd4c8dd0bca8452b18cb8d0eed6e1d91b9ee4434.Gravatar lberki2017-12-21
* Automated rollback of commit 48ff6e00e2cf72fa920d01ec78755882ab1ee313.Gravatar philwo2017-12-21
* ParallelEvaluator: report events early for cache hitsGravatar ulfjack2017-12-21
* Mention that the $(JAVA) and $(JAVABASE) variables are only available if the ...Gravatar lberki2017-12-21
* Remove xcode_toolchain flagGravatar dmishe2017-12-21
* Automated rollback of commit 56ef727987c05df2953a4a53935b4f9b899f9d81.Gravatar dannark2017-12-20
* Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...Gravatar ruperts2017-12-20
* Enable syscall cache and eager sub-directory globbing in AbstractPackageLoader.Gravatar carmi2017-12-20
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Remove legacy_native_support attribute.Gravatar ajmichael2017-12-20
* Correct typos found by the linter.Gravatar gregce2017-12-20