aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/engine/TestsFunction.java
Commit message (Expand)AuthorAge
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* 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
* 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
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Rollback of commit e0a330577d9fe98169645cb68d9fc22cc787eeb6.Gravatar Janak Ramakrishnan2016-12-21
* For all function expressions of the form f(..., e1, ..., e2, ..., eK, ...), e...Gravatar Nathan Harmata2016-12-02
* Use ForkJoinPool, rather than ListeningExecutorService, for parallel query ev...Gravatar Nathan Harmata2016-09-22
* Boilerplate for parallel evaluation of FunctionExpression query expression no...Gravatar Nathan Harmata2016-09-09
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Re-implement variables in the blaze query language. Instead of using a mutabl...Gravatar Nathan Harmata2016-07-14
* Transform Blaze query to be able to work in streamed mode.Gravatar Miguel Alcon Pinto2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25