- 2edab73 Avoid too verbose warnings in terminal when cache issues by Ulrik Falklof · 3 years, 3 months ago
- 732e9ef Python launcher: don’t assume that argv[0] is the program name. by Googler · 3 years, 3 months ago
- a731acd1 Clean up some unused and under-used TestUtils by michajlo · 3 years, 3 months ago
- 9ad8918 Delete `BuildDriver` in favor of managing versions from `MemoizingEvaluator`. by jhorvitz · 3 years, 3 months ago
- fe72dbb Merge FilesystemValueCheckerParameterizedTest and FilesystemValueCheckerTestBase into FileSystemValueCheckerTest. by Googler · 3 years, 3 months ago
- f146202 Change message in ArtifactPrefixConflictException to be order-independent. by leba · 3 years, 3 months ago
- e0baf59 Simplify logical `SkyKeyComputeState` API. by nharmata · 3 years, 3 months ago
- 461a6fe Automatic code cleanup. by Googler · 3 years, 3 months ago
- 343ba43 When Blaze detects it's under memory pressure in the middle of a Skyframe evaluation, it drops all the temporary `SkyKeyComputeState` instances. by nharmata · 3 years, 3 months ago
- adc9bcf Remote: Make --incompatible_remote_build_event_upload_respect_no_cache working with --incompatible_remote_results_ignore_disk. by Chi Wang · 3 years, 3 months ago
- 7d3e533 Refactor `RetainedHeapLimiter` into (i) a general purpose mechanism for noticing memory pressure and (ii) a use of that mechanism to achieve the actual goal of `RetainedHeapLimiter`. by nharmata · 3 years, 4 months ago
- 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 4 months ago
- a761e53 Remove the boolean `keepEdges` field from `InMemoryGraphImpl`. by jhorvitz · 3 years, 4 months ago
- 7c0dc84 Remove unnecessary `ParallelEvaluator` ctor override. by nharmata · 3 years, 4 months ago
- 302971e Automated rollback of commit 7d09b4a15985052670244c277e4357557b4d0039. by wyv · 3 years, 4 months ago
- 80ada0f Internal change by Googler · 3 years, 4 months ago
- 30fd508 Enable having aspect parameters of type `boolean` by messa · 3 years, 4 months ago
- 72d5255 Stop remote blob upload if upload is complete. by Benjamin Peterson · 3 years, 4 months ago
- 1c95255 Tighten some node types to reduce use of wildcards, casting, and handling of impossible exceptions. by jhorvitz · 3 years, 4 months ago
- 47f4919 Fix typo in comment. by nharmata · 3 years, 4 months ago
- 7d09b4a Automated rollback of commit 13112c027c0064cf0a29256e80560cb6630af94d. by Googler · 3 years, 4 months ago
- 3ea7028 Remote: Make `--incompatible_remote_build_event_upload_respect_no_cache` working with alias. by Chi Wang · 3 years, 4 months ago
- 13112c0 Bzlmod: When evaluating extensions in the main repo, do not load WORKSPACE by wyv · 3 years, 4 months ago
- 58ea4dd Remote: Don't upload BES referenced blobs to disk cache. by Chi Wang · 3 years, 4 months ago
- 10a7a6e Disable flaky test `test_remote_grpc_via_unix_socket_direct`. by chiwang · 3 years, 4 months ago
- 1661a9c Remove LabelLateBoundDefault.useHostConfiguration and associated hostConfigurations. by ilist · 3 years, 4 months ago
- 3db9b33 Remove LabelLateBoundDefault.fromHostConfiguration. by ilist · 3 years, 4 months ago
- 16753d6 Delete top-down action caching prototype by Googler · 3 years, 4 months ago
- 91ff7ec Delete the option for using action keys and the resulting dead code by Googler · 3 years, 4 months ago
- 1ed19a2 Pass progressMessage to ProtoCompileActionBuilder. by ilist · 3 years, 4 months ago
- f4e738e Remove ruleLabel from ProtoCompileActionBuilder.registerActions method. by ilist · 3 years, 4 months ago
- ce5c975 Call Starlark create_proto_compile_action from ProtoCompileActionBuilder.registerActions. by ilist · 3 years, 4 months ago
- 8e3c0df Disable flaky test `test_remote_grpc_via_unix_socket_proxy`. by jhorvitz · 3 years, 4 months ago
- 98dab46 str.join: Append `str`ed element to error message by Googler · 3 years, 4 months ago
- 14292d1 Enable having aspect parameters of type integer by messa · 3 years, 4 months ago
- 69f8b17 Allow Label instances as keys in select by Fabian Meumertzheim · 3 years, 4 months ago
- 78d0131 Get rid of the '@' in RepositoryName by wyv · 3 years, 4 months ago
- 7f55cb7 Let `SkyKey` alone declare its value's shareability. by jhorvitz · 3 years, 4 months ago
- 285b17f Clean up callers of ActionAnalysisMetadata.getExecutionInfo since it no longer returns null. by jcater · 3 years, 4 months ago
- 01dae4f Allow errors to be printed in a no-keep-going build after an action is interrupted: if the action was interrupted by a file-level error during execution, suppressing further errors means that the user never gets to see the errors constructed during error bubbling. by janakr · 3 years, 4 months ago
- e9ce36a Handle mandatory aspect attributes by messa · 3 years, 4 months ago
- 4c6e324 Prohibit constructing `ErrorInfo` that is directly transient but not transitively transient. by jhorvitz · 3 years, 4 months ago
- 2ff4124 Change how we match local xcode versions with remote xcode versions. by Googler · 3 years, 4 months ago
- aaf65b9 Remote: Support client TLS authentication for remote caches over HTTP by Kevin Lin · 3 years, 4 months ago
- 8470e43 Always create a `CrossServerUnshareableActionExecutionValue` if the `ActionLookupData` key is marked as never shareable. by jhorvitz · 3 years, 4 months ago
- 583db2d Remove unnecessary synchronization in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
- 8dcf27e Get rid of J2ObjcCcInfo by waltl · 3 years, 4 months ago
- 6ac0ee5 Make sure that absolute packages don't go through repo mapping by Xdng Yng · 3 years, 4 months ago
- 35a6fc5 Remove `values` constraint from command-line aspects parameters by messa · 3 years, 4 months ago
- 790d7a7 Change host transitions to execution transitions in Objc rules. by ilist · 3 years, 4 months ago
- b67a3d1 Throw a SerializationException instead of a NullPointerException in BuildOptions$Codec#deserialize when the given checksum does not correspond to a known BuildOptions instance. This will allow DynamicCodec to attach its normal trace to the exception, making debugging easier. by janakr · 3 years, 4 months ago
- e5ae94f Add EvaluationResult to debug messages for unexpected exception types in SkyframeBuilder. by janakr · 3 years, 4 months ago
- 921d4de Add support for disk space events (specifically low disk space tracking) on Mac. by dmaclach · 3 years, 4 months ago
- 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 4 months ago
- c68908f Replace the per-`SkyKey` caches used by `PackageFunction` with the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
- 348ecad Add thermal anomaly tests. by dmaclach · 3 years, 4 months ago
- dd1235f Manage discarding of deps and rdeps from `InMemoryNodeEntry` based on the node's `KeepEdgesPolicy` instead of leaving it to an overridable method `postProcessAfterDone`. by jhorvitz · 3 years, 4 months ago
- 163e4d5 Allow failures in one branch of dynamic execution to be ignored in favor of what the other branch results in. This should only be used for specific well-understood failures, lest real problems be papered over. by larsrc · 3 years, 4 months ago
- 69be399 Use RepositoryName instead of String for the "toolsRepository" concept by wyv · 3 years, 4 months ago
- 4e7a2b0 Minor fixes for starlark cc_binary. by Googler · 3 years, 4 months ago
- 043d729 Adds flag `--experimental_dynamic_execution_cpu_limited` that prevents doing more dynamic execution threads than we have CPUs for. by larsrc · 3 years, 4 months ago
- 54e04d3 Disable crashing on uncaught exceptions in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
- af60a18 Expose "is_tool_configuration" on build configuration to Starlark builtins. by cmita · 3 years, 4 months ago
- 718651a Add a new flag: --experimental_platform_cc_test by Googler · 3 years, 4 months ago
- ee38b63 Add Starlark mechanism for default_copts and defaults_hdrs_check by plf · 3 years, 4 months ago
- 278a637 Fix up bad name in test. by dmaclach · 3 years, 4 months ago
- 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
- d7f0724 ResourceSet in StarlarkAction API by wilwell · 3 years, 4 months ago
- 44c30ac Add value equals and hashCode to BuildConfigurationValue by twigg · 3 years, 4 months ago
- 133f18a Add unit tests for memory pressure events. by dmaclach · 3 years, 4 months ago
- b8bc284 Properly handle missing packages and I/O exceptions when parsing target patterns in no-keep-going mode. Additionally, eagerly terminate evaluation on "inconsistent filesystem exceptions" even in keep-going mode, by analogy with a source file changing mid-build, which terminates the build even in keep-going mode. Note that we still don't terminate an evaluation eagerly on all inconsistent filesystem exceptions, but this is incrementally better than before, IMO (I think the remaining holes are bzl files and reading source artifacts for the first time). by janakr · 3 years, 4 months ago
- 6336bf2 Expose C++ configuration for Starlark cc_library by plf · 3 years, 4 months ago
- 41a0431 Refactor plethora of StarlarkProvider factory methods to a builder by arostovtsev · 3 years, 4 months ago
- 6522472 Wire up include scanning. by Benjamin Peterson · 3 years, 4 months ago
- 10d3084 Do not leave uncaught exception handler past tests derived from `BuildIntegrationTestCase`. by ajurkowski · 3 years, 4 months ago
- d0fde13 Allow \a \b \f \v escape sequences in Starlark. by tjgq · 3 years, 4 months ago
- a2e57ca Add in missing BUILD File and fix srcs glob. This was an oversight from https://github.com/bazelbuild/bazel/commit/80f65dd50c93bcff076706e3c87b987e2967e876. Also remove invalid tests that were not previously detected due to missing BUILD files. by dacek · 3 years, 4 months ago
- a87c095 Add notifier test util to bazel. by dmaclach · 3 years, 4 months ago
- 8e4f6ee Update System Suspension Event Test to cover a bit more code. by dmaclach · 3 years, 4 months ago
- ed279ab Introduce a way for `mySkyFunction.compute(k, env)` to avoid having to redo work for `SkyKey` `k` on each such call to `#compute` (after dependencies are ready). by nharmata · 3 years, 4 months ago
- 882321b Add an uncaught exception handler for Bazel integration tests. by ajurkowski · 3 years, 4 months ago
- 2ec457d Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. by chiwang · 3 years, 4 months ago
- 0d7d44d Remote: Add support for tag no-remote-cache-upload. by chiwang · 3 years, 4 months ago
- dce2435 [apple] fix issues compiling C in objc_library for watchos/armv7k by Dan Fleming · 3 years, 4 months ago
- f697b5b Replace anonymous classes with lambdas when possible. by nharmata · 3 years, 4 months ago
- 6415287 Automatic code cleanup. by Googler · 3 years, 4 months ago
- 927b625 Provide a `default` implementation of `SkyFunction#extractTag`. by nharmata · 3 years, 4 months ago
- d789eda Make `MemoizingEvaluatorTest.java` compliant with the formatter. by nharmata · 3 years, 4 months ago
- 56fdd89 Automated rollback of commit eecf846ee390f08c1b1146a5a40b19dd05201a96. by dacek · 3 years, 4 months ago
- bf41661 Automated rollback of commit 1ad65d52f5d8422725dd3508f704edac705943a9. by dacek · 3 years, 4 months ago
- edb150c Use @TestParameterInjector in LoadingPhaseRunnerTest. by janakr · 3 years, 4 months ago
- 402e80e Replace `EvaluationVersionBehavior` with a method `NodeEntry#getMaxTransitiveSourceVersion`. by jhorvitz · 3 years, 4 months ago
- 478b1bb Remove unnecessary commented-out code from `OutputsInvalidationIntegrationTest`. by ajurkowski · 3 years, 4 months ago
- 82325e6 Add BuildFileContentsGeneratorTest. by dacek · 3 years, 4 months ago
- 6e1b440 Use .dylib extension for macOS dynamic libraries in XCode toolchain by Fabian Meumertzheim · 3 years, 4 months ago
- fbd4427 Check output files even if `--experimental_check_output_files` is disabled when the whole output tree is deleted. by ajurkowski · 3 years, 4 months ago
- 0f19ef3 Add `deps` attribute to `objc_import` rule by Googler · 3 years, 4 months ago
- ef4d669 Minor cleanups in `SkyFunctionEnvironment`: by jhorvitz · 3 years, 4 months ago
- 3788780 Remove unnecessary calls to `MockGenruleSupport::setup` from tests. by ajurkowski · 3 years, 4 months ago
- 168b89b Automatic code cleanup. by Googler · 3 years, 4 months ago