aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* 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
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Implement field declarations for declared providers.Gravatar dslomov2017-08-25
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses.Gravatar gregce2017-08-18