aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Move override check to the createAndOverrideRule functionGravatar Damien Martin-Guillerez2017-11-22
* Add support for negative package specificationsGravatar cushon2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Fix Skylark outputs to properly report errors in template placeholders.Gravatar jcater2017-11-16
* Remove some unused constantsGravatar cushon2017-11-15
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Add getAttributeLocation to AttributeMap and related classes.Gravatar jcater2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Refactor LateBoundDefault to be abstract, in preparation for being subclassed...Gravatar cparsons2017-11-06
* Rename ExternalPackageBuilder into WorkspaceFactoryHelperGravatar Damien Martin-Guillerez2017-10-30
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Automated rollback of commit 5d9e8c1062e893b8acadba52db92364950ce760c.Gravatar mschaller2017-10-26
* Do not create instance of ExternalPackageBuilderGravatar Damien Martin-Guillerez2017-10-25
* Improve error messaging for AbstractAttributeMapperGravatar cparsons2017-10-25
* Implement custom executable API.Gravatar dslomov2017-10-24
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Allow ClassObjects to throw EvalExceptions.Gravatar dslomov2017-10-23
* Add memory profiler.Gravatar tomlu2017-10-18
* Relax SplitTransitionProvider interface to use AttributeMapGravatar cparsons2017-10-18
* Extend from an abstract base class to avoid duplication of utility methods in...Gravatar ruperts2017-10-18
* Extract more RuleContext error-related methods into RuleErrorConsumerGravatar cparsons2017-10-16
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
* Improve private skylark attribute error messagingGravatar cparsons2017-10-16
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06
* Only create builtins for rules once per PackageFactoryGravatar michajlo2017-10-02
* Another stale todoGravatar dslomov2017-09-29
* Remove stale todoGravatar dslomov2017-09-29
* Add required/advertised Skylark providers.Gravatar elenairina2017-09-28
* Delete duplicated definitions for package_name() and repository_name().Gravatar laurentlb2017-09-25
* Add toString() methods for Advertised and Required Providers.Gravatar Googler2017-09-22
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* `repository_name()` and `package_name()` are available only in loading phaseGravatar laurentlb2017-09-18
* Fix minor typo in RuleClass.Builder.RuleClassType.TEST validation message.Gravatar Googler2017-09-14
* Remove outdated Attribute.Configurator interface.Gravatar gregce2017-09-13
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12