aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/EvalExceptionWithStackTrace.java
Commit message (Expand)AuthorAge
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Cleanups for Skylark tracebacksGravatar brandjon2017-09-25
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Fixed SkylarkTests on WindowsGravatar Yun Peng2016-09-09
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove a few minor lib.syntax -> lib.packages dependencies.Gravatar Lukacs Berki2015-09-16
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Remove dead code, set private visibilityGravatar Laurent Le Brun2015-09-14
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Preserve the original location in EvalExceptionWithStackTraceGravatar Laurent Le Brun2015-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
* EvalExceptionWithStackTrace does no longer remove non-EvalException exception...Gravatar Florian Weikert2015-08-27
* Ensures that EvalExceptionWithStackTrace does not have an empty exception mes...Gravatar Florian Weikert2015-08-27
* 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