1. b39c693 Stop requiring the creation and storage of FileStateValues within ResolvedFile objects. by kush · 7 years ago
  2. 4b120e7 Make the FileArtifactvalue of generated targets available via the FilesetOutputSymlink whenever available. by kush · 7 years ago
  3. e35e8cf Refactoring: uses OutputService for ActionFileSystem injection by shahan · 7 years ago
  4. 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
  5. 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
  6. 5be4dd6 Fix Fileset incrementality bug when Fileset consumes a generated file. The native skyframe implementation was actually quite incorrect in this case: It was adding a skyframe dependency on a FileValue for the output file. Without a transitive dependency on the source files and actions that determine the output file's state, this could never work (and explains why the incremental build would fail). Instead, we now depend on the Artifact corresponding to the output file instead. by felly · 7 years ago
  7. 016a42b Remove unused "pattern" feature in RecursiveFilesystemTraversalFunction. by felly · 7 years ago
  8. 8cc5dcf Rename relativePath -> rootRelativePath in Root and friends. by tomlu · 7 years ago
  9. ee6a686 Introduce Root class. by tomlu · 7 years ago
  10. e479453 Make FileSymlinkException and InconsistentFSException IOExceptions by ulfjack · 7 years ago
  11. a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
  12. 95bf7c8 Stop blaze crash due to a symlink cycle or unbounded expansion encountered by kush · 8 years ago
  13. 3c0adb2 Allow Skyframe graph lookups and value retrievals to throw InterruptedException. by Janak Ramakrishnan · 9 years ago
  14. 760e709 Refactor the Event class; always construct through static methods. by Ulf Adams · 9 years ago
  15. 6df8179 Use Bazel Preconditions variant which avoids varargs array creation by Mark Schaller · 9 years ago
  16. 371cb71 Cleanup: use int instead of Integer in the RecursiveFilesystemTraversal classes. by Laszlo Csomor · 9 years ago
  17. 207140f RecursiveFilesystemTraversalFunction now tracks changes in symlinked directory. by Laszlo Csomor · 9 years ago
  18. ead9990 Refactor: ResolvedFile.getMetadata is now .getMetadataHash. by Laszlo Csomor · 9 years ago
  19. b4d482b Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface. by Laszlo Csomor · 9 years ago
  20. 0ad729f Fix a bug in the Google-internal rule "Fileset" (not in Bazel). by Laszlo Csomor · 9 years ago
  21. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  22. 26cb465 Add the option to match by regexp in RecursiveFilesystemTraversal. by Janak Ramakrishnan · 10 years ago
  23. f04efcc Introduce a PackageBoundaryMode enum to FilesetTraversalParams. by Laszlo Csomor · 10 years ago
  24. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago