aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Expose WorkspaceFactoryTestHelper for testing properties of the "external" pa...Gravatar janakr2018-02-16
* Remove old flags.Gravatar laurentlb2018-02-16
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* Fix incorrect warning on negative test lang filter flags.Gravatar janakr2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Get rid of some uses of RuleConfiguredTarget.getAttributeMapper().Gravatar mjhalupka2018-02-12
* Make remaining Apple tests correctly reference tools repository identifierGravatar cparsons2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-02-05
* Remove unused code from bazel.Gravatar kaipi2018-02-01
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* ThinLTO: Add support for merged object files.Gravatar Googler2018-01-23
* Add codec for TestFilter, and clean up some things: use java.util.function.Pr...Gravatar janakr2018-01-22
* Add registration of execution platformsGravatar John Cater2018-01-22
* Style fix for https://google.github.io/styleguide/javaguide.html#s3.4.2.1-ove...Gravatar Googler2018-01-19
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Encapsulate SkylarkInfo layouts in a classGravatar brandjon2018-01-12
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Refactor SkylarkInfo constructorsGravatar brandjon2018-01-11
* Remove obsolete ConfigurationTransition.SPLIT.Gravatar gregce2017-12-28
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Remove implicit dependency on //net/proto2/bridge/public:message_downgrader.Gravatar ckennelly2017-12-21
* Change Mock xcrunwrapper dependency to accurately be a sh_binary instead of a...Gravatar cparsons2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Refactor OSX-Objc configuration requirements to MockObjcSupportGravatar cparsons2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Modify implicit dependency for Stubby servicesGravatar Googler2017-12-18
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Add a new flag to disable glob tracking: --incompatible_disable_glob_trackingGravatar laurentlb2017-12-12
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Add SkylarkSemantics#toBuilder() and #builderWithDefaults()Gravatar brandjon2017-12-06
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Make Predicate<String> obtainable from RuleClassNamePredicateGravatar Googler2017-12-01
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30