1. c4e2566 Backfill commit SHAs for tagged Git versions am: 363e1689e5 by Kate Ageeva · 10 weeks ago main-kernel
  2. 363e168 Backfill commit SHAs for tagged Git versions by Kate Ageeva · 10 weeks ago mirror-goog-main-external
  3. b3f3465 Upgrade bazelbuild-rules_cc to 0.2.11 am: f3e6440e2c by HONG Yifan · 5 months ago
  4. 54c7786 Revert "kleaf: cut rules_cc -> protobuf dependency." am: 0d0a6a044d by HONG Yifan · 5 months ago
  5. f3e6440 Upgrade bazelbuild-rules_cc to 0.2.11 by HONG Yifan · 5 months ago
  6. 0d0a6a0 Revert "kleaf: cut rules_cc -> protobuf dependency." by HONG Yifan · 5 months ago
  7. 475affc Don't add apple env if Xcode version isn't set by Keith Smiley · 6 months ago upstream/0.2.11
  8. 30977f2 Prepare rules_cc for CppModuleMap in Starlark by Googler · 6 months ago
  9. 7c11a2b Rollforward of https://github.com/rules_cc/bazel/commit/d1a4820bea46074f89c2412f5c6a85b2de87d0f3: Migrate CppSemantics logic to Starlark. by Googler · 6 months ago
  10. c4f4364 Automated rollback of commit d1a4820bea46074f89c2412f5c6a85b2de87d0f3. by Googler · 6 months ago
  11. 14488ce Support migration of CcCompilationContext.directModuleMaps to NestedSet. by Googler · 6 months ago upstream/0.2.10
  12. d1a4820 Migrate CppSemantics logic to Starlark. by Googler · 6 months ago
  13. f6a2194 Replace `CppSemantics` mechanism with semantics.bzl. by Googler · 6 months ago
  14. ac2a7b9 simplify and remove failures from --noproto_profile while path specified by Patrick Xia · 6 months ago
  15. 82c71d6 Copy the `PRIVATE_STARLARKIFICATION_ALLOWLIST` from `@_builtins` to `@rules_cc` by Googler · 6 months ago
  16. 280834d Break the `@bazel_tools//tools/def_parser:def_parser` cycle in the default case by Googler · 6 months ago
  17. 89040ff Add ios_sim_arm64e to apple_platform by Googler · 6 months ago
  18. 0b3cceb Fix generate_modmap: use default generate_modmap by PikachuHy · 6 months ago upstream/0.2.9
  19. f44b58b Migrate to underscored CcInfo private fields by Googler · 6 months ago
  20. 5b9a709 Remove `propagateModuleMapAsActionInput` from `CcCompilationContext`. by Googler · 6 months ago
  21. e5f57cf Migrate from `dwo_file()` to `_dwo_file` by Googler · 6 months ago
  22. c645f6b Fix absolute file paths checking for Windows by Steven Le Rouzic · 6 months ago
  23. aaf476a Migrate CppLinkstampCompileHelper.getVariables() to Starlark. by Googler · 6 months ago
  24. 1f84d1e Fix repo mapping lookup in runfiles library by Fabian Meumertzheim · 6 months ago
  25. 74ad170 Starlarkify `ArtifactCategory`[^1] by Googler · 6 months ago
  26. 888a267 Tweak wording for boolean attributes. by Googler · 6 months ago
  27. 20ca109 Make the `compiler_flag` rule public by Garrett Holmstrom · 7 months ago
  28. f29c050 Allow the `enable_modules`, `module_map`, and `module_name` attributes of `objc_library` to be removed from the rule definition. by Googler · 7 months ago
  29. 3ab5b60 Fix CI at head by hvadehra · 7 months ago
  30. 66542a1 Fix usage of `use_cc_toolchain` in `cc_toolchain_alias.bzl` by Googler · 7 months ago upstream/0.2.8
  31. 74f29df Fix cc_toolchain_alias redirect by Googler · 7 months ago upstream/0.2.7
  32. 76e880d Fork `cc_toolchain_alias` rule by Googler · 7 months ago upstream/0.2.6
  33. 9e45a13 Automated rollback of commit 0220895c62deabf2debcfc0450c70090d644a35a. by Googler · 7 months ago
  34. 0220895 Migrate `CcCompilationOutputs` private fields to use underscore by Googler · 7 months ago
  35. 0fee42b Change rules_cc compatibility proxy version check by Googler · 7 months ago
  36. 093f030 Remove `CcCompilationOutputs.files_to_compile` and implement its logic in Starlark. by Googler · 7 months ago
  37. b7f53f7 Migrate away from callable private attributes in compilation outputs by Googler · 7 months ago upstream/0.2.5
  38. 6f5f179 Migrate away from compilation_outputs.files_to_compile by Googler · 7 months ago
  39. 72c6a1a Fork missing methods from `cc_helper.bzl` by Googler · 7 months ago
  40. 31ddd5f Fix bazel version check in `@cc_compatibility_proxy` by Googler · 7 months ago
  41. 9dbc37f Add support for `--incompatible_compact_repo_mapping_manifest` by Fabian Meumertzheim · 7 months ago
  42. 2a71690 Add dwp_files to rules based toolchain by Keith Smiley · 7 months ago
  43. e12b46e Support eventual removal of do_not_use_macos_set_install_name by Keith Smiley · 7 months ago
  44. 5defd67 Add missing dSYM related variable and feature by Keith Smiley · 7 months ago
  45. ccf7c90 Update bazel-contrib/publish-to-bcr action to v0.2.3 by Mend Renovate · 7 months ago upstream/0.2.4
  46. 471a608 Add `load()`s in rules_cc by Googler · 7 months ago
  47. db1d07d Add requires_not_none support for cc_args.env by Keith Smiley · 7 months ago
  48. a1b0a7c Fork `cc_toolchain.bzl`, `cc_toolchain_info.bzl` and `cc_toolchain_provider_helper.bzl` by Googler · 7 months ago
  49. db63fa9 Fix deps for docgen by Googler · 7 months ago
  50. 8ebc5ba Fix deps for `proxy_bzl` in Bazel < 9 by Googler · 7 months ago
  51. af9be92 Fork objc rule implementations by Googler · 7 months ago
  52. afbc4b3 Fix `CcSharedLibraryInfo` redirection by Googler · 7 months ago upstream/0.2.3
  53. 969186a Starlarkify create_compile_source_action. by Googler · 7 months ago
  54. a0925f2 Add instructions for compatibility proxy repo to release notes by Marcel · 7 months ago
  55. 8c3abd3 Fix label comparison in `cc_helper.bzl` by Fabian Meumertzheim · 7 months ago upstream/0.2.2
  56. f9877f7 Update C++ version in .bazelrc to C++17. by Googler · 7 months ago
  57. eed7e63 Fix fastbuild compile flags by Marcel · 7 months ago
  58. 94df5d3 Replace the usage of cc_info.debug_context with _debug_context by Googler · 7 months ago
  59. 2893b0c Update bazel-contrib/.github action to v7.2.3 by Mend Renovate · 7 months ago
  60. 8169fdd Update cc_wrapper templates to posix shell. by UebelAndre · 7 months ago
  61. e8327fa Fix `rules_cc` `bzl_library` deps for stardoc by Googler · 7 months ago upstream/0.2.1
  62. b3f16eb Run `rules_cc` CI tasks on the right platforms by Googler · 7 months ago
  63. 6fcfaee Add toolchain runtime dependencies to the linking context of cc_library. by Jorge Gorbe Moya · 7 months ago
  64. 4702f68 Fork missing method from `cc_helper.bzl` by Googler · 7 months ago
  65. 2ed6b8d Add `requires-darwin` in default test runner by Fabian Meumertzheim · 8 months ago
  66. 02a9a1c Prepare for Starlark `CcToolchainConfigInfo` by Googler · 8 months ago
  67. 8827fd4 Add dwp cc_action_type by Keith Smiley · 8 months ago
  68. c809f44 Use `includes` instead of `system_includes` for `includes` attr by Keith Smiley · 8 months ago
  69. e8422d3 Add a raw_allowlist_include_directories cc_toolchain top argument by Mathieu Olivari · 8 months ago
  70. 879d73b Rollforward https://github.com/rules_cc/bazel/commit/0769eb3cec5ae57b02c1f34709643f7cc872af21: Starlarkify parse header action creation and compile build variable construction by Googler · 8 months ago
  71. 89cb980 Starlarkify CppSemantics.validateStarlarkCompileApiCall() by Googler · 8 months ago
  72. a68d8f7 Partially Starlarkify create_module_codegen_action. by Googler · 8 months ago
  73. 945c95d Fix last usage of paths.get_relative in cc_helper_internal.bzl by Googler · 8 months ago
  74. 79e2c17 Rename CcInfo#transitive_native_libraries to _legacy_transitive_native_libraries by Googler · 8 months ago
  75. 974a7e0 Remove legacy cc_toolchain_suite from examples by Googler · 8 months ago
  76. 8482342 Fix usage of `paths.get_relative` in `cc_helper_internal.bzl` by Googler · 8 months ago upstream/0.2.0
  77. d14dcd6 Fork fdo rules bzl files by Googler · 8 months ago
  78. d0db10e Fork `cc_test.bzl` by Googler · 8 months ago
  79. 3b780fa Fork `cc_binary.bzl` by Googler · 8 months ago
  80. 6f42786 Fork cc_library.bzl by Googler · 8 months ago
  81. 995ff72 Fork objc_common.bzl by Googler · 8 months ago
  82. 42f3ee4 Fork `attrs.bzl` by Googler · 8 months ago
  83. 80b4e1a Extract the `cc_shared_library` rule from `@_builtins` to `@rules_cc` by Googler · 8 months ago
  84. 4b1c73e Remove dependency on protobuf by Ivo List · 8 months ago
  85. 31ba5f6 Add dwp to action_names.bzl by Googler · 8 months ago
  86. c9a0a1c Update `cc_debug_helper.bzl` to be identical to the copy in `@_builtins` by Googler · 8 months ago
  87. c5ed4ed Upgrade bazelbuild-rules_cc to 0.1.4 am: 833cb26248 by HONG Yifan · 8 months ago
  88. 833cb26 Upgrade bazelbuild-rules_cc to 0.1.4 by HONG Yifan · 8 months ago
  89. 0769eb3 Starlarkify parse header action creation and compile build variable construction by Googler · 8 months ago
  90. 2ba751f Extract the `cc_static_library` rule from `@_builtins` to `@rules_cc` by Googler · 9 months ago
  91. 8e0a527 Extract the Bazel `cc_import` rule from `@_builtins` to `@rules_cc` by Googler · 9 months ago
  92. 2b15b96 Add a repository rule to proxy cc rules for maintaining compatibility with older Bazel versions by Googler · 9 months ago
  93. cbee84a Use a separate feature for cpp std option on Windows by Yun Peng · 9 months ago upstream/0.1.4
  94. d068b73 Update BCR config for rules_cc by Googler · 9 months ago
  95. 15f01c4 Update release_ruleset.yaml version by Googler · 9 months ago upstream/0.1.3
  96. a97e741 Use `.yaml` for GitHub workflow configs by Googler · 9 months ago
  97. 644b29c Fix system_library_test.sh with Bazel@HEAD by Yun Peng · 9 months ago
  98. 3de8914 Support publish-to-bcr workflow with attestations by Yun Peng · 9 months ago
  99. c7e5c8c Enable `/std:c++17` by default for the Windows cc toolchain by Yun Peng · 9 months ago
  100. b77476a Fix missing deps in some bzl_library targets by Alexandre Rostovtsev · 9 months ago