aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Fix documentation of set.Gravatar Laurent Le Brun2015-12-16
* Skylark: implemented more string functions (isalnum, isdigit, etc).Gravatar Florian Weikert2015-12-16
* Skylark: implemented reversed()Gravatar Florian Weikert2015-12-15
* Skylark: implemented min() and max().Gravatar Florian Weikert2015-12-13
* Skylark: implemented str.splitlines()Gravatar Florian Weikert2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Avoid autoboxing on potential hot paths in LineNumberTableGravatar Michajlo Matijkiw2015-12-07
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Sort entries in SelectorValue.Gravatar Han-Wen Nienhuys2015-11-18
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Remove trailing period to avoid double-period.Gravatar Googler2015-11-10
* Add profiler support for compiled Skylark.Gravatar Florian Weikert2015-11-10
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile list and dict comprehensions to byte code.Gravatar Florian Weikert2015-11-10
* Compile binary operations to byte code.Gravatar Florian Weikert2015-11-10
* Compile for loops with break/continue to byte codeGravatar Florian Weikert2015-11-10
* Compile dictionary literals to byte code.Gravatar Florian Weikert2015-11-10
* Compile conditional statement and expressions.Gravatar Florian Weikert2015-11-10
* Add list.index methodGravatar Laurent Le Brun2015-11-10
* Compile dot and not expressions to byte code.Gravatar Florian Weikert2015-11-10
* Compile assignments to byte code and throw errors.Gravatar Florian Weikert2015-11-10
* Compile list literals to byte code.Gravatar Klaas Boesche2015-11-06
* Compile int and string literals to byte codeGravatar Klaas Boesche2015-11-06
* Compile identifiers to byte codeGravatar Klaas Boesche2015-11-06
* Compile return statements to byte codeGravatar Klaas Boesche2015-11-06
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Improve error message for select objects ('+' operator for incompatible types)Gravatar Laurent Le Brun2015-11-05
* Cache and canonicalize references to PathFragments in LineNumberTable$HashLin...Gravatar Eric Fellheimer2015-11-03
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Add Skylark support for string_list_dictGravatar Francois-Rene Rideau2015-10-30
* Skylark interpreter optimizationGravatar Laurent Le Brun2015-10-28
* Build indexer: Handle for loopsGravatar Laurent Le Brun2015-10-28
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Lexer: Handle triple quoted raw strings (e.g. r"""abc""").Gravatar Laurent Le Brun2015-10-21
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Add some strip/rstrip/lstrip testsGravatar Googler2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Minor improvements to set documentation.Gravatar Laurent Le Brun2015-10-16
* Fixed wrong error message when using class definitions in Skylark / BUILD files.Gravatar Florian Weikert2015-10-16
* When loading a Skylark list or tuple, preserve the type in the BUILD file.Gravatar Laurent Le Brun2015-10-16
* Skylark: Add lstrip and rstrip functions.Gravatar Laurent Le Brun2015-10-15
* Make a copy of the list when passing the value from Skylark to BUILD.Gravatar Laurent Le Brun2015-10-14
* Rollback of unknown previous commit.Gravatar Googler2015-10-13
* Update "print" documentation (we discourage its use).Gravatar Laurent Le Brun2015-10-09
* Optionally limits the length of the output of Printer.printList() (default = ...Gravatar Florian Weikert2015-10-05
* Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.Gravatar Janak Ramakrishnan2015-10-05
* Change uses of Lists#newArrayListWithExpectedSize to ArrayList#ArrayList(int)...Gravatar Nathan Harmata2015-09-30