aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add stats about cache hits and execution strategies to Bazel's UI.Gravatar Googler2018-04-03
* Add methods to parse resources without assetsGravatar asteinb2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Don't test for reference equality of the underlying IOException. It's overkil...Gravatar nharmata2018-03-30
* Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...Gravatar cparsons2018-03-30
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Introduce FastHotKeyAtomicLongMap#getCounter. This is useful for when clients...Gravatar nharmata2018-03-28
* Move more tests to test suite (int function, list index, list mutation)Gravatar laurentlb2018-03-28
* Add codecs needed to fully serialize Attributes.Gravatar janakr2018-03-28
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Remove `--swift_whole_module_optimization` flag.Gravatar allevato2018-03-28
* Migrate string tests to Skylark test suite.Gravatar laurentlb2018-03-28
* Removes superfluous generic parameter from DynamicCodec, allowing it to be usedGravatar shahan2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Delete the ios_device rule from bazel.Gravatar kaipi2018-03-28
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Remove last few test uses of ConfiguredTarget#getConfiguration. Only uses are...Gravatar janakr2018-03-27
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* Introduce a simple data structure for incrementing keyed atomic long counters...Gravatar nharmata2018-03-27
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* DynamicCodec class.Gravatar shahan2018-03-27
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions ...Gravatar cparsons2018-03-27
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* Automated rollback of commit 1f8ba946a3c20413ff0a95235b20d7cc1b4964f0.Gravatar twerth2018-03-27
* Remove global_whole_archive_open feature from osx crosstoolsGravatar hlopko2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27