aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* 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
* Skylark: Define dict iteration order (sorted by key).Gravatar Laurent Le Brun2015-03-18
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* Constraints: implement "fulfills". Details are describedGravatar Greg Estren2015-03-18
* PackageFactory: cleanup code duplicationGravatar Laurent Le Brun2015-03-18
* Skylark: Improve error message when using native module outside macroGravatar Laurent Le Brun2015-03-18
* Make ExternalPackage serializable.Gravatar Nathan Harmata2015-03-18
* Make JDK not need tools/jdk/jdk symlinkedGravatar Kristina Chodorow2015-03-18
* Skylark: dict.keys() has sorted output.Gravatar Laurent Le Brun2015-03-16
* Skylark: Allow list slicesGravatar Laurent Le Brun2015-03-16
* Skylark: Fix typing of structsGravatar Laurent Le Brun2015-03-16
* Skylark: Make ctx.var a dictionary.Gravatar Laurent Le Brun2015-03-13
* Simplify Attribute builder now that all rules specify allowed file types.Gravatar Ulf Adams2015-03-13
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* BazelTestSuiteRule is documented. The "suites" attribute is removed from Baze...Gravatar Googler2015-03-13
* Save ~13% execution time in []RuleClassProvider.create() by only formatting s...Gravatar Googler2015-03-13
* Delete unused class.Gravatar Nathan Harmata2015-03-13
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* Remove unneeded codeGravatar Kristina Chodorow2015-03-10
* Convert binding exception to something that's actually caught in PackageFunctionGravatar Kristina Chodorow2015-03-10
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10