aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Remove Package.AbstractBuilder.Gravatar Han-Wen Nienhuys2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark fail function: Remove when attribute.Gravatar Laurent Le Brun2015-04-20
* Remove legacy methods Package#{getRules,getFiles}.Gravatar Han-Wen Nienhuys2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Build language: Add sorted function.Gravatar Laurent Le Brun2015-04-17
* Further reduction of calls to AggregatingAttributeMapper.visitAttribute.Gravatar Greg Estren2015-04-16
* Simplify ValidationEnvironment.Gravatar Laurent Le Brun2015-04-16
* Add a missing "final" modifier.Gravatar Lukacs Berki2015-04-16
* Minimize calls to AggregatingAttributeMapper.visitAttribute. Attributes withGravatar Greg Estren2015-04-15
* More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.Gravatar Laurent Le Brun2015-04-15
* Simplify MethodLibrary.Gravatar Laurent Le Brun2015-04-15
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Skylark: Update doc for setsGravatar Laurent Le Brun2015-04-09
* Skylark: Expose output_to_genfiles rule attributeGravatar Laurent Le Brun2015-04-08
* Skylark: Implicit outputs can refer to labels.Gravatar Laurent Le Brun2015-04-03
* Make rule.getLabels deterministic.Gravatar Laurent Le Brun2015-04-02
* Skylark: Add function 'int'Gravatar Laurent Le Brun2015-04-02
* Remove direct store of Target from NoSuchTargetException. Instead, just note ...Gravatar Eric Fellheimer2015-04-02
* Clean up an unnecessary field in NoSuchTargetException.Gravatar Eric Fellheimer2015-04-02
* Skylark: Improve documentation for configuration transitions.Gravatar Laurent Le Brun2015-04-01
* Debug BuiltinFunctionGravatar Francois-Rene Rideau2015-04-01
* Skylark: Add dictionary.getGravatar Laurent Le Brun2015-03-31
* Skylark: Improve documentationGravatar Laurent Le Brun2015-03-31
* Description redacted.Gravatar Googler2015-03-30
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
* Skylark: native module is updated.Gravatar Googler2015-03-25
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* More precisely document AttributeMap.get (particularly the possibilityGravatar Greg Estren2015-03-25
* Merge PackageSerializer's and ProtoOutputFormatter's duplicatedGravatar Greg Estren2015-03-25
* Removed a <?> generic in a instanceof.Gravatar Damien Martin-Guillerez2015-03-24
* Skylark: native module is updated with exports_files and package_group.Gravatar Googler2015-03-24
* Skylark: Package environment extensions can register functions with the nativ...Gravatar Googler2015-03-24
* Skylark: zip function is implemented.Gravatar Googler2015-03-24
* Skylark: Implement string.index and string.rindexGravatar Laurent Le Brun2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24
* Skylark: Fix typing for slice/substring operator.Gravatar Laurent Le Brun2015-03-23
* Description redacted.Gravatar Greg Estren2015-03-23
* Skylark: proper anchor is generated for Boolean types in the documentation.Gravatar Googler2015-03-23
* Skylark: minor documentation cleanups.Gravatar Googler2015-03-23
* Skylark: documentation is updated. SkylarkFileType.java is moved to the ../li...Gravatar Googler2015-03-20
* Move cast* utilities to SkylarkTypeGravatar Francois-Rene Rideau2015-03-20
* Allow built-in WORKSPACE rules to be overridden by the userGravatar Kristina Chodorow2015-03-20
* Refactoring: Introduce a new class LValue.Gravatar Laurent Le Brun2015-03-20
* Disambiguate jar paths in the exec root treeGravatar Kristina Chodorow2015-03-20
* Skylark: Document string slicing in documentation.Gravatar Laurent Le Brun2015-03-18
* Skylark: Update error message when 'native' module cannot be accessed.Gravatar Laurent Le Brun2015-03-18