bazel /
bazel /
c516ea295a84468f384e664ce3b870c46230615e - c516ea2 Advertise CcInfo providers for Bazel cc_library rule by plf · 3 years, 5 months ago
- 77a002c Remove DigestUtils.getDigestInExclusiveMode() now that SsdModule has … by Brandon Jacklyn · 3 years, 5 months ago
- 917e15e Add -no_uuid for hermetic macOS toolchain setup by Keith Smiley · 3 years, 5 months ago
- e8a066e Updates a stale Javadoc link to getValues. by shahan · 3 years, 5 months ago
- c2a9395 Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 5 months ago
- 2dd6566 Pass `TransitiveOptionDetails` to `ConfigurationTransition#addRequiredFragments`. by jhorvitz · 3 years, 5 months ago
- 5f664e0 Reduce #deeplyNestedSetFilteredQuickly unit test work by 90% to deflake. by adgar · 3 years, 5 months ago
- 80f65dd Add JavaPluginConfiguredTargetTest.java by dacek · 3 years, 5 months ago
- c64db33 Relax FileFunction exception visibility; and stop logging IO exceptions in AbstractParallelEvaluator: this logging is no longer adding value, we understand the relevant bug well enough. by janakr · 3 years, 5 months ago
- b3e12ba Make aspect required fragments logic more robust: by gregce · 3 years, 5 months ago
- b6e10b3 Proper implementation of --experimental_dynamic_skip_first_build. by larsrc · 3 years, 5 months ago
- 72a53f1 Fix legacy CC toolchains suite to handle an empty string for the `--compiler` flag. by jcater · 3 years, 5 months ago
- f5db230 Expose FilegroupPathProvider to Starlark builtins. by cmita · 3 years, 5 months ago
- f3402cd Fix code warnings in `SimpleLogHandler` and test. Use `ProcessHandle` to get the pid, cleaning up a `TODO`. by jhorvitz · 3 years, 5 months ago
- be86db6 Fix dex_list_obsfuscator argument parsing to match expected & observed usage. by Googler · 3 years, 5 months ago
- 7657cca Remove logging from EnvironmentalExecException's IOException wrapping: all situations seem perfectly legitimate. by janakr · 3 years, 5 months ago
- 9d6fd6d Release 6.0.0-pre.20211025.1 (2021-11-03) by Bazel Release System · 3 years, 5 months ago
- 23d0969 Fix _is_shared_library_extension_valid by Benedek Thaler · 3 years, 5 months ago
- 99a1c41 Remove GenRuleSourcesProvider. by ilist · 3 years, 5 months ago
- 93d71d4 Add licenses attribute to Starlark proto_library. by ilist · 3 years, 5 months ago
- f42fa61 Add missing data attribute to Starlark proto_library. by ilist · 3 years, 5 months ago
- 2678b1a Implement Starlark proto_library. by ilist · 3 years, 5 months ago
- 77146df Expose write_descriptor_set to builtins. by ilist · 3 years, 5 months ago
- 3106e3a Expose create_proto_info to builtins. by ilist · 3 years, 5 months ago
- 1eded2f Remove genrule's collection of files from GenRuleSourcesProvider in Bazel. by ilist · 3 years, 5 months ago
- 6baebe7 Factor out source collection in genrule. by ilist · 3 years, 5 months ago
- 84a9df5 Log SourceArtifactException in addition to IOException during error bubbling. This will help confirm that all unexpected IOExceptions are coming via include scanning. by janakr · 3 years, 5 months ago
- dbec72e Delete unused class `RuntimeVersion`, rendered obsolete by https://github.com/bazelbuild/bazel/commit/88a3f8c1e2c0540f90a6cb3062b6ad8e5ff267f4. by jhorvitz · 3 years, 5 months ago
- 4083f72 Add aspect data to action conflict message and add a test that exhibits current Bazel behavior: we emit an error message on an action conflict even if the relevant output files are never requested during the build. by janakr · 3 years, 5 months ago
- c2c024b Remove `TODO` for using `VarHandle` in `DynamicCodec`. by jhorvitz · 3 years, 5 months ago
- ecd4c90 Remove support for implicit py2to3, which never worked in Bazel by Googler · 3 years, 5 months ago
- 0c1d09e Propagate --experimental_cc_implementation_deps to host config by Googler · 3 years, 5 months ago
- 2986222 Add patch files for zstd-jni by Chi Wang · 3 years, 5 months ago
- 80b49df Delete generate_workspace.md. by jingwen · 3 years, 5 months ago
- 14f0bd3 Automatic code cleanup. by Googler · 3 years, 5 months ago
- fe644be Fix cache leak when applying transitions when only a rule's attributes change. by gregce · 3 years, 5 months ago
- 216b2b6 Add a method to get `BuildConfigurationKey` from `ActionLookupKey`. by jhorvitz · 3 years, 5 months ago
- 2c9721f Automated rollback of commit 9c65356cedcf4e68077219c10f5a7bb39d38054b. by jhorvitz · 3 years, 5 months ago
- 9c65356 Add a method to get an `OutputDirectory` from its name. by jhorvitz · 3 years, 5 months ago
- d88650e Rename `BuildConfigurationTest` to `BuildConfigurationValueTest`. by jhorvitz · 3 years, 5 months ago
- 2e48994 Remove `--show_task_finish` by michajlo · 3 years, 5 months ago
- 53f1899 In `ArchivedTreeArtifact`, make the assumption that the relative output path is always a single segment, and use this to serialize less data. by jhorvitz · 3 years, 5 months ago
- 41cb96a Add note about `blaze query 'tests(...)'` behavior with suites. by Googler · 3 years, 5 months ago
- 74d776c Internal hook to extend JavaProtoAspect behavior. by Googler · 3 years, 5 months ago
- 3a5b360 Remote: Merge target-level exec_properties with --remote_default_exec_properties by Chi Wang · 3 years, 5 months ago
- eacb32f Rename module name for protobuf by pcloudy · 3 years, 5 months ago
- 8e4eb33 Rename module name for protobuf (third_party) by Yun Peng · 3 years, 5 months ago
- 15e6334 Add documentation for validation actions. by ahumesky · 3 years, 5 months ago
- eaf6fb6 Mention `--experimental_dynamic_skip_first_build` in the info message. by twerth · 3 years, 5 months ago
- 33f7648 Remove the unnecessary `BuildConfigurationValue` wrapper around `BuildConfiguration`. by jhorvitz · 3 years, 5 months ago
- b4dfbca Remove `SkyframeExecutor#newPkgFunctionCache` and `SkyframeExecutor#newCompiledBuildFileCache`. by nharmata · 3 years, 5 months ago
- c952ba7 Fix typo: anamoly -> anomaly by Ulf Adams · 3 years, 5 months ago
- 41881c0 Fix the file name of WORKSPACE.bzlmod by pcloudy · 3 years, 5 months ago
- de4da64 Remove test_remote_https_cache. by Benjamin Peterson · 3 years, 5 months ago
- e74fbfd Make StaticallyLinkerMarkerProvider accessible from Starlark. by Googler · 3 years, 5 months ago
- 6181a3c Enable Bzlmod for Bazel by Yun Peng · 3 years, 5 months ago
- d422c87 Enable Bzlmod for Bazel (third party changes) by Yun Peng · 3 years, 5 months ago
- 38dd554 Automatic code cleanup. by Googler · 3 years, 5 months ago
- fe6c503 Add Google-specific note about visibility checking in //experimental. by Googler · 3 years, 5 months ago
- 7401de7 Remove `DescribableExecutionUnit`'s usage of `PlatformInfo`. by nharmata · 3 years, 5 months ago
- f1e8a0b Add additional fields to android deploy info to support mobile-install usage. by Googler · 3 years, 5 months ago
- ca0ed60 Clarify mandatory arguments to config_setting by William Muir · 3 years, 5 months ago
- ec66ded Switch invocation policy enforcer to use behavior enum instead of the old boolean flags. by ajurkowski · 3 years, 5 months ago
- 25ee8e2 Nullness check for malloc GraphNodeInfo. by Googler · 3 years, 5 months ago
- 80c56ff Compile Apple tools as fat binaries if possible by Keith Smiley · 3 years, 5 months ago
- 3c09f34 Add protobuf as a well known module by pcloudy · 3 years, 5 months ago
- becd149 Remote: Cache merkle trees by Fredrik Medley · 3 years, 5 months ago
- 01df0d5 Output template content and substitutions of TemplateExpansionAction actions in aquery result. by Googler · 3 years, 5 months ago
- 2c6fa34 Move --incompatible_applicable_licenses to graveyard. To be deleted before Bazel 6.x. by aiuto · 3 years, 5 months ago
- 14b72b8 docs: update the docs about `--fission`'s default by Rahul Butani · 3 years, 5 months ago
- 95474c2 Mention that buildifier has bzl-visibility by Alex Eagle · 3 years, 5 months ago
- d45b9d7 Move private APIs from cc_common to cc_internal by hvd · 3 years, 5 months ago
- c37bd0d Migrate from `Strings#repeat(String, int)` to `String#repeat(int)`. by jhorvitz · 3 years, 5 months ago
- 88a3f8c Make `UnsafeStringCodec` the only string codec. by jhorvitz · 3 years, 5 months ago
- 98e0d8b Delete implementation of `skyframe.SkyFunctionEnvironment.PrefetchAndRetainOldDeps`. Also make `skyframe.ParallelEvaluator.PrefetchOldDeps` the only behavior, and have Blaze no longer care about that JVM property. by nharmata · 3 years, 5 months ago
- bd30d7c Suppress unused exception error-prone finding in `FileSystemUtils::moveFile`. by ajurkowski · 3 years, 5 months ago
- d7628e1 Update DEFAULT_IOS_CPU for M1 arm64 simulator support by Keith Smiley · 3 years, 5 months ago
- 276aef3 Release 6.0.0-pre.20211019.1 (2021-10-26) by Bazel Release System · 3 years, 5 months ago
- 8fa3ccb Prioritize local-only actions over dynamically executed actions for local resources. by larsrc · 3 years, 5 months ago
- 8d66a41 Change host to exec configuration in builtin rules. by ilist · 3 years, 5 months ago
- cbc5581 Add KeepGoingTest. by dacek · 3 years, 5 months ago
- 9b5fcc6 Avoid leaking ResourceShrinkerAction args between requests by Ben Lee · 3 years, 5 months ago
- 64ffc09 Make AarGeneratorAction worker compatible by Ben Lee · 3 years, 5 months ago
- 10e5896 Avoid leaking ManifestMergerAction args between requests by Ben Lee · 3 years, 5 months ago
- 667f3c9 Fix comments regarding rpackages when a file has no ancestor BUILD file by shreyax · 3 years, 5 months ago
- 6ca18db Stardoc's skydoc and renderer binaries must be publicly visible in Bazel's BUILD files by arostovtsev · 3 years, 5 months ago
- df60469 Update equals() method for the possibility of a null minimizedBitcode. by cpovirk · 3 years, 5 months ago
- 3257730 Remove stale comment. by leba · 3 years, 5 months ago
- 9fbbdf4 Upgrade rxjava3 to 3.1.2 by Chi Wang · 3 years, 5 months ago
- c01219e Upgrade gRPC to 1.41.0. by Benjamin Peterson · 3 years, 5 months ago
- 1828563 Clean up unnecessary DefaultInfo recreation by Fabian Meumertzheim · 3 years, 5 months ago
- 725c426 Only output dynamic scheduling debug logs when --debug_spawn_scheduler is on. by larsrc · 3 years, 5 months ago
- 011437f desguar tests: Use toolchains rather than the legacy jdk targets. by Benjamin Peterson · 3 years, 5 months ago
- ac9353f Upgrade grpc-java to 1.41.0. by Benjamin Peterson · 3 years, 5 months ago
- e1b842d Upgrade netty to 4.1.69. by Benjamin Peterson · 3 years, 5 months ago
- 5c04973 Exclude netty_tcnative from bootstrap jars. by Benjamin Peterson · 3 years, 5 months ago
- 01a8182 Use Xcode 13.0 for Bazel. by philwo · 3 years, 5 months ago
- c674101 New WorkerMetrics on blaze.invocations table by wilwell · 3 years, 5 months ago
- c406da0 Switch Bazel's CI config to test on Java 11 platforms only. by philwo · 3 years, 5 months ago
- 60ad8f4 Fix archive testing by waltl · 3 years, 5 months ago