aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Use Identifiers instead of StringsGravatar Taras Tsugrii2018-06-08
* Stop allocating new tokens in the lexerGravatar laurentlb2018-06-05
* Get rid of the tokens queue in the lexerGravatar laurentlb2018-06-04
* Add a pretty-printer class to SkylarkGravatar Klaus Aehlig2018-05-29
* Extend tests of range()'s list-like behaviorGravatar brandjon2018-05-25
* Make @SkylarkModule detection (through superclasses/superinterfaces) well-def...Gravatar cparsons2018-05-24
* Add test that range() returns a listGravatar brandjon2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* Delete GlobListGravatar laurentlb2018-05-24
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Make the parser look at only one Token at a time.Gravatar laurentlb2018-05-22
* Skylark: do not eagerly scan the whole fileGravatar laurentlb2018-05-22
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* Refactor SyntaxTests to not rely on actions/analysis packages arbitrarilyGravatar brandjon2018-04-17
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* 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