aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Migrate some Skylark tests outside of Blaze.Gravatar laurentlb2017-11-28
* Migrate some Skylark tests outside of Blaze.Gravatar laurentlb2017-11-27
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Parser: fix incorrect end location for statement suites.Gravatar fzaiser2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Add test for recursive function callsGravatar brandjon2017-10-23
* Require semantics field for Environment.BuilderGravatar brandjon2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Move min/max tests to new test suiteGravatar laurentlb2017-10-16
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Fix the location of load statements in Skylark.Gravatar fzaiser2017-10-10
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Skylark parser: make the end position of location ranges inclusive.Gravatar fzaiser2017-10-06
* New depset() APIGravatar dslomov2017-09-29
* Clarify Mutability invariants, refactor some testsGravatar brandjon2017-09-29
* Fix end offset of expressions in Skylark parserGravatar fzaiser2017-09-26
* Add a test for traceback correctness for errors in augmented assignment nodesGravatar vladmos2017-09-26
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Improve style in SkylarkMutableTestGravatar brandjon2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* 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