1. d043e30 Fix NPE when generating target_complete BEP events for aspects. by lpino · 6 years ago
  2. 1c72932 Populate the configuration field for target_complete events produced by aspects. by lpino · 6 years ago
  3. 5d5da7a Include Fileset in path resolution. by felly · 6 years ago
  4. fe1dd88 Support tree artifacts in target complete. by tomlu · 7 years ago
  5. 8dece49 Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8. by felly · 7 years ago
  6. 37bd5f6 Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847. by felly · 7 years ago
  7. 3bace1b Track Fileset in artifact expansion. by felly · 7 years ago
  8. 880508c Add support to completion function to create a path resolver from its looked-up artifact values. by tomlu · 7 years ago
  9. 04e9281 Thread a path resolver through target/aspect complete event. by tomlu · 7 years ago
  10. bf4123d Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601. by janakr · 7 years ago
  11. f309ad3 Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43. by janakr · 7 years ago
  12. d491bf1 Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547. by janakr · 7 years ago
  13. eb58707 Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059. by janakr · 7 years ago
  14. e35e8cf Refactoring: uses OutputService for ActionFileSystem injection by shahan · 7 years ago
  15. 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
  16. 61377f7 Remove ConfiguredTarget from TargetCompletionValue, since it is no longer needed: we can get the ConfiguredTargetKey directly from the TargetCompletionKey. Since that was the only use of the actual value in EvaluationProgressReceiver#evaluated, remove it, instead just provide a boolean enum that gives whether or not evaluation succeeded. by janakr · 7 years ago
  17. 904a8d6 Refactor root cause reporting in ConfiguredTargetFunction by ulfjack · 7 years ago
  18. 60554e4 Get rid of a few more #getConfiguration() calls. We're now passing a ConfiguredTargetAndData into TargetCompleteEvent, which seems reasonable. by janakr · 7 years ago
  19. 02f9956 BEP: also report the built artifacts in case of a test by Klaus Aehlig · 7 years ago
  20. 5fb2a48 Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey doesn't save memory in the 32-bit case, but makes it easier for people to see how many SkyKeys we have. by janakr · 7 years ago
  21. 14dbe13 Get rid of the last reference to getAttributeMapper by keeping packages which by mjhalupka · 7 years ago
  22. 18e333f Remove references to ConfiguredTarget.getTarget() in CompletionFunction. by mjhalupka · 7 years ago
  23. 573807d Convert ActionLookupKey implementations to directly implement SkyKey, removing the layer of indirection of getting SkyKey out of ActionLookupKey, which uses more memory for no reason. by janakr · 7 years ago
  24. 906c7cb After getting rid of LabelAndConfiguration, simplify some code by providing a ConfiguredTargetKey directly. by janakr · 7 years ago
  25. d8a9344 Move TargetCompleteEvent generation to the CompletionFunction by ulfjack · 7 years ago
  26. ac2cd35 Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same information and is more useful, since it's practically a SkyKey. by janakr · 7 years ago
  27. 8122806 Prefer catastrophic action execution exceptions to non-catastrophic ones. This is both probably what the user most cares about, and also restores a Skyframe invariant, that as a catastrophic exception bubbles up, it stays catastrophic. by janakr · 7 years ago
  28. a4634cf Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a. by janakr · 8 years ago
  29. 4e08dfc Request test artifacts to be built in parallel with running the test. by janakr · 8 years ago
  30. ca9bfa4 Aspects-on-aspects implementation. by Dmitry Lomov · 8 years ago
  31. d1f4a16 Add a new concept of failure causes by Klaus Aehlig · 8 years ago
  32. 3c0adb2 Allow Skyframe graph lookups and value retrievals to throw InterruptedException. by Janak Ramakrishnan · 9 years ago
  33. ad77f97 Refactor FileArtifactValue and ArtifactValue now that presence of mtime and digest are mutually exclusive. by Janak Ramakrishnan · 9 years ago
  34. bfd4e24 Model the TopLevelArtifactContext as an argument to the CompletionFunction rather than a PRECOMPUTED value. by Googler · 9 years ago
  35. b487ac6 Aspect terminology update. by Dmitry Lomov · 9 years ago
  36. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  37. 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
  38. e2033b1 A prototype implementation of top-level aspects. by Dmitry Lomov · 10 years ago