- 75e0f7d Clean up default_java_toolchain by Googler · 2 years, 4 months ago
- ae5dfe3 python: Copy shared library rule code for Bazel by Richard Levasseur · 2 years, 4 months ago
- d3df5ef Dereference alias chains in java_common.target_kind() by Googler · 2 years, 4 months ago
- 7312060 Add some more context to the "unable to find CC toolchain" error. by Googler · 2 years, 4 months ago
- 62b0509 Change the way linkstamp headers's digest is computed by Googler · 2 years, 4 months ago
- c150e46 Filter libraries in `java_common.collect_native_deps_dirs()` by Googler · 2 years, 4 months ago
- 3a14360 Explicitly disable the feature prefer_pic_for_opt_builds in tests that by Googler · 2 years, 4 months ago
- 9fff1a1 Propagate "compatible_with" to deploy jars rule by Googler · 2 years, 4 months ago
- 435a751 Refactor implementation of cc_common.compile. by Googler · 2 years, 4 months ago
- f631ada Add one version enforcement on java_tests if requested by Googler · 2 years, 4 months ago
- a4bcda4 Fix error if tags are explicitly set to None by Googler · 2 years, 4 months ago
- 24fa204 Set testonly = True for all java_test deploy jar rule targets by Googler · 2 years, 4 months ago
- fc8b816 Prepare tests for Starlark java_test by Googler · 2 years, 4 months ago
- 40b3407 Fix NPE in signal ignoring logic. by Googler · 2 years, 4 months ago
- 0ca7857 Remove ctx.host_fragments. by Googler · 2 years, 4 months ago
- f592470 Encapsulates Target within ConfiguredTargetAndData. by Googler · 2 years, 4 months ago
- 01ad0a2 Update tests to use `cfg = "exec"` by Googler · 2 years, 4 months ago
- 521b80d Flip java_import by Googler · 2 years, 4 months ago
- 03996c1 Add memory limit option to linux-sandbox, by dint of introducing cgroups directory handling in linux-sandbox by Googler · 2 years, 4 months ago
- a247502 Add 'toolchain' parameter to actions.{run,run_shell} by Googler · 2 years, 4 months ago
- 55f8213 Bazel DocGen: Internal change by Googler · 2 years, 4 months ago
- 66b58ee Always emit trailing zero in human-readable download progress by Fabian Meumertzheim · 2 years, 4 months ago
- 86dee6d Correctly match regex with tree artifact by Chi Wang · 2 years, 4 months ago
- 87437fd Parameterize deploy jar rule to make it a test rule by Googler · 2 years, 4 months ago
- c6e655b Refactor java_binary rule attributes in preparation for java_test by Googler · 2 years, 4 months ago
- 1a1eced Separate compile time deps and runtime deps collection for java_binary/java_test by Googler · 2 years, 4 months ago
- 000a093 Inline toolchain params in Starlark java_binary by Googler · 2 years, 4 months ago
- 0482322 Always use target's attributes to set Python version by Googler · 2 years, 4 months ago
- 9376eb9 Add clarifying comment to DependencyResolver. by Googler · 2 years, 4 months ago
- 8a53b0e Make references to syscall caches less confusing. by Googler · 2 years, 4 months ago
- 5adbfd4 Use proguard_allowlister from java toolchain instead of from implicit attribute by Googler · 2 years, 4 months ago
- 8f5b626 Minor Aspect readability fixes. by Googler · 2 years, 4 months ago
- 53e9fea Use long executable path instead of `argv[0]` in all launchers by Fabian Meumertzheim · 2 years, 4 months ago
- db68419 Allow `map_each` to return `None` in `TemplateDict#add_joined` by Fabian Meumertzheim · 2 years, 4 months ago
- 011e108 Internal change by Googler · 2 years, 4 months ago
- 47cc11f [Pass a `UsingReaddirplusSyscallCacheEvent` over the `EventBus`.] by Googler · 2 years, 4 months ago
- eb4a8fe Make addNonCodeInputs a public method by Googler · 2 years, 4 months ago
- 70691f2 Make the Linux sandbox work with ActionInputs with absolute "exec paths". by Googler · 2 years, 4 months ago
- 0e8de27 Remove dead code in embedded_tools.bzl. by Tiago Quelhas · 2 years, 4 months ago
- 3f5212a python: Copy shared executable rule code for Bazel by Richard Levasseur · 2 years, 4 months ago
- 24edd57 Update anchor link for file-level visibility. by Googler · 2 years, 4 months ago
- 2a88c8d Add missing attribute `classpath_resources` for bazel java_binary by Googler · 2 years, 4 months ago
- c1de292 Fix licenses error inside java_import by Googler · 2 years, 4 months ago
- ef37fdb Add an experimental Starlark API to create extra link time libraries. by Googler · 2 years, 4 months ago
- bc03c76 Move CC link constants to enum-struct in cc_helper in builtins. by Googler · 2 years, 4 months ago
- 07ee4b7 Allow local failures under dynamic execution to be ignored for exit codes > 127 (signals) by Googler · 2 years, 4 months ago
- 8aa2b27 Fix deps error inside JavaInfo creation when jars attribute is empty by Googler · 2 years, 4 months ago
- 23580aa Flip incompatible_exclusive_test_sandboxed by Gaspare Vitta · 2 years, 4 months ago
- 2e2f5d9 Add memory and CPU estimations in profiler. by Googler · 2 years, 4 months ago
- cbea601 Remove CTaD from ConfiguredAspectFactory and CTFactory.createAspect. by Googler · 2 years, 4 months ago
- 28d2daa Set `--experimental_action_listeners` to default in `exec` config by Fabian Meumertzheim · 2 years, 4 months ago
- dbd5e8a Always include joined keys in launch info, even if empty by Googler · 2 years, 4 months ago
- 522cb05 Fix paths in Starlark java_binary by Googler · 2 years, 4 months ago
- 1465771 Copy `java_stub_template.txt` for bazel java_binary/java_test to @java_tools//jdk by Googler · 2 years, 4 months ago
- bab3088 Fix error message if jacocorunner is not set on the toolchain by Googler · 2 years, 4 months ago
- cdb1ce1 Change `coverage_config.runner` to type `JavaInfo` by Googler · 2 years, 4 months ago
- ad4dca6 Add bazel version of java_binary macro by Googler · 2 years, 4 months ago
- 45c064a Add bazel version for java_binary deploy jars auxiliary rule class by Googler · 2 years, 4 months ago
- 94a48bf Add bazel version of java_binary without launcher rule class by Googler · 2 years, 4 months ago
- c865413 Add bazel version of java_binary non-executable rule class by Googler · 2 years, 4 months ago
- 4188edd Add support for `format_joined` and closures in `TemplateDict.add_all()` by Googler · 2 years, 4 months ago
- 8ccbd31 Move bazel java_binary to it's own bzl file by Googler · 2 years, 4 months ago
- c8bfe2d Improve `TestType`. by Googler · 2 years, 4 months ago
- 5c61433 Add DefaultInfo provider to bazel java_binary by Googler · 2 years, 4 months ago
- 98a33ff Add a cc_binary 'launcher_maker' to create the launcher for windows binaries by Googler · 2 years, 4 months ago
- 1fc325c Propagate `RuleClassProvider#getNetworkAllowlistForTests` to the `BazelStarlarkContext` used on BUILD threads. by Googler · 2 years, 4 months ago
- e2c7429 Use a different temporary file suffix for virtual inputs created by RemoteActionInputFetcher. by Googler · 2 years, 4 months ago
- 4084671 Add support for crosstool feature to prefer PIC compiles even for optimized binaries. This can have performance penalty, but in configurations where dynamic linking is used for tests can lead to a substantially better sharing of artifacts between tests and binaries. In contrast to the existing --force_pic, this can be enabled per crosstool and respects whether PIC is available for the used crosstool. by Googler · 2 years, 4 months ago
- de7b26a Restrict syscall caching to paths backed by the build's main `FileSystem`. by Googler · 2 years, 4 months ago
- 32fb0a2 Use two-argument form for specifying linker framework arguments by Googler · 2 years, 4 months ago
- a25238e python: Remove redundant PythonSemantics.collectDefaultRunfiles method by Richard Levasseur · 2 years, 4 months ago
- 5576700 Add weakFrameworkNames as an argument to ObjcVariablesExtension by Googler · 2 years, 4 months ago
- e0a9081 Propagate runfiles for singlejar. by Googler · 2 years, 4 months ago
- 7fe8fa2 Delete experimental_persistent_javac flag by Googler · 2 years, 4 months ago
- fa0b2d0 Refactor code for counters in JSON profile. by Googler · 2 years, 4 months ago
- 1f512ef Bazel Docs: Add individual "view source" button for every rule in the BE. by Googler · 2 years, 4 months ago
- b272cef Add auto-configured Unix toolchain support for `BAZEL_CONLYOPTS` by Fabian Meumertzheim · 2 years, 4 months ago
- a556969 Replace Path with RootedPath in SandboxHelpers and maintain a set of roots in SandboxHelpers. by Googler · 2 years, 4 months ago
- e2549df Refactor registerLinkActions by Googler · 2 years, 4 months ago
- 74b10e6 Update the docs for `--strategy_regexp`. by John Cater · 2 years, 4 months ago
- 52a3642 python: Copy shared attribute-related code into Bazel. by Richard Levasseur · 2 years, 4 months ago
- 0dcfe21 Stop sending bug reports on OOMs. by Googler · 2 years, 4 months ago
- 062b83f Make it possible to include a FilesToRunProvider in the coverage support files when constructing an InstrumentedFileInfo. by Googler · 2 years, 4 months ago
- 7765226 Add integration tests for the experimental hardened worker sandbox. Fixes the problem where the worker sandbox would die due to the parent _thread_ dying by adding a linux-sandbox flag for persistent processes. by Googler · 2 years, 4 months ago
- c0bbb0f Delete TestAttemptContinuation and SpawnContinuation and ActionContinuationOrResult . by Googler · 2 years, 4 months ago
- 60ded2b Use existing CcLinkingContext for registerLinkActions by Googler · 2 years, 4 months ago
- b0d822c Add dep's linkopts as an argument to ObjcVariablesExtension by Googler · 2 years, 4 months ago
- 8a616a7 python: Remove unused determineMainExecutableSource(false). by Richard Levasseur · 2 years, 4 months ago
- 359e734 Handle static runtimes separately by Googler · 2 years, 4 months ago
- a3a7002 Fix platform and toolchain rules to not inherit from NativeActionCreatingRule. by Googler · 2 years, 4 months ago
- fd103ef Move variable extension for fully linked action to its own function by Googler · 2 years, 4 months ago
- ae9589b Delete support for native apple_static_library rule by Googler · 2 years, 4 months ago
- 1620b6e Avoid `NullPointerException` with concurrent interrupt in `CollectLocalResourceUsage` by checking `timeSeries` in a `synchronized` block. by Googler · 2 years, 4 months ago
- 6f6d4cc Flip `--incompatible_always_include_files_in_data` by Fabian Meumertzheim · 2 years, 4 months ago
- 3ba4b4f python: Copy shared provider and utility code into Bazel by Richard Levasseur · 2 years, 4 months ago
- 0d2b4d6 Remove SpawnRunner.execAsync(), and with it, FutureSpawn. by Googler · 2 years, 4 months ago
- f61e2e9 Remove implementations of TestAttemptContinuation. by Googler · 2 years, 4 months ago
- a22d333 Remove BazelXmlCreationContinuation. by Googler · 2 years, 4 months ago
- 47d473e Create common java_binary_wrapper macro to register the appropriate java_binary and deploy_jar rule by Googler · 2 years, 4 months ago
- 3c93ef3 Remove unnecessary restriction. by Googler · 2 years, 4 months ago