1. bfdad90 Make SkyKey an interface, and start the migration of not creating SkyKey wrapper objects: for OwnedArtifacts, which are the most numerous during builds, and for Labels for TransitiveTraversalValues, which are the most numerous during queries. by janakr · 8 years ago
  2. d7d951d Loosen visibility of ASTFileLookupValue. by Janak Ramakrishnan · 8 years ago
  3. f745e99 Use static creation method for SkyKey. This allows interning SkyKeys as they are created, as opposed to when they are requested from the ParallelEvaluator. That delay can lead to large memory spikes and churn. by Janak Ramakrishnan · 9 years ago
  4. 6df8179 Use Bazel Preconditions variant which avoids varargs array creation by Mark Schaller · 9 years ago
  5. a97e17f Use Labels, rather than PathFragments, to represent Skylark loads internally. The load location for a Skylark Aspect is specified via a PathFragment, for consistency with current non-Aspect Skylark loads. by John Field · 9 years ago
  6. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  7. 2a7c802 Roll back using labels rather than PathFragments for skylark loads. by Michajlo Matijkiw · 10 years ago
  8. 925dc5c Use Labels, rather than PathFragments, to represent Skylark loads internally. This should be a semantics-preserving change for users. In a subsequent CL, I'll change the Skylark syntax to allow load statements to use labels as well as paths, with the goal of eventually deprecating the latter. by John Field · 10 years ago
  9. 3ab82f7 Fix some warnings. by Ulf Adams · 10 years ago
  10. 73fa203 Move PackageIdentifier to cmdline by Kristina Chodorow · 10 years ago
  11. 145b701 Make load() work in remote repositories too. by Lukacs Berki · 10 years ago
  12. ecb643d Skylark: path in load statement either has to be absolute or has to have exactly one segment. by Googler · 10 years ago
  13. 8da263c Use a factory method in ASTFileLookupValue to enforce that the NO_FILE constant is correctly used. by Nathan Harmata · 10 years ago
  14. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago