aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* skylark/syntax: Move flow statement check to the validation pass.Gravatar laurentlb2017-09-04
* Enable by default the flag incompatible_checked_arithmetic.Gravatar laurentlb2017-09-04
* Bazel/syntax: Delete/inline Statement.execGravatar laurentlb2017-09-04
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Fix wrong location of string literals in the lexerGravatar fzaiser2017-09-01
* Add a way to construct Frames in a two-step processGravatar brandjon2017-08-29
* Flip the --incompatible_disallow_set_constructor flag by defaultGravatar vladmos2017-08-29
* Visit subtrees of the AST in evaluation orderGravatar fzaiser2017-08-29
* Change Identifier#boundNames to #boundIdentifiers.Gravatar fzaiser2017-08-28
* Flip the --incompatible_descriptive_string_representations flag by defaultGravatar vladmos2017-08-28
* Move Statement.exec methods to a separate class.Gravatar laurentlb2017-08-28
* Add a visitor method for statement blocks to SyntaxTreeVisitorGravatar fzaiser2017-08-28
* Make tests independent of the current state of the incompatible_descriptive_s...Gravatar vladmos2017-08-28
* Introduce enum to quickly discriminate AST nodes.Gravatar laurentlb2017-08-25
* Update documentation for the print functionGravatar vladmos2017-08-24
* Refactor: Parse return statements without an expression properlyGravatar fzaiser2017-08-24
* Minor refactor of UserDefinedFunction constructor, accessorsGravatar brandjon2017-08-23
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Throw a static error when lvalue of an augmented assignment is a list.Gravatar laurentlb2017-08-21
* Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment.Gravatar laurentlb2017-08-18
* Remove validate() methods in the AST, use a visitor instead.Gravatar laurentlb2017-08-18
* Delete cachedSymbols from LoadStatement.Gravatar laurentlb2017-08-18
* Fix NPE in PrinterGravatar brandjon2017-08-17
* Simplify validation environment (futureReadOnlyVariables is not needed).Gravatar laurentlb2017-08-17
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Refactoring: create only one ValidationEnvironmentGravatar laurentlb2017-08-17
* Fix lexer bug that allowed non-ASCII letters in identifiersGravatar fzaiser2017-08-17
* Delete Literal.javaGravatar laurentlb2017-08-17
* Remove methods that shouldn't belong to FuncallExprGravatar fzaiser2017-08-17
* Remove unused methods from FunctionSignatureGravatar brandjon2017-08-16
* SyntaxTreeVisitor handles flow statements (break / continue).Gravatar laurentlb2017-08-14
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Fix AST visitor for for loops and comprehensions.Gravatar laurentlb2017-08-11
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Cleanup SkylarkDict APIGravatar brandjon2017-08-10
* Cleanup cast methods for SkylarkListGravatar brandjon2017-08-10
* Deprecate old ordering names for depsetsGravatar vladmos2017-08-10
* In the MutableList API, make an internal unsafe method publicGravatar brandjon2017-08-10
* Improve SyntaxTreeVisitor API.Gravatar laurentlb2017-08-08
* Use Iterators.unmodifiableIterator() for readabilityGravatar brandjon2017-08-08
* Add tuple * int multiplication operatorGravatar brandjon2017-08-07
* Fix mutability bug in SkylarkList/SkylarkMap Java APIsGravatar brandjon2017-08-07
* Make selector list construction n^2 -> n efficient.Gravatar gregce2017-08-07
* Bypass unnecessary ArrayLists in SkylarkNestedSet constructorGravatar michajlo2017-08-07
* Minor optimization to function arg parsingGravatar michajlo2017-08-07
* Cleanup SkylarkListGravatar brandjon2017-08-04
* Make MutableList#EMPTY privateGravatar brandjon2017-08-04
* Documentation fix for 'str' and 'repr' functions.Gravatar laurentlb2017-08-03
* Cleanup javadoc around Mutability / SkylarkMutableGravatar brandjon2017-08-03