bazel /
bazel /
1e146e49c7174e7578e3347a81319f1784a714cf - 1e146e4 Bazel DevSite: Add "versions" tab to switch between Bazel releases. by fwe · 3 years ago
- fac463d Let JacocoCoverageRunner identify the classpath on JDK 16+ by Fabian Meumertzheim · 3 years ago
- 78d37e2 Fix spelling typo not actually fixed in https://github.com/bazelbuild/bazel/commit/6ad545323e77ae2020b77e64a34ded21a9e5d03e. by janakr · 3 years ago
- 9f908ca Add target label to SpawnExec in the execution log by Cristian Hancila · 3 years ago
- c7c3fa1 Delete `getValues` method in SkyFunction and Environment files, cause all the usages have been replaced by get(Ordered)ValuesAndExceptions. by emilyguo · 3 years ago
- a25dea6 Ensure that Skyframe graph is cleaned after preloading a query if it might have nodes that need to be deleted. Not doing it eagerly means that, in a non-SkyQuery query, LabelVisitor may request single-package evaluation that will trigger deletion, but because of our usage of ConcurrentHashMap#forEachEntry in deletion, and its usage of the currently active ForkJoinPool, that deletion may attempt a re-entrant Skyframe evaluation. by janakr · 3 years ago
- af56aec Change return type of `keys` in `PackageValue` to `ImmutableList`. by emilyguo · 3 years ago
- 8051e8d Bazel DevSite: Delete legacy website (part 2). by fwe · 3 years ago
- d3170af Use `CrashContext#keepAlive` instead of attempting to halt the JVM in `BazelBuildEventServiceModuleTest`. by jhorvitz · 3 years ago
- f2ac04a Specify fixedEnv/inheritedEnv interaction in ActionEnvironment by Fabian Meumertzheim · 3 years ago
- 0ff8012 Updated apt configuration instructions by Mikhail Balabin · 3 years ago
- 0577fa5 Update turbine by Liam Miller-Cushon · 3 years ago
- ee9727d Let Starlark tests inherit env variables by Fabian Meumertzheim · 3 years ago
- 436d04d Fix a bug with non-execution phase errors being considered by leba · 3 years ago
- 93677c6 Make `BundledFileSystem#getDigest` more useful. by nharmata · 3 years ago
- 0503d45 Automatic code cleanup. by Googler · 3 years ago
- 6ad5453 Clean up bug reports for unexpected exceptions and do some general clean-up of SkyframeErrorProcessor. Severity of most unexpected exceptions is reduced to "logUnexpected". However, places where we encounter undetailed exceptions have been promoted to "sendBugReport" since they indicate a failure to attribute responsibility, which could affect downstream systems. by janakr · 3 years ago
- 9152a05 Release 6.0.0-pre.20220328.1 (2022-04-01) by Bazel Release System · 3 years ago
- 64795c2 Add a sample of modified output files to `ExecutionFinishedEvent`. by ajurkowski · 3 years ago
- e9d8134 Fix 43 ErrorProneStyle findings: by Googler · 3 years ago
- ff6c033 Fixes for native/starlark differences for java_lite_proto_library by Googler · 3 years ago
- 8bd6454 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
- e133373 Refactor `getValues` in `BuildInfoCollectionFunction` to create less garbage. by emilyguo · 3 years ago
- 2b92a31 Remote: Don't check declared outputs for failed action by Chi Wang · 3 years ago
- 2770799 Collect coverage from cc_binary data deps of java_test by Fabian Meumertzheim · 3 years ago
- 397f108 create BaselineProfileProvider to propagate baseline-prof.txt up to android_binary and expose it to Starlark. by Googler · 3 years ago
- c74b69e In `BugReportTest`, use a custom `SecurityManager` to exercise attempting to halt the JVM. by jhorvitz · 3 years ago
- 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
- 2eb0a47 Make `emitExitData` private in favor of having tests use `CrashContext#keepAlive`. by jhorvitz · 3 years ago
- be84e16 Fix ManifestMergerAction test case on windows by Benjamin Lee · 3 years ago
- dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
- 299022c remote: Proactively close the ZstdInputStream in ZstdDecompressingOutputStream. by Benjamin Peterson · 3 years ago
- 5b95286 Shade com.google.thirdparty in JacocoCoverage.jarjar by Ted Kaplan · 3 years ago
- ad26161 Add an allowlist to restrict access to `multidex = "off"` by cushon · 3 years ago
- 203f2c5 Propagate user link flags from `deps` on `objc_library` CcInfo provider by Googler · 3 years ago
- 0f9f740 Don't evaluate JavaCompileAction#prettyPrint eagerly for rate-limited logging. by janakr · 3 years ago
- e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
- ddda1a1 Update build-ref.md by ckiffel · 3 years ago
- 815c78d Don't propagate interrupt in ConfiguredTargetFunction#computeDependencies if there is also an error: if we really are being interrupted, the interrupt will override any error in the Skyframe engine. If the interrupt was because we're in error bubbling, we need to throw the processed error to avoid a loading-phase error tunneling through to analysis-phase objects. by janakr · 3 years ago
- 9bb80c2 Declare defeat on unexpected exceptions propagating through Skyframe: add a lower-noise reporting method that fails tests (which we still want to notice) but doesn't file a bug report in production. This allows us to be more liberal when calling this method without a fire drill every time it's hit. When there are actual bad downstream consequences, the logging will still be available as a breadcrumb. by janakr · 3 years ago
- be820a5 Automatic code cleanup. by Googler · 3 years ago
- 6594e0c Replace Collectors.toUnmodifiableSet with ImmutableSet.toImmutableSet by leba · 3 years ago
- 45b32db Add a remote test for downloading remote outputs after benign re-execution. by ajurkowski · 3 years ago
- be21f19 Allow using python3 for timestamps on macOS and any BSD by arostovtsev · 3 years ago
- c56c254 Remove references to `%test_runtime_classpath_file%` by cushon · 3 years ago
- f4674b7 Validate `Exception` Type in `getOrThrow`. by emilyguo · 3 years ago
- 2cc4ff5 Blaze DocGen: Allow numbers in rule link headings. by fwe · 3 years ago
- a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
- 7fcc581 Release 6.0.0-pre.20220324.1 (2022-03-29) by Bazel Release System · 3 years ago
- c366d72 Pull out parts of BugReport#handleCrash for better testing. by janakr · 3 years ago
- 305fcc3 Refactor `getValues` in `skyframe` directory to only provide the necessary methods for Skyframe evaluation. It will help create less garbage. by emilyguo · 3 years ago
- 1799842 Don't stamp binaries built in tool configuration by Googler · 3 years ago
- 10a22e3 Remove BugReport for `inputValue` in `ArtifactFunction` to avoid continuous ThirdEye reports. by emilyguo · 3 years ago
- 1f1124c Handle InconsistentFilesystemException when requesting for value. by emilyguo · 3 years ago
- c7b4491 Update the sets of built targets and aspects in the ExecutionProgressReceiver with Skymeld & incremental builds. by leba · 3 years ago
- db36147 Restrict cc_binary and cc_test "stamp" attribute values to [-1, 0, 1]. by Googler · 3 years ago
- 13ae2c6 Use mock BugReporter instead of relying on SecurityException to see that we threw an OOM in a test. by janakr · 3 years ago
- 33de02a Add an event for source directory encountered in a build. by ajurkowski · 3 years ago
- a4e30aa Default blaze integration tests to Python 3; use no_launcher by default. by Googler · 3 years ago
- 7f75df2 Add `--multi_release_deploy_jars`, which causes `_deploy.jar` outputs of `java_binary` to be Multi-Release jar files by cushon · 3 years ago
- 3442179 Configure Apple crosstool to return a complete target triple that includes minimum OS version and target environment by Thi Doan · 3 years ago
- 528d067 Expose ProtoLangToolchainInfo to builtins. by ilist · 3 years ago
- b4587f8 Extend proto_lang_toolchain rule with progress_message and mnemonic attributes. by ilist · 3 years ago
- 66e29cd Proxy proto compiler and proto opts over proto_lang_toolchain rule. by ilist · 3 years ago
- a229bed Improve action conflict checker's performance with Skymeld. by leba · 3 years ago
- 2968644 Add a unittest for ExpandSingleVariable. by Googler · 3 years ago
- 99ac541 Remove owners attribute from bazel legacy pkg_tar. by aiuto · 3 years ago
- 8b7829f Assign unused instance to an unused variable. This will soon be a compile error. by Googler · 3 years ago
- bd51ab3 Small fix by philomath · 3 years ago
- 94d6796 Automatic code cleanup. by Googler · 3 years ago
- 20164a1 Escape curly braces by philomath · 3 years ago
- 724177f Release 6.0.0-pre.20220315.4 (2022-03-25) by Bazel Release System · 3 years ago
- 276fb09 Packaging support for deploy JAR embedded JDK files (hermetic Java). by Googler · 3 years ago
- 0365645 Document the tradeoffs of the `Dict` memory optimization opportunity in a code comment. by nharmata · 3 years ago
- 8ac0441 Fix broken Tables and Images on android tutorial by Rifqi Mulya Fahmi · 3 years ago
- 54b786e Mention and link to tuple type by Timothe Peignier · 3 years ago
- 16cce05 Create `largest_input_count_components` with the same usages as `largest_input_size_components`, but aggregating the components with the largest number of input files rather than those with the largest size of inputs. by Googler · 3 years ago
- e4ed851 Typo fixes in docs by Jan · 3 years ago
- f33ce3d Add a `--multi_release` option to singlejar by cushon · 3 years ago
- 2b3bd3e Fix newline handling for Multi-Release jars by cushon · 3 years ago
- 04d186b Use label for module map name by waltl · 3 years ago
- 4eb4536 Add CLion/ASWB/clangd project directories to .gitignore by Fabian Meumertzheim · 3 years ago
- 5b8b834 Update docs config files for 5.1 release by fweikert · 3 years ago
- 1683371 Make StarlarkBuiltinDoc.getJavaMethods() sorted and deterministic by laurentlb · 3 years ago
- ac21910 fix(bzlmod): throw on json parse exception by Thomas Zayouna · 3 years ago
- 45b225d Release 5.1.0 (2022-03-24) by Bazel Release System · 3 years ago
- 041f7ce Update j2objc scripts to be `py_binary` targets. by Googler · 3 years ago
- c07e66d Clean up `createRecursiveTraversalKeys` with pre-sizing, immutability and SkyKey Type. Then merge `createRecursiveTraversalKeys` into `traverseChildren` to be clearer. by emilyguo · 3 years ago
- 8820e84 add reference to resource_strip_prefix in resources documentation by Googler · 3 years ago
- 77cd575 Update build-systems.md by Jan · 3 years ago
- e84b937 Don't file a bug report when an artifact in an external repository has an error. by janakr · 3 years ago
- 741b16b Add missing targets for @debian_java_deps//:reactive_streams and @debian_java_deps//:rxjava3 by pcloudy · 3 years ago
- 4ca10bc Remove "manual" tags from java coverage integration tests. by Charles Mita · 3 years ago
- 66d07f0 Change the default dexer to d8 by Googler · 3 years ago
- 8144cea Return exit code 0 after successful completion of JavaBuilder persistent worker. by ajurkowski · 3 years ago
- b4e8f2a In `BuildIntegrationTestCase`, permit writing utf-8 file contents and ensure all path strings are encoded as latin-1 to keep the test framework consistent with `NativePosixFiles`. by jhorvitz · 3 years ago
- 3785677 Use python3 on macOS by Oscar Bonilla · 3 years ago
- ad103c2 Allow ImmutableList (and any type that extends List) to be the type of an option with allowMultiple = true. by janakr · 3 years ago
- 4c79e05 Automatic code cleanup. by Googler · 3 years ago
- 5bc8e3d Bazel DevSite: Fix formatting. by fwe · 3 years ago