aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/UserDefinedFunction.java
Commit message (Expand)AuthorAge
* 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