- 8c1a2bd Automated rollback of commit 006b4972b433bda280e6982d297da6071b84b88d. by lberki · 4 years, 6 months ago
- 006b497 Make Bazel not raise an error when a symlink points to its own ancestor. by lberki · 4 years, 6 months ago
- e0bd9d3 bazel skyframe: merge WorkspaceASTFunction into WorkspaceFileFunction by adonovan · 4 years, 7 months ago
- 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
- 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
- bfbd95f Fix multi-word test case names to use lowerCamelCase. by jmmv · 4 years, 7 months ago
- dd1d841 Migrate some code to java 8 types where possible. by jhorvitz · 4 years, 8 months ago
- 7a485be Fix EvaluationContext.Builder.setEventHander typo (should be "Handler") by michajlo · 4 years, 8 months ago
- 771a029 Rename StarlarkImportLookupFunction and friends by brandjon · 4 years, 10 months ago
- b85d0b7 bazel syntax: rename StarlarkSemantics.DEFAULT_SEMANTICS -> DEFAULT by adonovan · 5 years ago
- 5b02f72 Muck out a lot of code, particularly serialization-related: by janakr · 5 years ago
- 2018b87 Allow customizing the priority list of WORKSPACE files. by ajurkowski · 5 years ago
- ebd616f SkylarkImport* -> StarlarkImport* by gregce · 5 years ago
- 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
- 8083e32 Break TestConstants' dependency on Package FactoryBuilderForTesting by michajlo · 5 years ago
- 015f586 Add the --experimental_disable_external package command line option that (unsurprisingly) disables the //external package by lberki · 5 years ago
- 93aa121 Apply static analysis findings in FileFunctionTest. by ajurkowski · 5 years ago
- 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
- 0af987b Support WORKSPACE.bazel file by Yun Peng · 5 years ago
- e764d56 Remove some uses of MD5. by Googler · 5 years ago
- 83130f4 Automatic cleanup change. by jcater · 6 years ago
- bcd02f9 Automatic code cleanup. by cpovirk · 6 years ago
- 7faa0ef Introduce a FileSystemCalls.getType() function that just returns the type of a by djasper · 6 years ago
- d087fe2 Fix reuse of cached static ConfiguredRuleClassProvider in tests by Irina · 6 years ago
- 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
- 4ec695c Fix long-standing corner case with infinite symlink expansion detection. See the added unit tests for more details. by nharmata · 6 years ago
- 8c02aff Rename SKYLARK_SEMANTICS to STARLARK_SEMANTICS by laurentlb · 6 years ago
- 6659b4c Rename SkylarkSemantics to StarlarkSemantics by laurentlb · 6 years ago
- 8070555 Automated rollback of commit e2e235359ccdc4b6a122586b9d7c99abbddd65f5. by lberki · 6 years ago
- e2e2353 Fix blatant logic bug in FileFunction that causes incorrect FileValues on incremental evaluations. by nharmata · 6 years ago
- 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
- f0e4811 Add SkylarkImportLookupFunction to WorkspaceFileFunction. by mjhalupka · 6 years ago
- fde0bd2f Add a FileSystem parameter to BlazeModule#getPackageBuilderHelper and PackageFactory.BuilderForTesting#build. by nharmata · 6 years ago
- be3cefc Factor out constants in Label class. by dannark · 6 years ago
- 1002867 Consolidates options used in BuildDriver#evaluate, MemoizingEvaluator#evaluate and WalkableGraphFactory#prepareAndGet by Googler · 6 years ago
- 8eb4748 Support reading a resolved file by Klaus Aehlig · 7 years ago
- a205ed8 Rephrase InMemoryFileSystem in terms of error codes rather than exceptions, enabling better performance on statIfFound() / statNullable() calls. by felly · 7 years ago
- c9efd06 Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890. by ccalvarin · 7 years ago
- 7e87730 Remove default MD5 in most of Bazel's virtual filesystems. by ccalvarin · 7 years ago
- dd9f60e Remove redundancy in DigestHashFunction use in FileSystem. by ccalvarin · 7 years ago
- 89188eb Check if ParentFileValue is a directory when evaluating a FileFunction node. by neerajen · 7 years ago
- 09d2031 Bazel server: ensure OutputStreams are closed by laszlocsomor · 7 years ago
- bda12a1 Move HashFunction out of FileSystem, and turn it into a class, instead of an enum. by ccalvarin · 7 years ago
- 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
- 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
- e57e9a3 Remove some unnecessary params. by nharmata · 7 years ago
- d6a9828 Allow BazelPackageLoader to load external repositories. by carmi · 7 years ago
- c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
- 3fb7d34 A couple quality-of-life improvements for Bazel devs, in response to an email from philwo@. by nharmata · 7 years ago
- 8cc5dcf Rename relativePath -> rootRelativePath in Root and friends. by tomlu · 7 years ago
- 4c9fafd Add absolute root concept. by tomlu · 7 years ago
- ee6a686 Introduce Root class. by tomlu · 7 years ago
- 8b09347 Remove mtime field from FileStateValue. by janakr · 7 years ago
- 6c91906 Remove trivial instances of FileSystem#getRootDirectory from testing code. by tomlu · 7 years ago
- c801c39 Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486. by aehlig · 7 years ago
- 82e68b7 Make FileSystem operate on LocalPath instead of Path. by tomlu · 7 years ago
- e0d1d0e Update PathPackageLocator to take a list of potential build file names, by John Cater · 7 years ago
- a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
- dbff8b8 Propagate skylark flags to WORKSPACE and repo rules by brandjon · 7 years ago
- 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
- 03e7018 Automatic code cleanup. by cushon · 8 years ago
- 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
- 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
- 513288b Tolerate injected nodes having deps. by janakr · 8 years ago
- bfd1d33 Adding support for SHA256 for remote execution. Switch remote execution to use by olaola · 8 years ago
- aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
- d922e65 PiperOrigin-RevId: 156331430 by nharmata · 8 years ago
- 4f647e8 Change FileContentsProxy to use ctime instead of mtime by ulfjack · 8 years ago
- 26e9d8f Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752. by plf · 8 years ago
- 9dec9a0 Introduce BazelPackageLoader. by nharmata · 8 years ago
- 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
- dfcd5da8 Add repository override option by kchodorow · 8 years ago
- b4060b6 Refactor all ctor callsites of PathFragment to instead call a static 'create' method. by nharmata · 8 years ago
- 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
- 0c0735a Update package lookup to check for files named BUILD.bazel before files named by John Cater · 8 years ago
- b4f461e Add new skyframe function to lookup the repository given a path, and use that by John Cater · 8 years ago
- d4f7594 Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77. by Nathan Harmata · 8 years ago
- c0f3d4e Don't bother getting the not-real FileStateValue for a path whose parent doesn't exist. by Nathan Harmata · 8 years ago
- b776d6c Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1. by Nathan Harmata · 8 years ago
- 0c7a42a Slight refactor of ExternalFilesHelper: by Nathan Harmata · 8 years ago
- 5e9ce94 Adds an enum to describe how PackageLookupFunction should handle package labels by John Cater · 8 years ago
- bd016c9 Make the code that is using execRoot paths use execRoot paths by Kristina Chodorow · 9 years ago
- 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
- 22eb332 Fixed two Bazel java tests on Windows by using the right native file system by Yun Peng · 9 years ago
- f3cf98f Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724. by Laurent Le Brun · 9 years ago
- bdfd58a Make the execution root match the runfiles tree structure for external repositories by Kristina Chodorow · 9 years ago
- 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
- be10218 Replace the occurrences of Constants.PRODUCT_NAME for a call to by Luis Fernando Pino Duque · 9 years ago
- 5a2936f Check for additions to the directory in new_local_repository by Kristina Chodorow · 9 years ago
- 54e24df Provide descriptive error messages on external mutable source files encountered during a build by Googler · 9 years ago
- c73051c6 Move TimestampGranularityMonitor to CommandEnvironment. by Ulf Adams · 9 years ago
- bc8b5e0 Add an intermediate SkyFunction for resolving the external package by Damien Martin-Guillerez · 9 years ago
- 4ecfe51 Extract parsing of the WORKSPACE file in two parts by Damien Martin-Guillerez · 9 years ago
- 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
- 528957e Support unreadable files by Michajlo Matijkiw · 9 years ago
- 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
- 6df8179 Use Bazel Preconditions variant which avoids varargs array creation by Mark Schaller · 9 years ago
- f9fdc8d Don't treat external files as immutable by Kristina Chodorow · 9 years ago
- 92b2236 Migrated tests in devtools/build/lib/skyframe to JUnit 4. by Florian Weikert · 9 years ago
- d3262d1 Move local_repository and new_local_repository from build.lib.bazel to build.lib. by Lukacs Berki · 9 years ago