aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/ErrorInfo.java
Commit message (Expand)AuthorAge
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Add basic equality checking for ErrorInfo and tighten the interface for Error...Gravatar shreyax2018-02-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make ErrorInfo#toString more informative.Gravatar janakr2017-11-06
* Automatic code cleanup.Gravatar cushon2017-09-15
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Repurpose the not-meaningfully-used ErrorInfo#isTransient to mean "is transit...Gravatar Nathan Harmata2015-12-10
* Remove vestigial serialization bits from ErrorInfoGravatar Michajlo Matijkiw2015-10-06
* ErrorInfo and CycleInfo don't need to be serializableGravatar Michajlo Matijkiw2015-09-30
* Visibility tweaks.Gravatar Michajlo Matijkiw2015-09-30
* Refactor ErrorInfo creation to share single constructorGravatar Michajlo Matijkiw2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Mark root causes as transient. Serializing nested sets is annoying, and since...Gravatar Janak Ramakrishnan2015-09-21
* Don't mark ErrorInfo transient if one of its child ErrorInfos is transient.Gravatar Janak Ramakrishnan2015-08-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25