1. efd50e5 Disable //tests/cc/common:test_cc_runtimes_added_to_libraries by Googler · 5 hours ago upstream/main
  2. e9141be Fix CI after https://github.com/rules_cc/bazel/commit/8edac4e1d8f164e1e5b559598213e57fd74dd8e8 by Googler · 9 hours ago
  3. a85ef41 rules_cc tests: Migrate tests related to app linking, compilation prerequisites, PIC mode handling, custom malloc, and CC runtimes to Starlark. by Googler · 11 hours ago
  4. 5751961 MSVC `determinism` feature should use `/Brepro` with linking by Brad Spencer · 16 hours ago
  5. ca4ef23 rules_cc tests: Migrate linkopts diamond tests to Starlark. by Googler · 19 hours ago
  6. 8b156de add windows DEF linker args by Corentin Kerisit · 21 hours ago
  7. 37a4d29 Complete typo fix ASSESMBLER_WITH_C_PREPROCESSOR. by Googler · 23 hours ago
  8. 8edac4e [feat] add support for dwo_files in DebugPackageInfo on bazel 9 by Morten larsen · 28 hours ago
  9. b1ef4d4 Allow env requires_not_none on void variables by Corentin Kerisit · 30 hours ago
  10. bfdebf4 Move LTO related C++ integration tests to rules_cc by Googler · 32 hours ago
  11. 7ef3e1a Fix rules_cc test_action_graph. by Googler · 32 hours ago
  12. 4c700e9 Add a dedicated exec group (`cpp_dwp`) for `CcGenerateDwp` actions of `cc_binary` and `cc_test` targets by Googler · 5 days ago
  13. 033f905 Refactor cc_binary tests to use link_action_subject. by Googler · 6 days ago
  14. 7208b6f Begin moving and open-sourcing Bazel C++ integration tests into rules_cc. by Googler · 6 days ago
  15. 05c945a Automatic code cleanup. by Googler · 7 days ago
  16. 59cfcfd Remove usage of objc_fragment.copts_for_current_compilation_mode. by Googler · 7 days ago
  17. 12c13bc Add excludes to cc_action_type_set by Keith Smiley · 8 days ago
  18. 72430b9 Add Copybara transformation for rules_shell. by Googler · 12 days ago 0.2.19
  19. 448331a Add docs:update target by Keith Smiley · 12 days ago
  20. 70158a9 Allow cc compilation actions to accept a user-defined comment. by Googler · 12 days ago
  21. 577b55d Support dynamic execution requirements with cc_tool by Keith Smiley · 12 days ago
  22. e84b9a8 Migrate testDuplicateLinkopts from Java to Starlark. by Googler · 12 days ago
  23. ccd5bda Migrate CcBinaryConfiguredTargetTest.testUnsupportedSrcFile from Java to Starlark. by Googler · 12 days ago
  24. 692a24a Add a feature for the default C standard on Windows by Philipp Stephani · 14 days ago
  25. 1ab461d Remove an infeasible TODO comment. by Googler · 2 weeks ago
  26. 3aad82a Add .xll as a recognized C++ shared-library extension by Peter Lukacs · 2 weeks ago
  27. 9c98c34 Add more missing variables for objc_executable action by Keith Smiley · 2 weeks ago
  28. 9b71133 Make compile_flags features public by Keith Smiley · 2 weeks ago
  29. ba163fb Add tests for the current cc_library runfiles behavior by Keith Smiley · 3 weeks ago
  30. 3419c06 Remove starlark handling for nocopts. Remove tests by Googler · 3 weeks ago
  31. dbae254 Internal change for upb rules. by Googler · 3 weeks ago
  32. 6c78f0a fix: use depset instead of None by kczulko · 3 weeks ago
  33. 21c8c40 Set target_libc to macosx for Apple platforms by Keith Smiley · 3 weeks ago
  34. abf355c Mark file paths in `format` for path mapping by Fabian Meumertzheim · 3 weeks ago
  35. 275c8d1 Disable Rennovate bot by armandomontanez · 3 weeks ago
  36. de98ba7 Migrate tests for cc_common functionality to starlark. (ignore-relnotes) by Googler · 3 weeks ago
  37. 4733851 Disable empty archive output. by Googler · 3 weeks ago
  38. eed4b51 Fix rules_cc buildkite. by Googler · 3 weeks ago
  39. 6859158 Update cc_static_library.bzl to no longer be experimental by Fabian Meumertzheim · 4 weeks ago
  40. 5dda175 Add action type set diff tests, clean up by armandomontanez · 4 weeks ago
  41. 25ccb77 Add support for toolchains in cc_args by Keith Smiley · 4 weeks ago
  42. fcd960d Add LSan feature to UNIX toolchain by Tyler Yankee · 4 weeks ago
  43. ab84bd3 Add local_includes to cc_library / cc_binary by Keith Smiley · 4 weeks ago
  44. b81b6e4 Automated rollback of commit 9d6e1e8a765d63338967b42d015ffc24ac6bcc5e. by Googler · 4 weeks ago
  45. 6ca6db0 Force platform for rules based toolchains tests by Keith Smiley · 4 weeks ago
  46. 9d6e1e8 Retain module map names as `Label`s by Fabian Meumertzheim · 4 weeks ago
  47. 3486c59 Fallback to get_tool_for_action with empty tool_paths by Keith Smiley · 4 weeks ago
  48. 63790f3 Optimize _virtual_includes when paths are only stripped by Keith Smiley · 4 weeks ago
  49. b1cc9eb Improve include_prefix docs, update generated docs. by Keith Smiley · 4 weeks ago
  50. 06cda56 BEGIN_PUBLIC Remove /Z7 from default Windows fastbuild compile flags by Jesse Rosenstock · 4 weeks ago
  51. 7d32823 Pass through cpu to rules based toolchains by Keith Smiley · 4 weeks ago
  52. d305b34 Remove archive from objc_library runfiles. by Googler · 4 weeks ago
  53. 01cc3d5 Add has_configured_linker_path cc_tool_capability by Keith Smiley · 4 weeks ago
  54. 8daf978 Allow using requires_none and requires_not_none at the same time by Keith Smiley · 5 weeks ago
  55. 6495bc3 Fix data on cc_import by Keith Smiley · 5 weeks ago
  56. e1372bb Remove intermediate_artifacts from objc_common by Keith Smiley · 5 weeks ago
  57. 961b197 Remove duplicate BUILD.bazel file by Keith Smiley · 5 weeks ago
  58. 538d89f Remove dead code for generation of module map used for Swift compilation by Jonathan Schear · 5 weeks ago
  59. 8e2b59a Add best effort macOS reproducibility flags by Keith Smiley · 5 weeks ago
  60. a08a7e2 Add coverage collection script from upstream Bazel. by UebelAndre · 5 weeks ago
  61. d52bd2d Fix starlark toolchain regressions by Keith Smiley · 5 weeks ago
  62. c0baec3 Fix data on objc_library by Keith Smiley · 5 weeks ago
  63. 31f137f Change rules based toolchain macOS conditions to Apple by Keith Smiley · 5 weeks ago
  64. 30d75be Switch soname_flags to only affect dynamic libraries by Keith Smiley · 5 weeks ago
  65. e09f3b9 Add set_soname feature to rules based toolchain by Keith Smiley · 5 weeks ago
  66. 12dda40 Teach cc_args to interop with BuildSettingInfo by David Zbarsky · 5 weeks ago
  67. 65bc3ba Fix requires_any_of with capabilities by Keith Smiley · 5 weeks ago
  68. 58de9d3 BEGIN_PUBLIC Release cc_embed_data in Gloop END_PUBLIC by Mike Kruskal · 6 weeks ago
  69. 8b55f4f Allow rules_rs to use cc_common.link by David Zbarsky · 6 weeks ago
  70. f2587eb Remove resolving clang symlink by Keith Smiley · 6 weeks ago
  71. 827e6a2 Add cc_legacy_tool stopgap by Keith Smiley · 6 weeks ago
  72. bfaeff6 Add scratch workflow and runner script for rules_cc by Googler · 6 weeks ago
  73. 0f6eb14 Rework README by armandomontanez · 6 weeks ago
  74. 39a97df Add default objc_fully_link config by Keith Smiley · 6 weeks ago
  75. 2310907 Add local_defines to objc_library by Keith Smiley · 6 weeks ago
  76. 804007d Migrate objc.builtin_objc_strip_action to a build setting. by Googler · 6 weeks ago
  77. bf92fe4 Pass through target_system_name by Keith Smiley · 6 weeks ago
  78. 6534c9a Add PATH to system_library test by Keith Smiley · 7 weeks ago
  79. de6e35e Add action types for llvm-profdata and gcov by Keith Smiley · 7 weeks ago
  80. ccaae87 Decouple supports_start_end_lib from lld / gold by Jeremy Nimmer · 7 weeks ago
  81. d596465 No public description by David Zbarsky · 7 weeks ago
  82. 6ccdc0c Fix soname_flags visibility by Keith Smiley · 7 weeks ago
  83. 7fa6dd8 Run alwayslink tests on windows by Keith Smiley · 7 weeks ago
  84. 59bad3f Add sanitize_pwd feature for PWD overwriting by Keith Smiley · 7 weeks ago
  85. 0850152 Centralize stamp injection between the cc toolchain and PostMark. by Googler · 7 weeks ago 0.2.18
  86. 8956a5b Fix interface library soname by Keith Smiley · 7 weeks ago
  87. f2cb3b4 Disable interface library -soname if already passed by Keith Smiley · 7 weeks ago
  88. ea015e6 Remove incompatible_use_specific_tool_files use by Keith Smiley · 7 weeks ago
  89. 9bf4119 Remove unnecessary requires for archiver_flags by Keith Smiley · 7 weeks ago
  90. 0b11998 cc_toolchain's tool_map should be cfg-exec-configured by David Zbarsky · 8 weeks ago
  91. 2993fd1 Remove uses of bazel_features ge by Keith Smiley · 8 weeks ago
  92. cab7071 Fix bazel_features usage in strip_include_prefix test by Keith Smiley · 8 weeks ago
  93. 72e42e7 Handle None shared_non_lto_backends in lto_index_action. by Googler · 8 weeks ago
  94. 6d26834 Refactor visibility to make it easier to add new packages without churn upstream. by Jonathan B. Coe · 8 weeks ago
  95. 8414b93 Fix layering_check with path stripping and textual_hdrs by Keith Smiley · 8 weeks ago
  96. 98b3674 Update C++ Test mocks for https://github.com/bazelbuild/rules_cc/pull/555 by Googler · 8 weeks ago
  97. eedba2d Fix "bazel not found" and the transformer issue in Bazel CI. by Googler · 8 weeks ago
  98. 852869b Make cc_library(alwayslink=True) apply to .a in srcs by Keith Smiley · 8 weeks ago
  99. 1a5d8a3 Fix env var data substitutions by Keith Smiley · 9 weeks ago
  100. 170205b Make main_output public API by Keith Smiley · 9 weeks ago