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
/
EvalExceptionWithStackTrace.java
Commit message (
Expand
)
Author
Age
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Improve error diagnostics for Skylark aspects.
Dmitry Lomov
2015-10-20
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Remove a few minor lib.syntax -> lib.packages dependencies.
Lukacs Berki
2015-09-16
*
Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...
Florian Weikert
2015-09-14
*
Remove dead code, set private visibility
Laurent Le Brun
2015-09-14
*
Fixed Skylark stack trace:
Florian Weikert
2015-09-11
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Preserve the original location in EvalExceptionWithStackTrace
Laurent Le Brun
2015-09-11
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
When a Skylark macro creates a native rule, it also sets the following rule a...
Florian Weikert
2015-09-02
*
EvalExceptionWithStackTrace does no longer remove non-EvalException exception...
Florian Weikert
2015-08-27
*
Ensures that EvalExceptionWithStackTrace does not have an empty exception mes...
Florian Weikert
2015-08-27
*
Skylark stack traces are now displayed in Python format.
Florian Weikert
2015-08-27
*
Skylark error messages now include a stack trace.
Florian Weikert
2015-08-20