1. 8cd101d Remove TransitiveTargetValue#transitiveRootCauses: callers only need to know if there was an error, not the full list, after unknown commit. by janakr · 4 years, 5 months ago
  2. 02ce2a6 Fully qualify class names in javadoc when there is no other reference. by jcater · 5 years ago
  3. 731451f Remove TargetMarkerFunction by ulfjack · 6 years ago
  4. f091f9c Make deterministic the error that is stored in TransitiveTraversalValue. When there are multiple errors, we don't want non-determinism. by janakr · 6 years ago
  5. f2b26ad Refactor "determine all dependency edges from all aspects" logic to be a streaming visitation. by nharmata · 6 years ago
  6. 694d18a Slight refactor so as to micro-optimize usages of AspectDefinition#visitAspectsIfRequired. by nharmata · 6 years ago
  7. cecb3a8 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  8. 246f0aa Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000. by shreyax · 7 years ago
  9. a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
  10. dc73a1d Move TransitiveTargetKey to a dedicated top-level class by ulfjack · 7 years ago
  11. 7184b6f Have TransitiveTraversalValues store kind of targets which have errors when computing TransitiveTraversalValues. by Googler · 8 years ago
  12. b91d392 Extract a set of advertised providers into a separate class. by Dmitry Lomov · 8 years ago
  13. 3c0adb2 Allow Skyframe graph lookups and value retrievals to throw InterruptedException. by Janak Ramakrishnan · 9 years ago
  14. 549bfce Make aspects work through bind(). by Lukacs Berki · 9 years ago
  15. 940ea07 Properly filter out Aspect attributes when `blaze query` requests --noimplicit_deps and/or --nohost_deps. by Dmitry Lomov · 9 years ago
  16. 6df8179 Use Bazel Preconditions variant which avoids varargs array creation by Mark Schaller · 9 years ago
  17. 6231d08 Parametrize aspect definition with AspectParameters. by Dmitry Lomov · 9 years ago
  18. 6b6d8a9 Inline TargetMarker in TransitiveTraversalFunction by Mark Schaller · 9 years ago
  19. 24ed98d Retain first error message during transitive traversal by Mark Schaller · 9 years ago
  20. d7a7275 Don't report errors for missing edges in TransitiveTraversalFunction. by Nathan Harmata · 10 years ago
  21. e27d063 Clean up Aspect checks in query tests. by Eric Fellheimer · 10 years ago
  22. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  23. 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
  24. 85fe061 Avoid Skyframe restarts in transitive targets due related to conservative aspect deps. by Eric Fellheimer · 10 years ago
  25. b5c9884 TransitiveTraversalFunction now implements "conservative" (a la ConservativeAspectResolver) aspect resolution. by Eric Fellheimer · 10 years ago
  26. 8ff5b3c Adds TransitiveTraversalFunction that loads transitive deps of a target by Mark Schaller · 10 years ago