1. 7343c66 Merge pull request #244 from keith:ks/allow-extra-args-to-cc_sysroot by Copybara-Service · 2 days ago upstream/main
  2. 565dbd6 Merge pull request #245 from keith:ks/add-objc_compile-to-compile_actions by Copybara-Service · 2 days ago
  3. fd72f9e Fix rules_cc copybara by Googler · 2 days ago
  4. b1bea51 Merge pull request #240 from bazelbuild:comius-patch-1 by Copybara-Service · 2 days ago
  5. b6db47b Add bazel version by Ivo List · 3 weeks ago upstream/comius-patch-1
  6. 6a6e870 Fix url by Ivo List · 3 weeks ago
  7. 85e02e4 Adding maintainers by Ivo List · 3 weeks ago
  8. c2549f6 Sync cc toolchain from Bazel's tools/cpp by Googler · 3 days ago
  9. f364500 Create a concept of a tool capability. by Googler · 4 days ago
  10. 1af2140 Document feature-related toolchain rules by Googler · 4 days ago
  11. b06d2f7 Add cc_action_type and cc_tool documentation by Googler · 6 days ago
  12. 9cb80cf Add objcopy_embed_data to rules_cc action_names.bzl. by Googler · 6 days ago
  13. 97cc237 Add objc_compile to compile_actions by Keith Smiley · 12 days ago
  14. 848d56a Update copybara to improve docs handling by Googler · 13 days ago
  15. b4f54fa Allow extra args to cc_sysroot by Keith Smiley · 2 weeks ago
  16. 91f050e Release rules_cc 0.0.10 by Googler · 3 weeks ago 0.0.10
  17. 58debbf Remove experimental_enable_rule_based_toolchains flag by Googler · 3 weeks ago
  18. de86823 Document args-related toolchain rules by Googler · 3 weeks ago
  19. 0d5561b Consolidate action labels in toolchain args by Googler · 3 weeks ago
  20. da1ac71 Create group for c compile actions by Googler · 4 weeks ago 0.0.10-rc2
  21. 7a67e98 Copybara Merge: https://github.com/bazelbuild/rules_cc/pull/238 by Ivo List · 4 weeks ago
  22. 96ac608 No public description by Googler · 4 weeks ago
  23. ce4bc8a Make `cc_helper.bzl` publicly `load()`-able for `@rules_java` by Googler · 4 weeks ago
  24. 5c1be25 Copy a few utilities from `@_builtins` to `@rules_cc` by Googler · 4 weeks ago
  25. b8bb882 Fix rule-based implementation of runtime_library_search_directories by Googler · 4 weeks ago
  26. ca84839 Automated rollback of commit 0f352c3497f480bbebc9507a1cfc2cdc9472b827. by Googler · 4 weeks ago
  27. 0f352c3 Automated rollback of commit 0bc1ba56ef2f8e791841bc074376a02ad8608dc2. by Googler · 4 weeks ago
  28. 0bc1ba5 Add user-facing documentation for cc_tool_map by Googler · 4 weeks ago
  29. 0cd5c64 Implement libraries_to_link as cc_args by Googler · 4 weeks ago
  30. 7c2883f Implement runtime_library_search_directories as cc_args by Googler · 4 weeks ago
  31. 4bf8bb1 Implement shared_flag as cc_args by Googler · 4 weeks ago
  32. 98ab833 Implement force_pic_flags as cc_args by Googler · 4 weeks ago
  33. cf6ccb9 Implement linker_param_file as cc_args by Googler · 4 weeks ago
  34. 9333569 Add support for the `mandatory` param to `find_cc_toolchain` in `@rules_cc` by Googler · 4 weeks ago
  35. 8b63556 Fix buildifier finding in rules_cc by Googler · 4 weeks ago
  36. f999a8e Implement archiver_flags as cc_args by Googler · 4 weeks ago
  37. 66613ac Add support for implicit include directories to rule-based toolchains by Googler · 4 weeks ago
  38. 391170f Export a few utility functions from `@builtins` to `rules_cc` by Googler · 5 weeks ago
  39. a778282 Fix action label evaluation in cc_sysroot by Googler · 6 weeks ago
  40. 2480c90 Replace sysroot with a cc_sysroot macro. by Googler · 6 weeks ago
  41. f5eb3c0 Integrate cc_tool_map into rule-based toolchains by Googler · 6 weeks ago
  42. 3a62fd3 Make enabled_features functionally equivalent to cc_feature(..., enabled=True) by Googler · 6 weeks ago
  43. 84fceed Disallow features from specifying whether they are enabled by default or not. by Googler · 9 weeks ago
  44. af92637 Replace toolchain_features with known_features and enabled_features. by Googler · 9 weeks ago
  45. dcf1dc1 Create a new cc_tool_config rule which will, in the future, replace cc_action_type_config. by Googler · 9 weeks ago
  46. dde7ad4 Replace execution_requirements with the standardized field "tags". by Googler · 10 weeks ago
  47. f97190f Remove feature requirements from tools. by Googler · 10 weeks ago
  48. e1c7ebb Add support for select'ing on cc_args(args=...). by Googler · 2 months ago
  49. 0d1b084 Update toolchain variable definitions to allow static linking by Googler · 3 months ago
  50. 280d3ad Allow creation of sentinel features in rule-based toolchains by Googler · 3 months ago
  51. 9ff1d1b No public description by Googler · 3 months ago
  52. 94d34d7 Restructure rules_cc by Googler · 4 months ago
  53. 5e848c1 Remove the "data" attribute from cc_action_type_config. by Googler · 4 months ago
  54. ac3f19b Remove support for args from action_type_config. by Googler · 4 months ago
  55. 1cf35f0 Make output_file accessible from strip. by Googler · 4 months ago
  56. 531c995 Remove legacy toolchain flags. by Googler · 4 months ago
  57. 0069837 Create a cc_directory_tool rule. by Googler · 4 months ago
  58. 2351aa4 Make toolchains use directory markers instead of strings. by Googler · 4 months ago
  59. 1acf521 Disable exec_transition_for_inputs in rule-based toolchains by Googler · 5 months ago
  60. 71d9e52 Do not require deprecated create_cc_toolchain_config_info attrs by Googler · 5 months ago
  61. f88663d Provide a default toolchain_identifier. by Googler · 6 months ago
  62. 6e490f7 Implement flag_group in the new rule-based toolchain. by Googler · 6 months ago 0.0.10-rc1
  63. 5467790 Fix the load broken by a new version of buildifier. by Googler · 6 months ago
  64. 1361256 Gather variable metadata for the new rule-based toolchain. by Googler · 6 months ago
  65. 510c6dc Remove out of order load lint warnings. by Googler · 6 months ago
  66. 4a62c69 Add additional actions that are not specified in action_names.bzl. by Googler · 6 months ago
  67. 991cdf0 Implement provides in rule based toolchain. by Googler · 6 months ago
  68. 61def7a Improve errors in variable definitions by adding labels to the variables. by Googler · 7 months ago
  69. 7c0a3bb Refactor action sets for consistency and simplicity by Googler · 7 months ago
  70. 17143d1 Add strictly typed variables toolchain rules. by Googler · 7 months ago
  71. aa19278 Rename ExpandArgs to NestedArgs by Googler · 7 months ago
  72. bbb0615 Refactor AddArgsInfo into ExpandArgsInfo by Googler · 7 months ago
  73. 69c9748 BEGIN_PUBLIC Fix problem with the toolchain definition. by Googler · 7 months ago
  74. 59cf8ff Rename additional_files to data. by Googler · 7 months ago
  75. e658433 No public description by Googler · 7 months ago
  76. 1ff1af6 Implement the cc_toolchain macro. by Googler · 7 months ago
  77. de4aaa6 Allow cc_toolchain_info rule to be used as a parameter to pass into native.cc_toolchain(config = ...) by Googler · 7 months ago
  78. 94d4760 Implement cc_toolchain_config rule and cc_legacy_file_group rule. by Googler · 7 months ago
  79. 7250ef4 BEGIN_PUBLIC Implement ToolchainConfigInfo. by Googler · 7 months ago
  80. 9befdcd Remove macros wrapping rules that take in features. by Googler · 7 months ago
  81. 4eccbe1 BEGIN_PUBLIC Implement builtin CC toolchain features. by Googler · 7 months ago
  82. db08757 BEGIN_PUBLIC Implement cc_feature_set and cc_feature_constraint. END_PUBLIC by Googler · 7 months ago
  83. 2b6cdcf BEGIN_PUBLIC Implement cc_feature for the rule based toolchain. END_PUBLIC by Googler · 7 months ago
  84. c5493f9 BEGIN_PUBLIC Implement cc_action_type_config. by Googler · 7 months ago
  85. 0d68da5 BEGIN_PUBLIC Implement cc_args_list. by Googler · 8 months ago
  86. 837caec BEGIN_PUBLIC Pull more info into ArgsListInfo. by Googler · 8 months ago
  87. 916074e BEGIN_PUBLIC Implement cc_tool END_PUBLIC by Googler · 8 months ago
  88. 9eb790f BEGIN_PUBLIC Add support for testing against more complex subject types. by Googler · 8 months ago
  89. 35fe45e BEGIN_PUBLIC Implement cc_args. by Googler · 8 months ago
  90. 2e780ce BEGIN_PUBLIC by Googler · 8 months ago
  91. 833f170 Implement action types for the configurable cc toolchain. by Googler · 8 months ago
  92. 8857ebc Add documentation for rule-based bazel toolchain configuration by Googler · 8 months ago
  93. e221bab Add providers for rule-based toolchain configuration. by Googler · 8 months ago
  94. 760de9e Cleanup uses of ctoolchain migration by Googler · 8 months ago
  95. db151d0 Fix internal breakages for `rules_cc`. by Googler · 10 months ago
  96. 05bd7e7 No public description by Googler · 10 months ago
  97. 15300e1 Automatic code cleanup. by Jie Luo · 11 months ago
  98. 51b7743 Merge pull request #201 from renovate-bot:renovate/io_bazel_rules_go-0.x by Copybara-Service · 11 months ago
  99. 15e9203 Update dependency io_bazel_rules_go to v0.42.0 by Mend Renovate · 1 year ago
  100. c8c38f8 Merge pull request #196 from bazelbuild:meteorcloudy-patch-2 by Copybara-Service · 1 year, 1 month ago 0.0.9