aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Micro-optimization - presize internal Selector mapGravatar michajlo2017-08-08
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Slight refactor to AttributeValuesMap to permit multiple different efficient ...Gravatar nharmata2017-08-08
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Make selector list construction n^2 -> n efficient.Gravatar gregce2017-08-07
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Required toolchains set on rule classes are inherited.Gravatar cpeyser2017-08-07
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Fixed relative link in documentation to ProviderGravatar Oleg Tsarev2017-07-24
* De-emphasize the note on internal providers.Gravatar Dmitry Lomov2017-07-21
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Remove Java 7 type inference workarounds and TODOsGravatar brandjon2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Clean up string representations for providersGravatar vladmos2017-07-07
* Clean up string representations for select valuesGravatar vladmos2017-07-07
* Clean up string representations for aspectsGravatar vladmos2017-07-07
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Do not take all possible values of an attribute for selector lists of list ty...Gravatar shreyax2017-06-28
* Cleanup: Remove code related to glob prefetchingGravatar laurentlb2017-06-20
* Disable glob prefetching.Gravatar laurentlb2017-06-20
* Change TestTimeout's rangeMax values so that isInRangeFuzzy will flag tests t...Gravatar Googler2017-06-19
* Remove unused interface PreprocessorGravatar Klaus Aehlig2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Make packages able to handle Postables as wellGravatar Klaus Aehlig2017-06-14
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Make SelectorList.toString() user-friendly.Gravatar gregce2017-06-01
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Clean up SkylarkToolchainConstructor's argument handling.Gravatar John Cater2017-05-26
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23