aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can spe...Gravatar cparsons2018-03-22
* RELNOTES: In int() function, do not auto-detect base if input starts with '0'.Gravatar laurentlb2018-03-22
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Change error messaging of @SkylarkCallable invocations to match @SkylarkSigna...Gravatar cparsons2018-03-21
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-08
* Allow passing location, ast, and environment to @SkylarkCallable methodsGravatar cparsons2018-03-07
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Remove old flags.Gravatar laurentlb2018-02-16
* Remove unused LineNumberTable.HashLine class.Gravatar laurentlb2018-02-15
* Environment guarantees determinism when retrieving its bindingsGravatar brandjon2018-02-13
* Skylark: SlicingExpression: do not create new nodes for optional expressionsGravatar laurentlb2018-02-12
* Add debugging helper to Environment.Extension to say why something's unequalGravatar brandjon2018-02-06
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-02-05
* Fix string_list_dict values to be skylark lists in all casesGravatar cparsons2018-01-31
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Fix forbidding of If statements in BUILD filesGravatar brandjon2018-01-17
* Codec for Location.Gravatar shahan2018-01-16
* Fix value collision in builtins registryGravatar brandjon2018-01-16
* Fix testPlusEqualsOnDictGravatar vladmos2018-01-02
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* Register builtins with RuntimeGravatar brandjon2017-12-07
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* 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