aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SkylarkSignatureProcessor.java
Commit message (Expand)AuthorAge
* [Skylark] Use POJOs instead of dynamic proxies.Gravatar Taras Tsugrii2018-07-30
* Cache default parameter values for skylark methods, and compute types of Para...Gravatar cparsons2018-07-25
* Remove SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-07-13
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* Use Identifiers instead of StringsGravatar Taras Tsugrii2018-06-08
* Introduce Param.legacyNamed() to handle migration from @SkylarkSignature to @...Gravatar cparsons2018-04-11
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Fix exception about undocumented argument.Gravatar Matthew DeVore2016-08-05
* Enable named arguments for SkylarkCallable annotationGravatar Damien Martin-Guillerez2016-08-04
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...Gravatar Damien Martin-Guillerez2016-06-08
* Implement pop(), popitem() and setdefault() for dictGravatar Francois-Rene Rideau2016-02-19
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* More Skylark function cleanupsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Allow evaluation from StringGravatar Francois-Rene Rideau2015-04-13
* Debug BuiltinFunctionGravatar Francois-Rene Rideau2015-04-01
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20