aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Clarify sanity check error messageGravatar brandjon2017-10-25
* Parser: fix incorrect end location for statement suites.Gravatar fzaiser2017-10-24
* Remove unnecessary EvalException from UserDefinedFunction contructorGravatar michajlo2017-10-24
* Optimize recursive call detectionGravatar michajlo2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Micro-optimize mutablelist concatenationGravatar michajlo2017-10-23
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Require semantics field for Environment.BuilderGravatar brandjon2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Allow ClassObjects to throw EvalExceptions.Gravatar dslomov2017-10-23
* Add useDefaultSemantics() to Enviornment.BuilderGravatar brandjon2017-10-20
* Add memory profiler.Gravatar tomlu2017-10-18
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-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
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Skylark Documentation: sort methods by method signatureGravatar dmarting2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-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
* Removed unsafe public API methods for mutable types (list/dict)Gravatar brandjon2017-09-28
* Fix end offset of expressions in Skylark parserGravatar fzaiser2017-09-26
* Don't generate the mutability annotation until necessary.Gravatar shreyax2017-09-26
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Cleanups for Skylark tracebacksGravatar brandjon2017-09-25
* Remove wasteful function.toString() call in evalArgs. Also remove functions t...Gravatar shreyax2017-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
* use toList.contains for depset containsKey instead of toSetGravatar cparsons2017-09-19
* blaze: g3doc: fix closing HTML tagGravatar mpn2017-09-15
* Avoid wasting cpu/garbage formatting preconditions stringGravatar michajlo2017-09-14
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-09-07
* 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
* Remove general list typeGravatar michajlo2017-09-06
* Fix crash when calling int(s, 0) where s doesn't specify the radixGravatar brandjon2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* 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