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