bazel /
bazel /
054a0261fdcb36d47562faf98a025465ded87133 - 054a026 Fix unwanted retention of StarlarkDefinedAspect-s. by ilist · 2 years, 11 months ago
- ca3211f Formatting change #cleanup. by leba · 2 years, 11 months ago
- d46269f Fix handling Java proto libraries '/' in the name. by ilist · 2 years, 11 months ago
- 4099f0f Check the providers are there in java_proto_library by ilist · 2 years, 11 months ago
- 510edc2 Fix DependencyResolver to properly handle toolchain dependencies for output files. by jcater · 2 years, 11 months ago
- 1afd26a Add licenses and distribs attribute to java_proto_library by ilist · 2 years, 11 months ago
- 8b9147d Optimise short paths in JavaInfo provider. by ilist · 2 years, 11 months ago
- 44d94f7 Drop source jars in java_common.compile when create_ouput_source_jar is unset by ilist · 2 years, 11 months ago
- dbb8b6e Optimise path producing empty JavaPluginInfo in JavaPluginInfo.merge by ilist · 2 years, 11 months ago
- 2489917 Add implementation for key translations for BuildInfo. by gnish · 2 years, 11 months ago
- 20b5a53 Switch to the NoFinalizer variant of ZstdOutputStream. by Benjamin Peterson · 2 years, 11 months ago
- 612fa54 Per https://github.com/bazelbuild/bazel/pull/15416#discussion_r871840328, use latch instead of flag to check whether the chunker is closed. by chiwang · 2 years, 11 months ago
- 75ba8f7 Remove obsolete j2objc_library docstring. by fwe · 2 years, 11 months ago
- 1941dc1 Document @ as allowed in a package name by Daniel Wagner-Hall · 2 years, 11 months ago
- 2432948 Add support for param files for Android NDK by homuler · 3 years ago
- 1a7083e Set correct rule name for `enable_data_binding` attribute in AndroidLocalTestBaseRule. by fwe · 3 years ago
- f923a5b Ensure Chunkers are always reset (closed). by Benjamin Peterson · 3 years ago
- 24f962b Ignore specific warning from library desugaring by sgjesse · 3 years ago
- 1e40541 Let Starlark executable rules specify their environment by Fabian Meumertzheim · 3 years ago
- 8746d45 Pass `-Dsun.io.useCanonCaches=false` to JavaBuilder by cushon · 3 years ago
- 2217b13 Add `add_exports` and `add_opens` to `java_` rules by cushon · 3 years ago
- 11ec226 BazelModuleInspectorValue SkyValue added by Googler · 3 years ago
- 05f9dd1 BazelModuleResolutionValue also stores the un-pruned dep graph by Googler · 3 years ago
- e828f96 originalDeps map added to Module by Googler · 3 years ago
- 5bab7ef fix for https://github.com/bazelbuild/bazel/issues/15465 by Googler · 3 years ago
- 75bb463 Make --experimental_keep_config_nodes_on_analysis_discard a no-op. by gregce · 3 years ago
- 326baa2 Automatic code cleanup. by Googler · 3 years ago
- ff195d3 Implement SourceManifestAction.describeKey to show better action information. by Googler · 3 years ago
- 478843f Do not check extra local spawn whether it can be executed locally. by ajurkowski · 3 years ago
- ae47bc2 Fix aspect toolchains when used over output files. by jcater · 3 years ago
- b6a4524 Restructure java_lite_proto_library by implementing it on top of java_proto_library by kotlaja · 3 years ago
- 5f9ca4a Update Bazel's Bzlmod build by pcloudy · 3 years ago
- a226eed Remote: Fix the issue that partial downloaded inputs are not deleted if the request is cancelled. by chiwang · 3 years ago
- a0cb25b Automatic code cleanup. by Googler · 3 years ago
- 156d9c0 Bzlmod: Built-in modules by wyv · 3 years ago
- 2ad10c3 Remove java tools dependencies from additional_distfiles by Ryan Beasley · 3 years ago
- 519d2da SolibSymlinkAction does not need exec platform or properties by Grzegorz Lukasik · 3 years ago
- b4b8b26 Add experimental flag to include spawn metrics in the execution log. by Tiago Quelhas · 3 years ago
- 1127316 Make the documentation of --experimental_allow_uinresolved_symlinks correspond to reality. by lberki · 3 years ago
- f02e2fa Consistent min API level for desugar and dexing by sgjesse · 3 years ago
- 4d382b7 Cache StarlarkDefinedAspect AspectDefinitons by ilist · 3 years ago
- 075c5a3 Make ManifestMergerAction worker compatible by Benjamin Lee · 3 years ago
- 22db69a Improve error message for Android tests by Keith Smiley · 3 years ago
- 921d79e Replace calls to java_proto_common with proto_common in java_lite_proto_library by ilist · 3 years ago
- 6b6c63e Remove --incompatible_proto_output_v2. by leba · 3 years ago
- 0686e03 Remove runtime Java dep from rule implementation of java_lite_proto_library. by ilist · 3 years ago
- ae523f8 Use tree artifacts in bootclasspath rule by Fabian Meumertzheim · 3 years ago
- b227a9a Automatic code cleanup. by Googler · 3 years ago
- 4a05464 Add back an explanatory comment by brandjon · 3 years ago
- f5ed7d0 Traverse parent DexClassLoaders for native libraries in DelegateClassLoader by Vladimir Tagakov · 3 years ago
- 001bbdc Remove `test_` prefix from `CommandLinesTest`. by ajurkowski · 3 years ago
- 9e3ccd4 using constraint values in @platforms by Googler · 3 years ago
- 2f1ff6f Make `coverage --combined_report=lcov` skip incompatible tests by Philipp Schrader · 3 years ago
- 830d464 Export `BAZEL_TEST=1` for `bazel test` executables by Matt Clarkson · 3 years ago
- 83ca7d1 Use a timeout of 1s when testing the sandbox on Linux. by Tobias Werth · 3 years ago
- 79badc0 Add support for packaging JDK files into deploy jars by cushon · 3 years ago
- c2fd564 Document the accepted values for `tool` arg of `ctx.actions.run` by Googler · 3 years ago
- 50edd41 Automated rollback of commit 4b6f8017cd3f6e7152ced7d1d10d3a4fadb24c56. by ilist · 3 years ago
- b9da390 Do not rewrite `.jdeps` file when it is empty. by ajurkowski · 3 years ago
- 280ef69 Remote: Prefetch input files into a temporary path first. by chiwang · 3 years ago
- 74fff55 Create non fatal exception when errors are not detailed with a FailureDetail. by tanzhengwei · 3 years ago
- b2604f0 Rename and parameterize tests in `CustomCommandLineTest`. by ajurkowski · 3 years ago
- ebfb29f Add `bazel dump --skyframe count`. by leba · 3 years ago
- 4310aeb Create output directories for remote execution by Fabian Meumertzheim · 3 years ago
- 8002df1 Cleanup in StarlarkRuleClassFunctions by wyv · 3 years ago
- 5a7f86c Switch from RepositoryName#toString to RepositoryName#getNameWithAt by wyv · 3 years ago
- 7eda21f Fix OOM with somepath due to infinite loop. by tanzhengwei · 3 years ago
- 612e0cf Do not necessarily watch for changes under '/'. by lberki · 3 years ago
- 2e008f7 Delete Ninja support. by lberki · 3 years ago
- 4b6f801 Use ProtoCommon.declareGeneratedFiles in cc_proto_library. by ilist · 3 years ago
- 4ff441b Add support for setting `Add-Exports` and `Add-Opens` in deploy jars by cushon · 3 years ago
- 6d72ca9 Provide the RuleContext in the buildCcInfoProvider method in PythonSemantics. by yileiyang · 3 years ago
- 45f4628 Improve error message for unresolved toolchains by Christopher Peterson Sauer · 3 years ago
- 8950863 Fix name in proto_lang_toolchain rule by kotlaja · 3 years ago
- d519fec Set C++ archive action mnemonic to CppArchive by Keith Smiley · 3 years ago
- eb251ca Remove native implementation of proto_lang_toolchain rule by kotlaja · 3 years ago
- 1d6ebeb Remove allow_files from proto_lang_toolchain's attributes by kotlaja · 3 years ago
- 0b914c6 Send remote actions to specific worker pools instead of machine types. by Tiago Quelhas · 3 years ago
- 2e9643c Make the existing tests for the test command work with Skymeld. by leba · 3 years ago
- 50f50e5 Fix some bugs in SkyframeErrorProcessor. by leba · 3 years ago
- a70d84b Release coverage_output_generator v2.6 by Charles Mita · 3 years ago
- c089853 Remove dead code. by leba · 3 years ago
- b8a1328 Remove dead code. by leba · 3 years ago
- 7de83f3 Add dummy methods necessary for cc_proto_library to the semantics file. by gnish · 3 years ago
- 8528661 Use data from transitive_proto_sources instead of transitive_sources in proto_lang_toolchain. by ilist · 3 years ago
- e2fa1a6 Added verbiage warning against recursive globs. by philomath · 3 years ago
- 6a18a38 Add a test for setting a nonexistent flag in invocation policy. by ajurkowski · 3 years ago
- 13fa3d1 Refactored `objc_library` support methods to avoid `ctx` parameter by Googler · 3 years ago
- baf9dbe Add Stardoc to team-Build-Language's responsibility by pcloudy · 3 years ago
- a859caa Point symlinks to headers with stripped prefix to exec root instead of source location. by ajurkowski · 3 years ago
- 97159ce Extract AbstractActionInputPrefetcher from RemoteActionInputFetcher to share common code across different implementations. by chiwang · 3 years ago
- e8a9992 Implement targetsToSkip for Skymeld. by leba · 3 years ago
- 6b21b77 Revert "Fixes incorrect install names on darwin platforms" by Chris Clearwater · 3 years ago
- 1727361 Remove cpp:default-toolchain by Keith Smiley · 3 years ago
- fa1081c Filter libtool warning about table of contents by Christopher Sauer · 3 years ago
- 4858cbf Move BazelModuleContext to lib.cmdline by wyv · 3 years ago
- 61211f2 docs: Fix typo by Googler · 3 years ago
- bda3b41 Remove aspect toolchain transition API. by jcater · 3 years ago
- 6e62ff2 Camel elimination program. by philomath · 3 years ago
- cc182f2 Micro-optimize `Iterable` usage in `ActionExecutionFunction#addDiscoveredInputs`. by nharmata · 3 years ago