aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* Use targets' labels' package identifier for query output=packageGravatar mschaller2017-06-22
* In the Blaze Query implementation, use Set and Map implementations backed by ...Gravatar nharmata2017-06-22
* Automated rollback of commit 7dec00574aa91327693f6ba7e90bff5bc834253e.Gravatar ajmichael2017-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
* Remove ErrorSensingEventHandler#resetErrors().Gravatar lberki2017-06-12
* Make PackageOutputFormatter use PackageIdentifier instead of package name.Gravatar ajmichael2017-06-08
* Fix a bug in ParallelVisitor which prevents visitation task from being interr...Gravatar Googler2017-06-02
* 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