aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/engine/AbstractQueryEnvironment.java
Commit message (Expand)AuthorAge
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Don't throw runtime exception on interruption - since we know the future is a...Gravatar Googler2017-05-26
* Global cleanup change.Gravatar Googler2017-03-23
* Fix inadvertent performance regression introduced by the recent rewrite of 'b...Gravatar Nathan Harmata2017-03-14
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28