aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* 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