1. e6d30a5 Mark `objc_compilation_support` as publicly visible by Luis Padron · 15 hours ago upstream/main
  2. b1b5ca0 Enumerate more CI targets by Keith Smiley · 3 days ago
  3. e0bcd3c PostMark: Respect stamp = -1. by Googler · 6 days ago
  4. b9d7117 PostMark: Relocate the cc_postmark.bzl file for py_binary. by Googler · 6 days ago
  5. 8d3be7e Allow implicitly enabling memprof_optimize for FDO. by Googler · 7 days ago
  6. d1a4aea Delete unused cc rules code from Bazel by Googler · 7 days ago
  7. 6dd2ef1 Register both windows compilers to enable cross compilation by Austin Schuh · 10 days ago
  8. 67f55bd Remove @comius from CODEOWNERS. by Googler · 11 days ago
  9. e3a884c Use feature instead of cpp fragment for dSYM generation by Keith Smiley · 4 weeks ago
  10. 350c70a Silence backref warning when importing a static library. by Googler · 4 weeks ago
  11. 08b493f First draft of rules_cc architecture. by Googler · 4 weeks ago
  12. 6fd317b Avoid deduplicating linkopts of cc_shared_library dependencies. by Dan Katz · 5 weeks ago 0.2.16
  13. 34f61b4 Fix CcSharedLibraryInfo loads by David Zbarsky · 5 weeks ago
  14. f168220 Fix exec transition handling in cc tool_map for multiplatform builds by David Zbarsky · 5 weeks ago
  15. 6409964 Add additional_compiler_inputs to cc_binary by Keith Smiley · 5 weeks ago 0.2.15
  16. be107bf Make windows toolchain configurable with BAZEL_*OPTS by Austin Schuh · 5 weeks ago
  17. 4800b60 Internal changes. by Googler · 5 weeks ago
  18. 57b02aa Add BAZEL_COPTS to mirror --copts by Austin Schuh · 5 weeks ago
  19. c0c6e9e Allow multiple module interfaces per `cc_library` (#545) by Fabian Meumertzheim · 5 weeks ago
  20. 2e5f7b7 Make archiver_flags public by David Zbarsky · 5 weeks ago
  21. 506289b Prevent `dynamic_deps` from dropping cc_runtimes deps by Googler · 6 weeks ago
  22. bd5fb78 Automated rollback of commit d9f1178c796ee3a83a7bcaf6445601ce617b8fde. by Googler · 6 weeks ago
  23. 5ca8dd0 Do not pass -p flag to strip on windows by David Zbarsky · 6 weeks ago
  24. 4831d61 Only enable archiver flags if output_execpath set by armandomontanez · 6 weeks ago
  25. 943f3b0 perf: Hoist common analysis work out of create_lto_backend_artifacts by David Zbarsky · 6 weeks ago
  26. e912015 perf: Speedup root_relative_path by David Zbarsky · 6 weeks ago
  27. a8c9455 PostMark: Supply stamp files from Go to cc_binary rules. by Googler · 7 weeks ago
  28. eeff234 Add thin_lto feature to rules-based toolchain by David Zbarsky · 7 weeks ago
  29. ae0252b Prefix cxx_builtin_include_directories with %workspace% by Keith Smiley · 8 weeks ago
  30. 78bbf2a Change the return value of build_extra_link_time_libraries from a tuple to a struct. by Googler · 8 weeks ago
  31. e982ce1 Add provides CcInfo to objc_library by Keith Smiley · 8 weeks ago
  32. 1e7e76d Add layering_check rules based toolchain args by Keith Smiley · 8 weeks ago
  33. a2994c4 perf: Avoid recomputing 'dotd_files_enabled' repeatedly by David Zbarsky · 8 weeks ago
  34. 53b92d1 Add more LTO features by Fabian Meumertzheim · 8 weeks ago
  35. 0f1635c Pass -D to libtool on macos by Corentin Kerisit · 8 weeks ago
  36. 2a18367 Align action configs with legacy ones to allow LtoBackend actions to succeed by David Zbarsky · 8 weeks ago
  37. 99a8577 Use the non-legacy version of FdoProfileInfo by Googler · 9 weeks ago
  38. 5b73302 Remove libopts toolchain variable by Keith Smiley · 9 weeks ago
  39. 9338446 Enable C++ rules and providers by Googler · 9 weeks ago
  40. d0fa9b7 Fix `invalid linker name in argument '-fuse-ld=ld64.lld'` on macOS by Fabian Meumertzheim · 9 weeks ago
  41. 109e43d Make fdo a package by Googler · 9 weeks ago
  42. 494d04c Fix missing starlarkification allowlist values by Keith Smiley · 2 months ago
  43. f867aea Apply `--cxxopt` to C++20 module interfaces by Fabian Meumertzheim · 2 months ago
  44. f84fadd Add explicit load for `cc_import` by Fabian Meumertzheim · 2 months ago
  45. 71bdd94 Add runtimes-on-demand support in cc_shared_library by Googler · 2 months ago
  46. 285fdce Factor out function should_create_test_dwp_for_statically_linked_test by Googler · 3 months ago 0.2.14
  47. b5a6559 Fix `bzl_library` deps for `//cc/common:cc_helper_bzl` by Googler · 3 months ago
  48. 693fd32 Fix bzl_library deps for `//cc/common` by Googler · 3 months ago
  49. a8f6a92 Fix C++20 module compilation by Fabian Meumertzheim · 3 months ago 0.2.14-rc1
  50. 5c3e987 [4/5] support C++20 Modules, support one phase compilation by PikachuHy · 3 months ago
  51. 9b9efed Add cc_import.defines to rules_cc. by Keith Smiley · 3 months ago
  52. 5a09443 fix dynamic library .pyd support by Corentin Le Molgat · 3 months ago
  53. b05d305 Add `new_objc_provider` to rules_cc. by Googler · 3 months ago
  54. 6dd21be Support prefer_pic_for_opt_binaries in linux auto-detecting toolchain by Jeremy Nimmer · 3 months ago
  55. 01c27aa PostMark: Implement the `postmark` attribute in the `cc_binary` rule. by Googler · 3 months ago
  56. f3ef345 Fix bzl_libraries by Googler · 3 months ago 0.2.13 0.2.13-rc1
  57. 8386eb4 Fix LTO artifact path for external repo targets by Fabian Meumertzheim · 3 months ago
  58. a670375 Remove C++ related functions from `py_internal`. by Googler · 3 months ago
  59. 334f719 Move and wire-up ObjcInfo in rules_cc by Googler · 3 months ago
  60. 22c49c3 Pass -no_warning_for_no_symbols flag to libtool on macos by Corentin Kerisit · 3 months ago
  61. 34d652e Migrate rules_apple to use objc_compilation_support from rules_cc. by Googler · 3 months ago
  62. 50306b8 Integrate `visionOS_arm64e` and `visionOS_sim_arm64e` platforms across Apple build logic by Googler · 3 months ago
  63. 301958b Provide stub for ObjcInfo by Googler · 3 months ago
  64. 16a322f Fix path.contains_up_level_references by Googler · 3 months ago 0.2.12 0.2.12-rc3
  65. 65a547d Integrate `tvos_arm64e` platform across Apple build logic by Googler · 3 months ago
  66. 78a6f28 Starlarkify and remove native API `CcInternal.escape_label` by Googler · 3 months ago 0.2.12-rc2
  67. b81a4f4 Enable C++ symbols using compatiblity proxy by Googler · 3 months ago 0.2.12-rc1
  68. d9f1178 Disable rolling releases by Googler · 3 months ago
  69. 8e59dc2 Remove unused ObjC Starlark internal methods and clean up `apple_common.bzl`. by Googler · 3 months ago
  70. fb590cf Propagate LTO compilation contexts in `cc_shared_library` by Googler · 3 months ago
  71. b8a8386 Copy cc_common into rules_cc by Googler · 3 months ago
  72. 475affc Don't add apple env if Xcode version isn't set by Keith Smiley · 3 months ago 0.2.11
  73. 30977f2 Prepare rules_cc for CppModuleMap in Starlark by Googler · 3 months ago
  74. 7c11a2b Rollforward of https://github.com/rules_cc/bazel/commit/d1a4820bea46074f89c2412f5c6a85b2de87d0f3: Migrate CppSemantics logic to Starlark. by Googler · 3 months ago
  75. c4f4364 Automated rollback of commit d1a4820bea46074f89c2412f5c6a85b2de87d0f3. by Googler · 3 months ago
  76. 14488ce Support migration of CcCompilationContext.directModuleMaps to NestedSet. by Googler · 3 months ago 0.2.10
  77. d1a4820 Migrate CppSemantics logic to Starlark. by Googler · 3 months ago
  78. f6a2194 Replace `CppSemantics` mechanism with semantics.bzl. by Googler · 3 months ago
  79. ac2a7b9 simplify and remove failures from --noproto_profile while path specified by Patrick Xia · 3 months ago
  80. 82c71d6 Copy the `PRIVATE_STARLARKIFICATION_ALLOWLIST` from `@_builtins` to `@rules_cc` by Googler · 3 months ago
  81. 280834d Break the `@bazel_tools//tools/def_parser:def_parser` cycle in the default case by Googler · 3 months ago
  82. 89040ff Add ios_sim_arm64e to apple_platform by Googler · 3 months ago
  83. 0b3cceb Fix generate_modmap: use default generate_modmap by PikachuHy · 4 months ago 0.2.9
  84. f44b58b Migrate to underscored CcInfo private fields by Googler · 4 months ago
  85. 5b9a709 Remove `propagateModuleMapAsActionInput` from `CcCompilationContext`. by Googler · 4 months ago
  86. e5f57cf Migrate from `dwo_file()` to `_dwo_file` by Googler · 4 months ago
  87. c645f6b Fix absolute file paths checking for Windows by Steven Le Rouzic · 4 months ago
  88. aaf476a Migrate CppLinkstampCompileHelper.getVariables() to Starlark. by Googler · 4 months ago
  89. 1f84d1e Fix repo mapping lookup in runfiles library by Fabian Meumertzheim · 4 months ago
  90. 74ad170 Starlarkify `ArtifactCategory`[^1] by Googler · 4 months ago
  91. 888a267 Tweak wording for boolean attributes. by Googler · 4 months ago
  92. 20ca109 Make the `compiler_flag` rule public by Garrett Holmstrom · 4 months ago
  93. f29c050 Allow the `enable_modules`, `module_map`, and `module_name` attributes of `objc_library` to be removed from the rule definition. by Googler · 4 months ago
  94. 3ab5b60 Fix CI at head by hvadehra · 4 months ago
  95. 66542a1 Fix usage of `use_cc_toolchain` in `cc_toolchain_alias.bzl` by Googler · 4 months ago 0.2.8
  96. 74f29df Fix cc_toolchain_alias redirect by Googler · 4 months ago 0.2.7
  97. 76e880d Fork `cc_toolchain_alias` rule by Googler · 4 months ago 0.2.6
  98. 9e45a13 Automated rollback of commit 0220895c62deabf2debcfc0450c70090d644a35a. by Googler · 4 months ago
  99. 0220895 Migrate `CcCompilationOutputs` private fields to use underscore by Googler · 4 months ago
  100. 0fee42b Change rules_cc compatibility proxy version check by Googler · 4 months ago