aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* Remove special cases for "name" in implicit outputs codeGravatar Benjamin Peterson2017-04-13
* Remove Preprocessor.ResultGravatar laurentlb2017-04-13
* Delete Preprocessor.FactoryGravatar laurentlb2017-04-12
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* Remove Preprocessing support from PackageFactoryGravatar laurentlb2017-04-12
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Update RuleErrorConsumer documentation.Gravatar gregce2017-04-07
* Remove error handling from PreprocessorGravatar laurentlb2017-04-07
* Add mechanism to trigger Python type-stripping via a tag.Gravatar Googler2017-04-06
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add isConfigMatcher property to rule classes.Gravatar mstaib2017-04-03
* Use ImmutableList.Builder and ImmutableListMultimap.Builder to create the out...Gravatar shreyax2017-03-31
* Improve glob prefetching performance by providing a more realistic environment.Gravatar laurentlb2017-03-31
* Delete STRING_DICT_UNARYGravatar michajlo2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Show more sensible error messages for invalid placeholders Gravatar Pranjal Agrawal2017-03-23
* Clarifies some javadoc in Rule and AttributeContainer.Gravatar Alex Humesky2017-03-21
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* Global cleanup change.Gravatar Googler2017-03-14
* Allow declared providers in attribute and aspect defintions.Gravatar Dmitry Lomov2017-03-06
* Support declared providers in AdvertisedProviderSet.Gravatar Dmitry Lomov2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Handle TriState type in `bazel query --output=build`Gravatar Laurent Le Brun2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Add detailed rule class/label info when report attribute checking error Gravatar Liangliang He2017-02-22
* Remove Skylark documentation text from Target.class.Gravatar Florian Weikert2017-02-22
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Fix NPE in NonconfigurableAttributeMapper Gravatar Liangliang He2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Make RuleClass non-final for testing.Gravatar Janak Ramakrishnan2017-02-16
* Remove special-casing of the 'native' module.Gravatar Laurent Le Brun2017-02-15
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Add an algorithm to reduce aspect paths according to aspects' visibility to e...Gravatar Dmitry Lomov2017-02-14
* Allow Skylark aspects to advertise providers.Gravatar Dmitry Lomov2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Introduce a new SkyValue that merely contains the workspace name. The workspa...Gravatar Nathan Harmata2017-02-09
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Fix the translation of names of implicit or latebound attributes to their Sky...Gravatar Florian Weikert2017-01-30