index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
BuiltinFunction.java
Commit message (
Expand
)
Author
Age
*
Cleanup in error messages, try to improve consistency.
Laurent Le Brun
2017-01-03
*
Automated cleanup
Laurent Le Brun
2016-10-12
*
Fixed NPEs when using built in functions as rule implementations
Vladimir Moskva
2016-09-06
*
Use BuiltinFunction name for profiling
Michajlo Matijkiw
2016-07-14
*
Stop catching OutOfMemoryErrors when evaluating Skylark BuiltinFunctions.
Florian Weikert
2016-06-08
*
Raise error if we find an unknown type in native.rule().
Han-Wen Nienhuys
2016-01-21
*
Avoid auto-unboxing in Preconditions check that has string then two integer a...
Janak Ramakrishnan
2016-01-19
*
Move annotation classes used for referencing framework Java classes from Skyl...
John Field
2015-12-16
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Unify Skylark and BUILD lists
Francois-Rene Rideau
2015-10-20
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Save subtasks for Skylark function profiler tasks and then report self time o...
Klaas Boesche
2015-09-09
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
Show a column with the location of a skylark function in HTML profiling stati...
Googler
2015-09-02
*
Add profiling for Skylark lexer, parser, user- and built-in functions.
Googler
2015-08-28
*
Remove onlyLoadingPhase on objects.
Laurent Le Brun
2015-08-24
*
Skylark error messages now include a stack trace.
Florian Weikert
2015-08-20
*
Improved error messages for builtin Skylark functions that are invoked with i...
Florian Weikert
2015-08-12
*
Skylark: make ConversionException an EvalException
Francois-Rene Rideau
2015-06-12
*
Use BuiltinFunction for all builtins
Francois-Rene Rideau
2015-04-22
*
Migrate SkylarkBuiltin annotations to SkylarkSignature instead.
Francois-Rene Rideau
2015-04-21
*
More skylark function cleanups
Francois-Rene Rideau
2015-04-17
*
Skylark builtin function cleanups
Francois-Rene Rideau
2015-04-13
*
Debug BuiltinFunction
Francois-Rene Rideau
2015-04-01
*
New class hierarchy for Skylark functions
Francois-Rene Rideau
2015-03-20