aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Check parameter types for methods when multiple types are allowed.Gravatar dslomov2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* incompatible_disallow_keyword_only_args now defaults to trueGravatar laurentlb2017-09-07
* Fix crash when calling int(s, 0) where s doesn't specify the radixGravatar brandjon2017-09-06
* skylark/syntax: Move flow statement check to the validation pass.Gravatar laurentlb2017-09-04
* 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