aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/BaseFunction.java
Commit message (Expand)AuthorAge
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* As a micro-optimization, inline the "Callstack.enabled" guard. The java-land ...Gravatar nharmata2018-03-08
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add memory profiler.Gravatar tomlu2017-10-18
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Remove showName argument in FunctionSignature, it was always true.Gravatar laurentlb2017-07-07
* Refactor PrinterGravatar vladmos2017-07-03
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* 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
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* 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
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Update comments about function callsGravatar Francois-Rene Rideau2015-09-02
* 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
* Skylark stack traces are now displayed in Python format.Gravatar Florian Weikert2015-08-27
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Using aliases in load() may no longer lead to false positives in SkylarkEnvir...Gravatar Florian Weikert2015-08-25
* 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
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20