aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* 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
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Change the name of the runfiles constantGravatar Kristina Chodorow2015-03-05
* Skylark: 'enumerate' function is fixed (see the extra check in MethodLibraryT...Gravatar Googler2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Include NODEP_LABEL in the set of attributes that are not reported as depende...Gravatar Janak Ramakrishnan2015-02-25
* Introduce first class function signatures; make the parser use them.Gravatar Francois-Rene Rideau2015-02-19
* Rename Skylark's range fn "end" arg to "stop" + some cleanups.Gravatar Laszlo Csomor2015-02-17
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Parse built-in WORKSPACE filesGravatar Kristina Chodorow2015-02-11
* A few small changes towards untangling our tests:Gravatar Ulf Adams2015-02-11
* Fix or suppress warnings in Blaze code. #fixitGravatar Laszlo Csomor2015-02-06
* Small code cleanups.Gravatar Ulf Adams2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25