aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Add list.popGravatar Laurent Le Brun2015-12-22
* Skylark: Slice operations now accept a step argument.Gravatar Florian Weikert2015-12-17
* Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3.Gravatar Florian Weikert2015-12-17
* Rollback of commit d03485f1361ff825a976512959438321442c7c98.Gravatar Kristina Chodorow2015-12-16
* Add a new class to encapsulate operations on Skylark import statements. This ...Gravatar John Field2015-12-16
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Implement list.remove functionGravatar Laurent Le Brun2015-12-16
* Skylark: implemented all() and any()Gravatar Florian Weikert2015-12-16
* 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