aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Don't convert InterruptException to EvalException in struct field call expres...Gravatar Benjamin Peterson2018-08-08
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* Remove SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-07-13
* [Skylark] Allow tuples as first argument of str.{starts,ends}withGravatar Yannic Bonenberger2018-06-28
* Require @SkylarkCallable parameters to be explicitly specified.Gravatar cparsons2018-06-28
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* Allow structField callables to specify useSkylarkSemantics, useLocation, and ...Gravatar cparsons2018-06-20
* Move remaining BazelLibrary skylark functions to MethodLibraryGravatar cparsons2018-06-15
* Skylark Pretty Printer: shorten empty listGravatar Klaus Aehlig2018-06-14
* 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