aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Add list.append and list.extend to the documentationGravatar Laurent Le Brun2016-01-07
* Remove syntactic sugar when assigning to a dict item.Gravatar Laurent Le Brun2016-01-07
* Fix small mistakes in some comments.Gravatar Francois-Rene Rideau2016-01-07
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Add the source location of the import string to the LoadStatement AST node, f...Gravatar John Field2016-01-04
* Add a new method to the SkylarkImport class to allow tools to access the impo...Gravatar John Field2016-01-04
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Cleanup, code simplification, remove env.isSkylarkGravatar Laurent Le Brun2015-12-28
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* 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