1. 8c1a2bd Automated rollback of commit 006b4972b433bda280e6982d297da6071b84b88d. by lberki · 4 years, 6 months ago
  2. 006b497 Make Bazel not raise an error when a symlink points to its own ancestor. by lberki · 4 years, 6 months ago
  3. e0bd9d3 bazel skyframe: merge WorkspaceASTFunction into WorkspaceFileFunction by adonovan · 4 years, 7 months ago
  4. 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
  5. 97c0bd1 Replace test usages of DigestHashFunction#getDefaultUnchecked and implicit DigestHashFunction#getDefault calls by the actual default hash function. Also remove a bunch of unnecessary Clock injections. by janakr · 4 years, 7 months ago
  6. bfbd95f Fix multi-word test case names to use lowerCamelCase. by jmmv · 4 years, 7 months ago
  7. dd1d841 Migrate some code to java 8 types where possible. by jhorvitz · 4 years, 8 months ago
  8. 7a485be Fix EvaluationContext.Builder.setEventHander typo (should be "Handler") by michajlo · 4 years, 8 months ago
  9. 771a029 Rename StarlarkImportLookupFunction and friends by brandjon · 4 years, 10 months ago
  10. b85d0b7 bazel syntax: rename StarlarkSemantics.DEFAULT_SEMANTICS -> DEFAULT by adonovan · 5 years ago
  11. 5b02f72 Muck out a lot of code, particularly serialization-related: by janakr · 5 years ago
  12. 2018b87 Allow customizing the priority list of WORKSPACE files. by ajurkowski · 5 years ago
  13. ebd616f SkylarkImport* -> StarlarkImport* by gregce · 5 years ago
  14. 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
  15. 8083e32 Break TestConstants' dependency on Package FactoryBuilderForTesting by michajlo · 5 years ago
  16. 015f586 Add the --experimental_disable_external package command line option that (unsurprisingly) disables the //external package by lberki · 5 years ago
  17. 93aa121 Apply static analysis findings in FileFunctionTest. by ajurkowski · 5 years ago
  18. ce4cf60 Refactor test_glob_with_io_error so we get test coverage in both --keep_going and --nokeep_going mode. Also, since that integration test is exercising usage of FileAccessException, add an explicit unit test for that in FileFunctionTest. by nharmata · 5 years ago
  19. 0af987b Support WORKSPACE.bazel file by Yun Peng · 5 years ago
  20. e764d56 Remove some uses of MD5. by Googler · 5 years ago
  21. 83130f4 Automatic cleanup change. by jcater · 6 years ago
  22. bcd02f9 Automatic code cleanup. by cpovirk · 6 years ago
  23. 7faa0ef Introduce a FileSystemCalls.getType() function that just returns the type of a by djasper · 6 years ago
  24. d087fe2 Fix reuse of cached static ConfiguredRuleClassProvider in tests by Irina · 6 years ago
  25. b07cd06 Logical rollforward of https://github.com/bazelbuild/bazel/commit/e2e235359ccdc4b6a122586b9d7c99abbddd65f5. That commit was reverted because it tickled an unrelated bug accidentally exercised by a Google-internal test. by nharmata · 6 years ago
  26. 4ec695c Fix long-standing corner case with infinite symlink expansion detection. See the added unit tests for more details. by nharmata · 6 years ago
  27. 8c02aff Rename SKYLARK_SEMANTICS to STARLARK_SEMANTICS by laurentlb · 6 years ago
  28. 6659b4c Rename SkylarkSemantics to StarlarkSemantics by laurentlb · 6 years ago
  29. 8070555 Automated rollback of commit e2e235359ccdc4b6a122586b9d7c99abbddd65f5. by lberki · 6 years ago
  30. e2e2353 Fix blatant logic bug in FileFunction that causes incorrect FileValues on incremental evaluations. by nharmata · 6 years ago
  31. 15e15c2 Move WorkspaceFileValue to the lib.packages directory, since that's where WorkspaceFactory and the rest of its kind are. Also remove an unused method in WorkspaceFactory. by janakr · 6 years ago
  32. f0e4811 Add SkylarkImportLookupFunction to WorkspaceFileFunction. by mjhalupka · 6 years ago
  33. fde0bd2f Add a FileSystem parameter to BlazeModule#getPackageBuilderHelper and PackageFactory.BuilderForTesting#build. by nharmata · 6 years ago
  34. be3cefc Factor out constants in Label class. by dannark · 6 years ago
  35. 1002867 Consolidates options used in BuildDriver#evaluate, MemoizingEvaluator#evaluate and WalkableGraphFactory#prepareAndGet by Googler · 6 years ago
  36. 8eb4748 Support reading a resolved file by Klaus Aehlig · 7 years ago
  37. a205ed8 Rephrase InMemoryFileSystem in terms of error codes rather than exceptions, enabling better performance on statIfFound() / statNullable() calls. by felly · 7 years ago
  38. c9efd06 Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890. by ccalvarin · 7 years ago
  39. 7e87730 Remove default MD5 in most of Bazel's virtual filesystems. by ccalvarin · 7 years ago
  40. dd9f60e Remove redundancy in DigestHashFunction use in FileSystem. by ccalvarin · 7 years ago
  41. 89188eb Check if ParentFileValue is a directory when evaluating a FileFunction node. by neerajen · 7 years ago
  42. 09d2031 Bazel server: ensure OutputStreams are closed by laszlocsomor · 7 years ago
  43. bda12a1 Move HashFunction out of FileSystem, and turn it into a class, instead of an enum. by ccalvarin · 7 years ago
  44. 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
  45. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  46. e57e9a3 Remove some unnecessary params. by nharmata · 7 years ago
  47. d6a9828 Allow BazelPackageLoader to load external repositories. by carmi · 7 years ago
  48. c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
  49. 3fb7d34 A couple quality-of-life improvements for Bazel devs, in response to an email from philwo@. by nharmata · 7 years ago
  50. 8cc5dcf Rename relativePath -> rootRelativePath in Root and friends. by tomlu · 7 years ago
  51. 4c9fafd Add absolute root concept. by tomlu · 7 years ago
  52. ee6a686 Introduce Root class. by tomlu · 7 years ago
  53. 8b09347 Remove mtime field from FileStateValue. by janakr · 7 years ago
  54. 6c91906 Remove trivial instances of FileSystem#getRootDirectory from testing code. by tomlu · 7 years ago
  55. c801c39 Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486. by aehlig · 7 years ago
  56. 82e68b7 Make FileSystem operate on LocalPath instead of Path. by tomlu · 7 years ago
  57. e0d1d0e Update PathPackageLocator to take a list of potential build file names, by John Cater · 7 years ago
  58. a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
  59. dbff8b8 Propagate skylark flags to WORKSPACE and repo rules by brandjon · 7 years ago
  60. 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
  61. 03e7018 Automatic code cleanup. by cushon · 8 years ago
  62. 3b63a4e Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline constructor that did ServerDirectories creation inline: don't pollute production code for tests' convenience. by janakr · 8 years ago
  63. 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
  64. 513288b Tolerate injected nodes having deps. by janakr · 8 years ago
  65. bfd1d33 Adding support for SHA256 for remote execution. Switch remote execution to use by olaola · 8 years ago
  66. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  67. d922e65 PiperOrigin-RevId: 156331430 by nharmata · 8 years ago
  68. 4f647e8 Change FileContentsProxy to use ctime instead of mtime by ulfjack · 8 years ago
  69. 26e9d8f Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752. by plf · 8 years ago
  70. 9dec9a0 Introduce BazelPackageLoader. by nharmata · 8 years ago
  71. 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
  72. dfcd5da8 Add repository override option by kchodorow · 8 years ago
  73. b4060b6 Refactor all ctor callsites of PathFragment to instead call a static 'create' method. by nharmata · 8 years ago
  74. 39dbc98 Adding an option to set the digest function that everything uses. Minor refactoring: enabling potential fast digest computation of more than one digest function type. by Ola Rozenfeld · 8 years ago
  75. 0c0735a Update package lookup to check for files named BUILD.bazel before files named by John Cater · 8 years ago
  76. b4f461e Add new skyframe function to lookup the repository given a path, and use that by John Cater · 8 years ago
  77. d4f7594 Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77. by Nathan Harmata · 8 years ago
  78. c0f3d4e Don't bother getting the not-real FileStateValue for a path whose parent doesn't exist. by Nathan Harmata · 8 years ago
  79. b776d6c Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1. by Nathan Harmata · 8 years ago
  80. 0c7a42a Slight refactor of ExternalFilesHelper: by Nathan Harmata · 8 years ago
  81. 5e9ce94 Adds an enum to describe how PackageLookupFunction should handle package labels by John Cater · 8 years ago
  82. bd016c9 Make the code that is using execRoot paths use execRoot paths by Kristina Chodorow · 9 years ago
  83. 9469591 Add an enum representing the specific build file name (WORKSPACE, BUILD) to the PackageLookupValue to reduce the number of references to the filename "BUILD". by John Cater · 9 years ago
  84. 22eb332 Fixed two Bazel java tests on Windows by using the right native file system by Yun Peng · 9 years ago
  85. f3cf98f Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724. by Laurent Le Brun · 9 years ago
  86. bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
  87. 3ad5645 Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of making it easier to create PackageFactory instances in unit tests. by Nathan Harmata · 9 years ago
  88. be10218 Replace the occurrences of Constants.PRODUCT_NAME for a call to by Luis Fernando Pino Duque · 9 years ago
  89. 5a2936f Check for additions to the directory in new_local_repository by Kristina Chodorow · 9 years ago
  90. 54e24df Provide descriptive error messages on external mutable source files encountered during a build by Googler · 9 years ago
  91. c73051c6 Move TimestampGranularityMonitor to CommandEnvironment. by Ulf Adams · 9 years ago
  92. bc8b5e0 Add an intermediate SkyFunction for resolving the external package by Damien Martin-Guillerez · 9 years ago
  93. 4ecfe51 Extract parsing of the WORKSPACE file in two parts by Damien Martin-Guillerez · 9 years ago
  94. 42f67cb Add a Java property to influence symlinking strategy so that we can test what kind of performance we could get from how we imagine it would work under Windows. by Lukacs Berki · 9 years ago
  95. 528957e Support unreadable files by Michajlo Matijkiw · 9 years ago
  96. de2183d Only depend on the WORKSPACE file for external files that are under the external/ directory, i.e. were created by Bazel. by Lukacs Berki · 9 years ago
  97. 6df8179 Use Bazel Preconditions variant which avoids varargs array creation by Mark Schaller · 9 years ago
  98. f9fdc8d Don't treat external files as immutable by Kristina Chodorow · 9 years ago
  99. 92b2236 Migrated tests in devtools/build/lib/skyframe to JUnit 4. by Florian Weikert · 9 years ago
  100. d3262d1 Move local_repository and new_local_repository from build.lib.bazel to build.lib. by Lukacs Berki · 9 years ago