1. f07773b Make some objects SkylarkValues by vladmos · 8 years ago
  2. 5e924af Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592. by nharmata · 8 years ago
  3. 7beadb7 Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20. by dmarting · 8 years ago
  4. 38b8350 Only allocate some formerly frequently allocated PathFragment objects once. by nharmata · 8 years ago
  5. f76ad07 Update outdated comment by brandjon · 8 years ago
  6. b4060b6 Refactor all ctor callsites of PathFragment to instead call a static 'create' method. by nharmata · 8 years ago
  7. a28b540 Fix Cpp action caching by Ulf Adams · 8 years ago
  8. e36a66c Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde. by Dmitry Lomov · 8 years ago
  9. 4b73e97 Roll forward execroot change by Kristina Chodorow · 8 years ago
  10. f57730b Some little changes to prep for rolling forward the execroot change by Kristina Chodorow · 8 years ago
  11. a16d9f1 Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners that makes an appropriate call to Interners.InternerBuilder#concurrencyLevel. by Nathan Harmata · 8 years ago
  12. 8539a12 Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a. by Laszlo Csomor · 9 years ago
  13. 82d4327 Change execution root for external repositories to be ../repo by Kristina Chodorow · 9 years ago
  14. bd016c9 Make the code that is using execRoot paths use execRoot paths by Kristina Chodorow · 9 years ago
  15. a1a31ff Rename some PackageId and RepositoryName fields/methods in prep for deep execroot change by Kristina Chodorow · 9 years ago
  16. 33aada2 Make execution root symlink builder handle PackageIdentifiers by Kristina Chodorow · 9 years ago
  17. f3cf98f Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724. by Laurent Le Brun · 9 years ago
  18. bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
  19. fed931d Short-circuit equality comparison for unequal PackageIdentifiers by precomputing the hash. by Shreya Bhattarai · 9 years ago
  20. 4dd18ec Switch to using ../repo-name syntax for runfiles by Kristina Chodorow · 9 years ago
  21. 9e4c78f Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and commit 790d2f6009d47fe92cf0cd92a1473bbf0141f32e. by Damien Martin-Guillerez · 9 years ago
  22. 857cda2 Move the runfiles for external repositories to under the x.runfiles/ directory by Kristina Chodorow · 9 years ago
  23. 14cf129 Remove PackageIdentifier#createInDefaultRepo now that all the callers have been migrated. by Lukacs Berki · 9 years ago
  24. d7d6d62 Don't keep packages in the default repository around after loading. by Brian Silverman · 9 years ago
  25. ec5c07a Move RepositoryName to its own top-level class by Kristina Chodorow · 9 years ago
  26. 913d458 Optimize PackageIdentifier hash code implementation, which has shown up in some recent profiling. by Eric Fellheimer · 9 years ago
  27. 485eb96 Make package names in the package_group.packages attribute refer to the repository where the package group is. by Lukacs Berki · 9 years ago
  28. 6df8179 Use Bazel Preconditions variant which avoids varargs array creation by Mark Schaller · 9 years ago
  29. e19ee27 Shuffle around all the constants related to the name of the //external package and the prefix of external packages in the execroot. by Lukacs Berki · 9 years ago
  30. f5471e5 Add a getPathFragment method to RepositoryName; use it in PackageIdentifier. by Ulf Adams · 9 years ago
  31. f2512bb Move the check whether a repository name contains a slash to PackageIdentifier, where it actually belongs. by Philipp Wollermann · 9 years ago
  32. 28099de Replace strong interning with weak interning for better GC. by Miguel Alcon Pinto · 10 years ago
  33. 2627b9f Intern PackageIdentifiers as a memory optimization. by Miguel Alcon Pinto · 10 years ago
  34. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  35. 550cfae Add a serialization proxy to RepositoryName instead of PackageIdentifier so that naked RepositoryName objects can also be serialized properly. by Lukacs Berki · 10 years ago
  36. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
  37. e76dd5e Tighten up the requirements on workspace names by Kristina Chodorow · 10 years ago
  38. 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
  39. 1540c7b Minor changes to the label parsing to match the specification more closely. by Ulf Adams · 10 years ago
  40. 3ab82f7 Fix some warnings. by Ulf Adams · 10 years ago
  41. 73fa203 Move PackageIdentifier to cmdline by Kristina Chodorow · 10 years ago[Renamed (90%) from src/main/java/com/google/devtools/build/lib/packages/PackageIdentifier.java]
  42. 145b701 Make load() work in remote repositories too. by Lukacs Berki · 10 years ago
  43. 3895dc0 Memoize RepositoryNames by Michajlo Matijkiw · 10 years ago
  44. 2f74f56 Add getter for RepositoryName#name by Michajlo Matijkiw · 10 years ago
  45. 33aa1e1 Make globs work in remote repositories. by Lukacs Berki · 10 years ago
  46. b21df3d Rollback of accidentally submitted change. by Lukacs Berki · 10 years ago
  47. 7d02845 Make globs work in remote repositories. by Lukacs Berki · 10 years ago
  48. 6703256 Allow / in repository names by Kristina Chodorow · 10 years ago
  49. a71d470 Normalize path fragment before saving it in package identifier. by Janak Ramakrishnan · 10 years ago
  50. 9bf65cb Disambiguate jar paths in the exec root tree by Kristina Chodorow · 10 years ago
  51. c5aeaa3 Small code cleanups. by Ulf Adams · 10 years ago
  52. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago