aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @...Gravatar cparsons2018-04-11
* Introduce `--incompatible_disallow_slash_operator` to disable `/` operator.Gravatar laurentlb2018-04-11
* Migrate Info's skylark methods to @SkylarkCallableGravatar cparsons2018-04-10
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Fix the definition of Argument in the Skylark specificationGravatar vladmos2018-04-05
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Migrate depset.union() and depset.to_list() to SkylarkCallableGravatar cparsons2018-04-04
* Add option to restrict format strings to %sGravatar brandjon2018-04-04
* Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...Gravatar cparsons2018-03-30
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Move more tests to test suite (int function, list index, list mutation)Gravatar laurentlb2018-03-28
* Migrate string tests to Skylark test suite.Gravatar laurentlb2018-03-28
* Fix incorrect int() exampleGravatar brandjon2018-03-26
* Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400.Gravatar janakr2018-03-26
* Bugfixes for int()Gravatar brandjon2018-03-23
* 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