aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* 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
* Do not filter debug messagesGravatar vladmos2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the check "Reassignment of builtin" in BUILD files.Gravatar laurentlb2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Update blazerc documentation in the blaze/bazel user mannuals.Gravatar ccalvarin2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* py_proto_library implicit dependency update.Gravatar Googler2017-11-24
* Add six to deps of has_services=1 py_proto_librarys.Gravatar Googler2017-11-24