aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Put main repo remapping behind a flag.Gravatar dannark2018-08-07
* Migrate ObjcProvider to BuiltinProvider from NativeProviderGravatar cparsons2018-08-07
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* Update comment about repository mapping containing entry from "@<main repo na...Gravatar dannark2018-08-01
* Removes serialization class that introduced bug.Gravatar plf2018-07-31
* [Skylark] Use POJOs instead of dynamic proxies.Gravatar Taras Tsugrii2018-07-30
* [Skylark] Support dictionaries in structs when serializing them using struct....Gravatar Taras Tsugrii2018-07-25
* Remove gender specific prononuns from Bazel codebaseGravatar hlopko2018-07-23
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* Add --incompatible_disable_deprecated_attr_params to disable some deprecated ...Gravatar cparsons2018-07-16
* Add implicit mapping from "@mainrepo" to "@". This fixes the issue where refe...Gravatar Danna Kelmer2018-07-16
* Remove unused mapGravatar dannark2018-07-13
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Enforce that repository mapping is never null (it can be empty).Gravatar dannark2018-06-26
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Take into account repository mapping when processing labels inside BUILD file...Gravatar dannark2018-06-21
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Allow structField callables to specify useSkylarkSemantics, useLocation, and ...Gravatar cparsons2018-06-20
* On type errors for select()s, show which branch is responsible.Gravatar gregce2018-06-19
* Be more permissive when dealing with rules which haveGravatar jcater2018-06-19
* Add more logging when executionPlatformConstraintsAllowed is set to PER_TARGETGravatar jcater2018-06-19
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* Move remaining BazelLibrary skylark functions to MethodLibraryGravatar cparsons2018-06-15
* Compare using value equality instead of reference equality.Gravatar dannark2018-06-13
* Enable rules to inherit the ExecutionPlatformConstraintsAllowed value.Gravatar jcater2018-06-12
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Only remove 'repo_mapping' from kwargs if experimental_enable_repo_mapping is...Gravatar dannark2018-06-11
* Migrate android providers to use BuiltinProvider instead of NativeProviderGravatar cparsons2018-06-11
* BlazeOptionHandler: only check in the parent directory, if there is oneGravatar Klaus Aehlig2018-06-08
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Disable `repo_mapping` by default via a flag.Gravatar dannark2018-06-05
* Add flag --experimental_enable_repo_mapping to gate usage of repo_mapping fun...Gravatar dannark2018-06-05
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Remove step in SkylarkSemanticsOptions instructions that reference non-existe...Gravatar dannark2018-06-05
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Special case * in target lookup, work around for #5300.Gravatar twerth2018-05-30
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Simplify RuleClass.Builder#cfg, Attribute.Builder#cfg interfaces.Gravatar gregce2018-05-29
* Merge ComposingSplitTransition and ComposingPatchTransition.Gravatar gregce2018-05-29
* Make ConstantRuleVisibility static constants into @AutoCodec constants.Gravatar janakr2018-05-29
* Start migration of apple skylark build APIGravatar cparsons2018-05-25
* Migrate FilesToRunProvider, Target, and TemplateVariableInfo to skylarkbuildapiGravatar cparsons2018-05-25