aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Define operator[] in the same way in BUILD and in bzl filesGravatar Laurent Le Brun2015-08-12
* Improved error messages for builtin Skylark functions that are invoked with i...Gravatar Florian Weikert2015-08-12
* Make more Skylark functions available to BUILD files (dict, list, zip).Gravatar Laurent Le Brun2015-08-12
* Allow heterogeneous lists in Skylark.Gravatar Laurent Le Brun2015-08-11
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Fixed a bug where the methods of Skylark dictionaries were not properly recog...Gravatar Florian Weikert2015-08-06
* Implemented Python's dict() in SkylarkGravatar Florian Weikert2015-08-04
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Skylark, improve doc for Label.relativeGravatar Laurent Le Brun2015-08-04
* Implemented Python's str.title() in Skylark.Gravatar Florian Weikert2015-08-04
* Make range and enumerate functions available in BUILD files.Gravatar Laurent Le Brun2015-08-04
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Invalid double slashes in load statements are now also discovered in BUILD modeGravatar Florian Weikert2015-07-10
* Make include() work with remote repositories.Gravatar Lukacs Berki2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Make absolute labels in remote repositories refer to the same repository by d...Gravatar Lukacs Berki2015-07-07
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* Printer can be configured to use single quotation marks instead of double quo...Gravatar Florian Weikert2015-07-01
* Skylark: only allow rules that are exportedGravatar Francois-Rene Rideau2015-06-30
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Fix SyntaxTreeVisitor for LoadStatement.Gravatar Laurent Le Brun2015-06-19
* Skylark: Allow variable reassignment to change the type of a variable.Gravatar Laurent Le Brun2015-06-18
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Fix NullPointerException in parser.Gravatar Laurent Le Brun2015-06-16
* Skylark: Forbid break/continue in BUILD files.Gravatar Laurent Le Brun2015-06-16
* Allow users of Blaze Lexer to explicitly specify the line-number table of a f...Gravatar Carmi Grushko2015-06-16
* Avoid copying the entire package contents in order to construct the line numb...Gravatar Eric Fellheimer2015-06-16
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Skylark: First argument of load() may no longer start with two slashes ("//")Gravatar Florian Weikert2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Skylark: make ConversionException an EvalExceptionGravatar Francois-Rene Rideau2015-06-12
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Simplification in EvalUtils.optionMapGravatar Laurent Le Brun2015-06-05
* Add support for @foo//:bar-format labels on the command lineGravatar Kristina Chodorow2015-06-01
* Parser cleanup: Introduce an enum instead of the booleansGravatar Laurent Le Brun2015-05-28
* Even more select concatenation: this time when a glob is *in*Gravatar Greg Estren2015-05-28