aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Remove testFunctionListArgumentsAreImmutable and testFunctionDictArgumentsAre...Gravatar vladmos2017-09-01
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Fix wrong location of string literals in the lexerGravatar fzaiser2017-09-01
* Visit subtrees of the AST in evaluation orderGravatar fzaiser2017-08-29
* Change Identifier#boundNames to #boundIdentifiers.Gravatar fzaiser2017-08-28
* Make tests independent of the current state of the incompatible_descriptive_s...Gravatar vladmos2017-08-28
* 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
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Throw a static error when lvalue of an augmented assignment is a list.Gravatar laurentlb2017-08-21
* Fix NPE in PrinterGravatar brandjon2017-08-17
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Fix lexer bug that allowed non-ASCII letters in identifiersGravatar fzaiser2017-08-17
* Delete Literal.javaGravatar laurentlb2017-08-17
* Fix Skylark parsing of call expressions.Gravatar fzaiser2017-08-14
* Refactor FuncallExpression to allow for complex function terms later.Gravatar fzaiser2017-08-14
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Deprecate old ordering names for depsetsGravatar vladmos2017-08-10
* Improve SyntaxTreeVisitor API.Gravatar laurentlb2017-08-08
* Add tuple * int multiplication operatorGravatar brandjon2017-08-07
* Fix mutability bug in SkylarkList/SkylarkMap Java APIsGravatar brandjon2017-08-07
* Cleanup javadoc around Mutability / SkylarkMutableGravatar brandjon2017-08-03
* Make list EMPTY instance work like tuplesGravatar brandjon2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Refactor augmented assignment and lvaluesGravatar brandjon2017-07-26
* Clean up string representations for unknown objectsGravatar vladmos2017-07-17
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* New flag --incompatible_string_is_not_iterable to forbid iteration over strings.Gravatar laurentlb2017-07-13
* Automated rollback of commit 0d2aa6369b09940d584b544fb10796387e0fafa0.Gravatar brandjon2017-07-12
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Clean up string representations for unknown objectsGravatar vladmos2017-07-12
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Prohibit multiple load() statements from appearing on the same lineGravatar brandjon2017-07-07
* Require LValues to have at least one variable.Gravatar laurentlb2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Make 'load' a keywordGravatar laurentlb2017-07-05
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Forbid tabs for indentationGravatar laurentlb2017-07-05
* New flag `--incompatible_checked_arithmetic` to use checked arithmetics.Gravatar laurentlb2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Add more helpers to ParserGravatar brandjon2017-06-28
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Forbid octal sequences greater than \377 (0xff) in strings.Gravatar laurentlb2017-06-26
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26