aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/engine
Commit message (Expand)AuthorAge
* Fix embarassing typo in VariableContext#with.Gravatar Nathan Harmata2016-07-15
* Re-implement variables in the blaze query language. Instead of using a mutabl...Gravatar Nathan Harmata2016-07-14
* No longer allow QueryExpressionMapper#map to throw a QueryException. This was...Gravatar Nathan Harmata2016-07-04
* (1) Allow QueryExpressionMapper#map to throw a QueryException.Gravatar Nathan Harmata2016-07-01
* Add SkyQuery-specific allrdeps implementation to allow batch getReverseDepsGravatar Googler2016-06-27
* Parallelize (some of) BinaryOperatorExpressionGravatar Mark Schaller2016-06-22
* Make RegexFilterExpression publicGravatar Chris Parsons2016-05-11
* In SkyQueryEnvironment, rewrite queries using the semantics-preserving transf...Gravatar Nathan Harmata2016-03-02
* Typo fixGravatar Shreya Bhattarai2016-02-03
* Stream result of TargetPattern#eval to a callback instead of returning it dir...Gravatar Janak Ramakrishnan2016-01-11
* Make QueryEnvironment#getTargetsMatchingPattern pass its result to a callback.Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* RELNOTES: add loadfiles() query operator, to find skylark files loaded by tar...Gravatar Han-Wen Nienhuys2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* 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
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Add rbuildfiles function to queries, only for use when using SkyQueryEnvironm...Gravatar Janak Ramakrishnan2015-08-21
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Add "allrdeps" function that computes rdeps in whatever universe happens to b...Gravatar Janak Ramakrishnan2015-06-26
* Clean up AllPathsFunction and get rid of getFwdDeps(Target) and getReverseDep...Gravatar Janak Ramakrishnan2015-06-19
* Create batch versions of query environment methods getFwdDeps and getReverseD...Gravatar Janak Ramakrishnan2015-06-17
* Add a visibility predicate to blaze query.Gravatar Liam Miller-Cushon2015-04-10
* Add toString method to QueryEvalResult.Gravatar Janak Ramakrishnan2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25