aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/AbstractAttributeMapper.java
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Move BazelRuleClassProvider.J2OBJC_RULES to its own class.Gravatar lpino2018-02-08
* Add option to populate selector list in blaze query's proto output.Gravatar twerth2017-12-06
* Add getAttributeLocation to AttributeMap and related classes.Gravatar jcater2017-11-10
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Automated rollback of commit 5d9e8c1062e893b8acadba52db92364950ce760c.Gravatar mschaller2017-10-26
* Improve error messaging for AbstractAttributeMapperGravatar cparsons2017-10-25
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Add detailed rule class/label info when report attribute checking error Gravatar Liangliang He2017-02-22
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Be honest about type in Type#visitLabelsGravatar Michajlo Matijkiw2016-09-22
* Implement label visitation using visitorGravatar Michajlo Matijkiw2016-09-21
* Some optimizations in Type#flatten (used under the covers by AggregatingAttri...Gravatar Nathan Harmata2016-08-25
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Remove Rule's dependence on a RawAttributeMapper instanceGravatar Michajlo Matijkiw2016-07-21
* Let select() "unset" values via: select({"//some:condition: None }).Gravatar Greg Estren2016-04-29
* Include real type in type casting error message.Gravatar Tobias Werth2016-02-16
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Do not make labels without a specified repository in hidden attributes always...Gravatar Lukacs Berki2015-12-14
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor Type.getLabels() so that instead of collecting labels, it flattens c...Gravatar Lukacs Berki2015-09-17
* Do not consider //external: a repository-local reference.Gravatar Lukacs Berki2015-08-25
* Move inline "visibility" PathFragment to a constantGravatar Michajlo Matijkiw2015-08-20
* Make default values of attributes point to the main repository.Gravatar Lukacs Berki2015-07-27
* Make absolute labels in remote repositories refer to the same repository by d...Gravatar Lukacs Berki2015-07-07
* Stop "no generating action" exceptions for configurableGravatar Greg Estren2015-06-19
* Open source a few more analysis tests.Gravatar Ulf Adams2015-05-04
* Minimize calls to AggregatingAttributeMapper.visitAttribute. Attributes withGravatar Greg Estren2015-04-15
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Include NODEP_LABEL in the set of attributes that are not reported as depende...Gravatar Janak Ramakrishnan2015-02-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25