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