- 43497ff Test fixes registering appropriate test toolchain(s). by trybka · 3 years ago
- 2f727fa Rename RepositoryName getters by wyv · 3 years ago
- ffe1e19 Bazel DevSite: Replace $STARLARK_DOCS_ROOT with actual value. by fwe · 3 years ago
- 8ba5eed ## Add support for Windows `linkstatic` computed default by trybka · 3 years ago
- 591dcc4 Remote: Fix a bug that outputs of actions tagged with no-remote are u… by Chi Wang · 3 years ago
- c60eb5d Include merged manifest in android_deploy_info output group. by Googler · 3 years ago
- 47f1d45 Add a validation action to check that the manifest of `android_binary`s sets `minSdkVersion` to 21+ when `multidex='native'` is enabled by cushon · 3 years ago
- 9610ae8 Update PythonZipper action to use CommandLineItem.CapturingMapFn by Alex Torok · 3 years ago
- 6464f1c Add incompatible flag to disable cfg="host" from Starlark by Yannic · 3 years ago
- 187a545 Set progress_message on proto_lang_toolchain rules. by ilist · 3 years ago
- d3435b0 Seperate GetSelfPath implementation for Blaze and Bazel by pcloudy · 3 years ago
- 5c73d86 Add target to produce API proto by fweikert · 3 years ago
- 4710ef8 Use ProtoCommon.declareGeneratedFiles in j2objc aspect. by ilist · 3 years ago
- 8864578 Add native call to Starlark proto_common.declare_generated_files to ProtoCommon. by ilist · 3 years ago
- e45fb7a Implement proto_common.declare_generated_files. by ilist · 3 years ago
- b93f828 Switch to using the d8 jar from maven.google.com instead of the jar from the by Googler · 3 years ago
- 6409b28 Add support for exclusive test with Skymeld. by leba · 3 years ago
- 87a30ce Add a flag to expose undeclared test outputs in unzipped form. by Tiago Quelhas · 3 years ago
- 896c92f Add test coverage for `--experimental_run_android_lint_on_java_rules` and implement it in Starlark by cushon · 3 years ago
- 50533c2 Fix some lint by cushon · 3 years ago
- b02458e Read java versions for uploading java_tools from BUILD file by hvd · 3 years ago
- a9465df Automated rollback of commit 240af807c935225d98b630666000cc03934f2ce7. by lberki · 3 years ago
- c70e072 Automated rollback of commit 76c8c3a35776ecd6c568cf4ef1b6f2d2f52c0280. by ilist · 3 years ago
- 3a1aea3 Disable UngroupedOverloads finding, see adonovan's related TODO here by cushon · 3 years ago
- 8f0034c Fix `GlobValue` NPE bug. by emilyguo · 3 years ago
- 39a0161 Move rewinding-related classes to a `rewinding` package and make some related cleanups. by jhorvitz · 3 years ago
- 4e3a996 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
- 8abf59e Ensure `cc_test` sets `'requires-darwin'` in execution requirements if targeting an Apple platform (this is logic in native code) by trybka · 3 years ago
- 240af80 Allow select() specialization resolution to work with constraint_values. by Googler · 3 years ago
- 5179d03 Split `third_party/grpc` into `grpc` and `grpc-java` [2/3] by Vasilios Pantazopoulos · 3 years ago
- 54a547f docs: document that digest can be empty in some cases by Sahin Yort · 3 years ago
- bc1e207 For Skymeld, eagerly plant the symlinks from execroot to the source root. by leba · 3 years ago
- 9004fc7 Have README.md in java_tools release reference the right target by Noa Resare · 3 years ago
- 32e841d Add a test to document the fact the local actions fail with Skymeld. by leba · 3 years ago
- 3636aaf Add Starlark implementation of dll_hash_suffix method. by Googler · 3 years ago
- 01d337f Intern trivial ActionEnvironment and EnvironmentVariables instances by Fabian Meumertzheim · 3 years ago
- 1193319 Documentation typo error fix in test_summary option. by Googler · 3 years ago
- b193fc6 Do not attempt to invalidate workspace paths when not tracking incremental state. by jhorvitz · 3 years ago
- 3989a38 Add a test specifying a value for a `Void` expansion in `SetValue` policy. by ajurkowski · 3 years ago
- 5be114a Add **Starlark** implementation of common.copts method. by Googler · 3 years ago
- 4d506c5 Re-arrange cc_test to support checking if `linkstatic` was explicitly set. by trybka · 3 years ago
- d57e2c1 Add an allowlist for `java_import.exports` by cushon · 3 years ago
- 0af446b Replace shouldGenerateCode calls with Starlark implementation. by ilist · 3 years ago
- cf7ebef Implement proto_common.experimental_should_generate_code. by ilist · 3 years ago
- 4e2b21b Remove unused code from ProtoCompileActionBuilder. by ilist · 3 years ago
- 25049c4 Use ProtoCommon.compile in remaining lang_proto_libraries. by ilist · 3 years ago
- 0bd706a Use ProtoCommon.compile in CC aspects. by ilist · 3 years ago
- e0e1546 Use ProtoCommon.compile in java_*_proto_library. by ilist · 3 years ago
- 16314cc Add Java ProtoCommon.compile calling Starlark proto_common.compile. by ilist · 3 years ago
- 59ae81d Pass ConfiguredTarget to ProtoCompileActionBuilder instead of ProtoInfo. by ilist · 3 years ago
- 3450fd3 Pass ConfiguredTarget to proto generators instead of ProtoInfo. by ilist · 3 years ago
- d7a3836 Add experimental_progress_message parameter to proto_common.compile. by ilist · 3 years ago
- 982bbce Implement and expose proto_common.compile call. by ilist · 3 years ago
- 536f8d9 Fix fail message construction in cc_shared_library by Fabian Meumertzheim · 3 years ago
- 7c18a04 Fix square braces in lexer by Thomas Zayouna · 3 years ago
- bbf34eb Check that `java_import` dependencies are complete by cushon · 3 years ago
- 9db58e0 Automatic code cleanup. by Googler · 3 years ago
- d491a88 Bazel Docs: Fix links for "deps" and "data" attributes in the build encyclopedia. by fwe · 3 years ago
- c9f9d7b In `SequencedSkyframeExecutorTest`, inject values using `Injectable` instead of `GraphTransformerForTesting`. by jhorvitz · 3 years ago
- d352102 Revert the eager throwing of catastrohpic analysis exceptions. by leba · 3 years ago
- e0be616 Post SpawnExecutedEvent only once, but with correct startTime. by larsrc · 3 years ago
- c49c45d Revert default export all symbols on Windows by plf · 3 years ago
- afa02a8 Increase allowed size for install base pre-`netty@4.1.75` upgrade by Vasilios Pantazopoulos · 3 years ago
- 53b9cb8 Catch NumberFormatException while trying to parse thread id. by twerth · 3 years ago
- e982f2a Remove PathCasingLookupFunction. by lberki · 3 years ago
- 9e2f0bd Support python path containing space in launcher by Luc Bertrand · 3 years ago
- d5c30a0 Add better #toString for BzlLoadValue$Key. by janakr · 3 years ago
- a09d19b Add ToolchainTypeRequirement to ToolchainTestCase. by John Cater · 3 years ago
- 522e390 Bazel DocGen: Fix RuleLinkExpander to produce correct links in single-page build encyclopedia. by fwe · 3 years ago
- 5f6a121 Update starlark apis that consume toolchain types to use by John Cater · 3 years ago
- 476ef1d Bazel Docs: Fix broken links in HTML templates. by fwe · 3 years ago
- 9119815 Support uses-permission merging in manifest merger by Ben Lee · 3 years ago
- 2fdac7e Remove the critical path consistency check. by jhorvitz · 3 years ago
- 9c98120 Add support for .ar archives (and .deb files) by Kevin Lubick · 3 years ago
- ab77bd5 Bazel DocGen: Add target for generating all reference docs at once. 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
- 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
- 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
- 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