aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2/engine
Commit message (Expand)AuthorAge
* Some code cleanups and improvements around the various DTC visitor implementa...Gravatar nharmata2018-07-30
* Allow uniquifiers to throw QueryExceptions.Gravatar shreyax2018-07-02
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Implement unbounded deps() using ParallelVisitor for SkyQuery.Gravatar shreyax2018-05-25
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* Provide parallel implementations of bounded allrdeps and rdeps.Gravatar nharmata2018-04-12
* Fix bug in SkyQuery's parallel allrdeps with --nohost_deps.Gravatar nharmata2018-04-10
* Fix check-then-act race for some function potentially returning multiple targ...Gravatar shreyax2018-04-05
* As promised in an earlier commit, remove subinclude machinery from PackageFac...Gravatar nharmata2018-03-26
* Create a new output formatter for cquery which output transition information ...Gravatar juliexxia2018-03-23
* Generalize QueryExpressionVisitor's visitation by permitting an arbitrary "co...Gravatar nharmata2018-01-31
* Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae.Gravatar juliexxia2018-01-05
* Automated rollback of commit 86b4532769c22cca2ed7068a60f3326beaad34af.Gravatar juliexxia2018-01-04
* Restructure how universeScope is used when testing configured query to mimick...Gravatar juliexxia2018-01-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Add method getRdepsUnboundedInUniverseParallel to StremableQueryEnvironmentGravatar Googler2017-09-04
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Introduce the 'siblings' query function.Gravatar nharmata2017-08-14
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* 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
* Ban the combination of buildfiles/loadfiles and --output=location.Gravatar nharmata2017-06-19
* Don't call function names keyword in the query reference because they are not.Gravatar lberki2017-06-13
* Don't throw runtime exception on interruption - since we know the future is a...Gravatar Googler2017-05-26
* Have QueryExpressionMapper#compose take arbitrary number of mappersGravatar Googler2017-05-04
* 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
* Fix bug with streaming bounded deps/allrdeps/rdeps.Gravatar Nathan Harmata2017-03-08
* Global cleanup change.Gravatar Googler2017-03-03
* 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
* Reword comment about the current implementation of ^.Gravatar Nathan Harmata2017-02-27
* Fix a hypothetical issue with 'buildfiles' and 'loadfiles' with duplicate tar...Gravatar Nathan Harmata2017-02-16
* Give a more helpful error message on malformed regexes.Gravatar Nathan Harmata2017-02-16
* Global cleanup change.Gravatar Googler2017-01-25
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Rollback of commit e0a330577d9fe98169645cb68d9fc22cc787eeb6.Gravatar Janak Ramakrishnan2016-12-21
* Some improvements to ParallelQueryUtils.Gravatar Nathan Harmata2016-12-16
* Make Argument factory methods public.Gravatar Nathan Harmata2016-12-13
* Rephrase query transformation in terms of composition of QueryExpressionMappers.Gravatar Nathan Harmata2016-12-13
* Fix bad bug with the parallel implementation of BinaryOperatorExpression. Tur...Gravatar Nathan Harmata2016-12-12
* Fix spelling mistake.Gravatar Nathan Harmata2016-12-06
* For all function expressions of the form f(..., e1, ..., e2, ..., eK, ...), e...Gravatar Nathan Harmata2016-12-02
* Provide a parallel implementation of "e1 - e2 - e3" by noting its equivalence...Gravatar Nathan Harmata2016-11-21
* Enable parallel evaluation of 'e' in query expressions of the form 'buildfile...Gravatar Nathan Harmata2016-11-21
* Provide a parallel implementation of "e1 + e2".Gravatar Nathan Harmata2016-11-21