aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/BuiltinFunction.java
Commit message (Expand)AuthorAge
* Don't convert InterruptException to EvalException in struct field call expres...Gravatar Benjamin Peterson2018-08-08
* Skylark debugger: Fix NPE listing frames.Gravatar brendandouglas2018-06-12
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Tag Attribute, SkylarkDefinedAspect and some other Skylark classes withGravatar mjhalupka2018-03-12
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Remove showName argument in FunctionSignature, it was always true.Gravatar laurentlb2017-07-07
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Fixed NPEs when using built in functions as rule implementationsGravatar Vladimir Moskva2016-09-06
* Use BuiltinFunction name for profilingGravatar Michajlo Matijkiw2016-07-14
* Stop catching OutOfMemoryErrors when evaluating Skylark BuiltinFunctions.Gravatar Florian Weikert2016-06-08
* Raise error if we find an unknown type in native.rule().Gravatar Han-Wen Nienhuys2016-01-21
* Avoid auto-unboxing in Preconditions check that has string then two integer a...Gravatar Janak Ramakrishnan2016-01-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
* 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
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Remove onlyLoadingPhase on objects.Gravatar Laurent Le Brun2015-08-24
* 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
* Skylark: make ConversionException an EvalExceptionGravatar Francois-Rene Rideau2015-06-12
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* Migrate SkylarkBuiltin annotations to SkylarkSignature instead.Gravatar Francois-Rene Rideau2015-04-21
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* Debug BuiltinFunctionGravatar Francois-Rene Rideau2015-04-01
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20