aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/UserDefinedFunction.java
Commit message (Expand)AuthorAge
* [Skylark] Optimize UserDefinedFunction.Gravatar Taras Tsugrii2018-08-02
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-08
* Automated rollback of commit f1013485d41efd8503f9d4f937e17d1b4bc91ed3.Gravatar nharmata2018-03-07
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-07
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Remove unnecessary EvalException from UserDefinedFunction contructorGravatar michajlo2017-10-24
* Optimize recursive call detectionGravatar michajlo2017-10-24
* Bazel/syntax: Delete/inline Statement.execGravatar laurentlb2017-09-04
* Refactor: Parse return statements without an expression properlyGravatar fzaiser2017-08-24
* Minor refactor of UserDefinedFunction constructor, accessorsGravatar brandjon2017-08-23
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Refactor "isMutable" -> "isFrozen"Gravatar brandjon2017-05-04
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Rep...Gravatar Florian Weikert2016-09-06
* Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88.Gravatar Tobias Werth2016-09-06
* Skylark: Replaced late bound attributes with computed default attributesGravatar Mark Schaller2016-09-02
* Only include name for UserDefinedFunctionProfilingGravatar Michajlo Matijkiw2016-07-14
* Add profiler support for compiled Skylark.Gravatar Florian Weikert2015-11-10
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile assignments to byte code and throw errors.Gravatar Florian Weikert2015-11-10
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Skylark interpreter optimizationGravatar Laurent Le Brun2015-10-28
* 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
* Save subtasks for Skylark function profiler tasks and then report self time o...Gravatar Klaas Boesche2015-09-09
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Show a column with the location of a skylark function in HTML profiling stati...Gravatar Googler2015-09-02
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Skylark stack traces are now displayed in Python format.Gravatar Florian Weikert2015-08-27
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Improved error messages for builtin Skylark functions that are invoked with i...Gravatar Florian Weikert2015-08-12
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20
* 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