aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/FunctionDefStatement.java
Commit message (Expand)AuthorAge
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Move Statement.exec methods to a separate class.Gravatar laurentlb2017-08-28
* Introduce enum to quickly discriminate AST nodes.Gravatar laurentlb2017-08-25
* Minor refactor of UserDefinedFunction constructor, accessorsGravatar brandjon2017-08-23
* Remove validate() methods in the AST, use a visitor instead.Gravatar laurentlb2017-08-18
* Refactoring: create only one ValidationEnvironmentGravatar laurentlb2017-08-17
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Refactor AST APIsGravatar brandjon2017-06-13
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Add the flag --incompatible_keyword_only_syntax to forbid keyword-only syntax.Gravatar laurentlb2017-05-04
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* 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
* Keep function parameters in the AST.Gravatar Laurent Le Brun2015-09-04
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Skylark: Functions don't need to be declared in order.Gravatar Laurent Le Brun2015-05-15
* Cleanup in ValidationEnvironment wrt to user-defined functionsGravatar Laurent Le Brun2015-04-16
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checking of variables/functions.Gravatar Laurent Le Brun2015-04-13
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Introduce first class function signatures; make the parser use them.Gravatar Francois-Rene Rideau2015-02-19
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25