1. 9ad8918 Delete `BuildDriver` in favor of managing versions from `MemoizingEvaluator`. by jhorvitz · 3 years, 3 months ago
  2. 33f7648 Remove the unnecessary `BuildConfigurationValue` wrapper around `BuildConfiguration`. by jhorvitz · 3 years, 5 months ago
  3. 876deaa Move ConfiguredTargetValue to the lib/analysis package, where it belongs. by janakr · 4 years, 1 month ago
  4. 7a485be Fix EvaluationContext.Builder.setEventHander typo (should be "Handler") by michajlo · 4 years, 8 months ago
  5. 83221e3 Update users of ConfiguredTargetKey to use the Builder. by jcater · 4 years, 10 months ago
  6. 41a3cb0 Remove ConfiguredTargetValue.key. by jcater · 5 years ago
  7. 0592f3f Remove type parameter from SkyframeExecutor. by Googler · 6 years ago
  8. 1002867 Consolidates options used in BuildDriver#evaluate, MemoizingEvaluator#evaluate and WalkableGraphFactory#prepareAndGet by Googler · 6 years ago
  9. 2fff952 Refactor to get rid of some getConfiguredTarget() calls in tests and replace by mjhalupka · 7 years ago
  10. 1cde872 Allow NodeEntry implementations to keep just deps, as opposed to all edges or no edges. Also add option to disable checks in MemoizingEvaluatorTest that don't make sense for implementations that don't keep track of dirty nodes. Also extract RecordingDifferencer to an interface. And add a test for the situation that a node changes during a build that it's not requested, and which fails, necessitating cleanup. by janakr · 7 years ago
  11. c8dce99 Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed value. Instead, manually check if the value has changed, and if it has, invalidate its consuming WorkspaceStatusValue node, forcing its re-evaluation, where it will pick up the new value. by janakr · 8 years ago
  12. 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
  13. ab64e59 Make --experimental_interleave_loading_and_analysis a no-op. by Ulf Adams · 9 years ago
  14. 3c0adb2 Allow Skyframe graph lookups and value retrievals to throw InterruptedException. by Janak Ramakrishnan · 9 years ago
  15. 247ac16 Dynamic config test improvements: by Greg Estren · 9 years ago
  16. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  17. 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
  18. a643436 Parse the label syntax "@//a:b" so that eventually we can make that the syntax that means "refer to the main repository". by Lukacs Berki · 10 years ago
  19. 9715dae Move some test helper classes into /util packages and open source them. by Ulf Adams · 10 years ago