- 331370c Method visibility change. by jhorvitz · 3 years, 6 months ago
- 59631ce Improve make variable warning to use RULEDIR over D. by gregce · 3 years, 6 months ago
- 004484c Add Starlark implementation of cc_library by plf · 3 years, 6 months ago
- 29e44fe Fix remote-exec with disk cache. by ron-stripe · 3 years, 6 months ago
- 1205fd5 Export java_plugin by default. by ilist · 3 years, 6 months ago
- 5645424 Roll forward of https://github.com/bazelbuild/bazel/commit/d1da69661fb86f3f13d68747ab1a5a5184df1ba6: Change Fileset to use providers rather than the FilesetEntry by ilist · 3 years, 6 months ago
- d689fdf Minor cosmetic improvements to `BuildOptions`. by jhorvitz · 3 years, 6 months ago
- 9a061637 Add a test execgroup to Starlark test rules, if not manually defined. by Yuval K · 3 years, 6 months ago
- 5752762 Delete experimental_ui_mode by michajlo · 3 years, 6 months ago
- 1eef2dc Add configuration checksum to failure descriptions. by jcater · 3 years, 6 months ago
- b95cb88 Ensure that the AndroidPlatformsTransition does nothing when the incompatible flag is not set. by jcater · 3 years, 6 months ago
- cadb75f Bzlmod: Allow wider usage of the full mapping by wyv · 3 years, 6 months ago
- cddccd3 Add configuration checksum to DescribableExecutionUnit. by jcater · 3 years, 6 months ago
- 61ade37 Remove Spawns.asShellCommand. by jcater · 3 years, 6 months ago
- 576cbc4 Remove CommandFailureUtils.describeCommandError. by jcater · 3 years, 6 months ago
- f959a22 Rollback. by steinman · 3 years, 6 months ago
- 91f8759 Expose private API to Starlark by hvd · 3 years, 6 months ago
- 9661f96 Add param to java_common.compile to disable header/interface jar action by hvd · 3 years, 6 months ago
- ca48ed9 Remove relative_to_caller_repository from Label() constructor by wyv · 3 years, 6 months ago
- b52a190 Rename AspectValueKey to AspectKeyCreator. by leba · 3 years, 6 months ago
- f5d308d Avoid runtime errors when skyframe dependencies are missing for null transitions by Paul Gschwendtner · 3 years, 6 months ago
- c8cf686 Update Command to implement DescribableExecutionUnit. by jcater · 3 years, 6 months ago
- 4569335 Enable setting minsdk for key rotation on android_binary. by Googler · 3 years, 6 months ago
- 8d167c3 Add DescribableExecutionUnit interface to allow centralizing command failure descriptions. by jcater · 3 years, 6 months ago
- 6f90315 name parameter must be either a string or None by arostovtsev · 3 years, 6 months ago
- 9bdc327 Clean up artifact serialization dependencies. by jhorvitz · 3 years, 6 months ago
- 0da865e Minor variable renaming for better readability. by leba · 3 years, 6 months ago
- 9a765c8 Flip --incompatible_top_level_aspects_dependency flag by messa · 3 years, 6 months ago
- 44fa806 C++: Changes to public API usable only from builtins by plf · 3 years, 6 months ago
- f0da3ec Automatic code cleanup. by Googler · 3 years, 6 months ago
- cac2246 Add a method to perform the necessary setups for Execution phase. by leba · 3 years, 6 months ago
- 639f89d Fix [Prepa] actions stuck in active state by Brandon Jacklyn · 3 years, 6 months ago
- 003e2d0 Remote: Fixes a confusion that background upload counter could increase after build finished. by Chi Wang · 3 years, 6 months ago
- de0c6bd Add undeclared outputs annotations file in length-delimited proto format to bazel declared outputs by Googler · 3 years, 6 months ago
- 11e55dc Update sandbox spawn-related classes to return immutable collections. by jcater · 3 years, 6 months ago
- 5d6333e Reduce visibility of CommandFailureUtils.describeCommandError. by jcater · 3 years, 6 months ago
- 2fbaa22 Remove CommandUtils.describeCommandError. by jcater · 3 years, 6 months ago
- 195bbf2 Remove unnecessary wildcards from the type of discovered modules. by jhorvitz · 3 years, 6 months ago
- 5afabf0 Clarify that the relationship between a test's size and assumed local resource usage is used only for scheduling local actions. by nharmata · 3 years, 6 months ago
- 5d34957 Method visibility change. by jhorvitz · 3 years, 6 months ago
- 81147dd Expose more testing hooks for InMemoryGraph#getValues(). by janakr · 3 years, 6 months ago
- 5b14c6f Variable extension cleanups by waltl · 3 years, 6 months ago
- 0957b82 Break lines at 99 by waltl · 3 years, 6 months ago
- fb68f9c Add back some comments that were lost during starlarkification by waltl · 3 years, 6 months ago
- 88a02cd Deprecate `experimental_required_aspects` by messa · 3 years, 6 months ago
- 1c382ae bzlmod: Change ctx.modules to be a list instead of a dict by wyv · 3 years, 6 months ago
- 8965d25 Collect the number of bytes collected by GC and expose it via the BEP. by twerth · 3 years, 6 months ago
- 11f1a6d Delete redundant j2objc libraries by waltl · 3 years, 6 months ago
- 1c062e2 Flip --incompatible_require_javaplugininfo_in_javacommon flag. by ilist · 3 years, 6 months ago
- eb34996 Allow native.existing_rule and native.existing_rules to return a lightweight view. by arostovtsev · 3 years, 6 months ago
- e49f557 Add some extra preconditions checks and debugging info when sharing actions. by jhorvitz · 3 years, 6 months ago
- 3ece10a Preserve --apple_crostool_top in host/exec transitions. by steinman · 3 years, 6 months ago
- 1c9779c Mark JavaPluginData immutable. by ilist · 3 years, 6 months ago
- 654410d Fix postprocess in java_semantics.bzl by ilist · 3 years, 6 months ago
- ba64b03 Remove `LoadStarlarkAspectFunction` by messa · 3 years, 6 months ago
- ab163f6 Add nullness checks for the various reporting objects in SkyframeActionExecutor. by leba · 3 years, 6 months ago
- da2fb12 Automated rollback of commit 3678bb5fc8eff7de8aae00be958ee951eca02462. by twerth · 3 years, 6 months ago
- d7ad8d1 C++: Refactor PackageGroupConfiguredTarget to use Starlark Info by plf · 3 years, 6 months ago
- e3c5a93 Fix generated_extension_registry.bzl to match native implementation by ilist · 3 years, 6 months ago
- a0b82fa Implement Starlark Bazel java_plugin. by ilist · 3 years, 6 months ago
- ec2eda1 Add system CPU and memory metrics to the trace profile. by twerth · 3 years, 6 months ago
- 3678bb5 Collect the total number of bytes collected by GC and expose it via the BEP. by twerth · 3 years, 6 months ago
- 927c143 C++: Expose CcNativeLibraryInfo to builtins by plf · 3 years, 6 months ago
- 11066c7 Remote: Make `chmod 0555` behavior consistent by Chi Wang · 3 years, 6 months ago
- 7f1cfd4 Automated rollback of commit 6f5c4bb4d17abd6b9654f255c12775eb35638000. by ajurkowski · 3 years, 6 months ago
- 086db16 Fix some broken links. by spishak · 3 years, 6 months ago
- d78c28f Propagate IO exceptions encountered while globbing during include scanning, rather than swallowing them: we already handle IO exceptions, and there is no great clamor from users to allow a build to complete even if the filesystem is bad. by janakr · 3 years, 6 months ago
- a460248 C++: Add legacy C++ Starlark provider that can be created from Starlark by plf · 3 years, 6 months ago
- 9ac0159 C++: Expose several methods from C++ to Starlark by plf · 3 years, 6 months ago
- b2dcba5 Remove TargetAndConfiguration.getConfiguredTargetKey. by jcater · 3 years, 6 months ago
- 4ba4b5d bzlmod: RepoMappingForBzlmodBzlLoadFunction by wyv · 3 years, 6 months ago
- 506cf1b Make host_system_name optional in cc_common.create_cc_toolchain_config_info. by Googler · 3 years, 6 months ago
- 6555d95 RELNOTES[INC]: Remove --bep_publish_used_heap_size_post_build by janakr · 3 years, 6 months ago
- e4a26b6 Permit .afdo files to be passed in through the xbinary_fdo flag by Googler · 3 years, 6 months ago
- 106289c Change compile_one_filetype to account for many types by plf · 3 years, 6 months ago
- a1e2f93 Remove spurious attributes from objc_import by waltl · 3 years, 6 months ago
- 2aa8ec7 Remove no-op serialization proxy on RepositoryName by wyv · 3 years, 6 months ago
- 2768a64 bzlmod: Module extension eval =================== by wyv · 3 years, 7 months ago
- 72caead Add back original compilation prerequisites output group by plf · 3 years, 7 months ago
- 82d4db2 Same transition dirs when only cmd line options differs by Ulrik Falklof · 3 years, 7 months ago
- 331e19a Fake StarlarkExposedRuleTransitionFactory for the Starlark common api by Googler · 3 years, 7 months ago
- e194c82 Replace previous value by latter value for `--strategy_regexp`. by Googler · 3 years, 7 months ago
- 7c7f50e Add some documentation on StarlarkMethod about exception handling by wyv · 3 years, 7 months ago
- 3b9dec8 Export Starlark java_library by default. by ilist · 3 years, 7 months ago
- 0b069c9 Automated rollback of commit f2efbb718aec0a6b47eefc65362205548b33e5a7. by ilist · 3 years, 7 months ago
- d1532ae Replace dep.kind with a protected target_kind() call. by ilist · 3 years, 7 months ago
- bd6a7bf Restrict compile_one_filetype to builtins. by ilist · 3 years, 7 months ago
- 28aafb2 bzlmod: Move RepositoryFunction.RepositoryMissingDependencyException out into a file by itself by wyv · 3 years, 7 months ago
- f1708b9 bzlmod: Return a StarlarkList instead of an ImmutableList in module_ctx.modules[i].tags.X by wyv · 3 years, 7 months ago
- e60c557 bzlmod: Canonical name should not end with dot by pcloudy · 3 years, 7 months ago
- e855a26 Remote: Update BEP uploader to use RemoteCache and more robust to upload errors by Chi Wang · 3 years, 7 months ago
- 393df9f Delete JRE_LIBRARY from ObjcProvider by waltl · 3 years, 7 months ago
- 9b57bf2 Remove an unused constructor parameter from `AndroidToolsDefaultsJarRule` by cushon · 3 years, 7 months ago
- ca598d0 Move up addition of rule/aspect implementation-specific required config fragments. by jhorvitz · 3 years, 7 months ago
- 3aaddca bzlmod: Precompute data structures needed for module extension resolution by wyv · 3 years, 7 months ago
- 83cd456 Collect legacy jars before other dependencies. by ilist · 3 years, 7 months ago
- 33cc330 Dismantle Option.expansionFunction by michajlo · 3 years, 7 months ago
- 8a62d83 java_lite_proto_library: respect ProtoLangToolchainProvider.forbiddenProtos() by Yannic Bonenberger · 3 years, 7 months ago
- 8fca68c bzlmod: Revert platform/toolchain support from the module() directive by wyv · 3 years, 7 months ago
- a1137ec Add --experimental_repository_downloader_retries by Chi Wang · 3 years, 7 months ago