aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Don't throw runtime exception on interruption - since we know the future is a...Gravatar Googler2017-05-26
* Expose the target map from Package.Gravatar carmi2017-05-19
* Have TransitiveTraversalValues store kind of targets which have errors when c...Gravatar Googler2017-05-16
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* Have QueryExpressionMapper#compose take arbitrary number of mappersGravatar Googler2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Add static methods to return target kinds for built-in targetsGravatar Googler2017-05-03
* Reword commentGravatar laurentlb2017-04-18
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Update comments and remove obsolete field.Gravatar laurentlb2017-04-13
* Add select() support for "query --output=build".Gravatar gregce2017-04-13
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Delete STRING_DICT_UNARYGravatar michajlo2017-03-31
* Global cleanup change.Gravatar Googler2017-03-23
* Fix inadvertent performance regression introduced by the recent rewrite of 'b...Gravatar Nathan Harmata2017-03-14
* Configurably block errors from universe eval in query environmentsGravatar Mark Schaller2017-03-12
* 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
* Do not use additional scheduling threads during parallel evaluation to preven...Gravatar Googler2017-03-02
* 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
* Handle TriState type in `bazel query --output=build`Gravatar Laurent Le Brun2017-02-27
* Reword comment about the current implementation of ^.Gravatar Nathan Harmata2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* 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
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Replace PackageProvider with TargetProvider where possibleGravatar Ulf Adams2017-02-09
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Global cleanup change.Gravatar Googler2017-01-25
* Fix an issue with cached EventHandlers in SkyQueryEnvironment's resolverGravatar Mark Schaller2017-01-23
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Remove dead code referencing deleted "suites" attribute.Gravatar Greg Estren2016-12-21
* Rollback of commit e0a330577d9fe98169645cb68d9fc22cc787eeb6.Gravatar Janak Ramakrishnan2016-12-21
* Add some logging when query evaluation halts abruptly.Gravatar Nathan Harmata2016-12-16
* 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
* Global cleanup change.Gravatar Googler2016-12-07
* 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
* Update ParallelSkyQueryUtils to use QuiescingExecutor instead of ForkJoinPoolGravatar Googler2016-11-29
* 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
* Introduce a failFast mode to OutputFormatterCallback#close.Gravatar Nathan Harmata2016-11-18