1. 58debbf Remove experimental_enable_rule_based_toolchains flag by Googler · 7 months ago
  2. b8bb882 Fix rule-based implementation of runtime_library_search_directories by Googler · 7 months ago
  3. 0cd5c64 Implement libraries_to_link as cc_args by Googler · 7 months ago
  4. 7c2883f Implement runtime_library_search_directories as cc_args by Googler · 7 months ago
  5. 4bf8bb1 Implement shared_flag as cc_args by Googler · 7 months ago
  6. 98ab833 Implement force_pic_flags as cc_args by Googler · 7 months ago
  7. cf6ccb9 Implement linker_param_file as cc_args by Googler · 7 months ago
  8. f999a8e Implement archiver_flags as cc_args by Googler · 7 months ago
  9. 66613ac Add support for implicit include directories to rule-based toolchains by Googler · 7 months ago
  10. 2480c90 Replace sysroot with a cc_sysroot macro. by Googler · 7 months ago
  11. f5eb3c0 Integrate cc_tool_map into rule-based toolchains by Googler · 7 months ago
  12. 3a62fd3 Make enabled_features functionally equivalent to cc_feature(..., enabled=True) by Googler · 7 months ago
  13. 84fceed Disallow features from specifying whether they are enabled by default or not. by Googler · 8 months ago
  14. af92637 Replace toolchain_features with known_features and enabled_features. by Googler · 8 months ago
  15. dcf1dc1 Create a new cc_tool_config rule which will, in the future, replace cc_action_type_config. by Googler · 8 months ago
  16. dde7ad4 Replace execution_requirements with the standardized field "tags". by Googler · 8 months ago
  17. f97190f Remove feature requirements from tools. by Googler · 8 months ago
  18. e1c7ebb Add support for select'ing on cc_args(args=...). by Googler · 8 months ago
  19. 280d3ad Allow creation of sentinel features in rule-based toolchains by Googler · 9 months ago
  20. 5e848c1 Remove the "data" attribute from cc_action_type_config. by Googler · 10 months ago
  21. ac3f19b Remove support for args from action_type_config. by Googler · 10 months ago
  22. 531c995 Remove legacy toolchain flags. by Googler · 10 months ago
  23. 0069837 Create a cc_directory_tool rule. by Googler · 10 months ago
  24. 2351aa4 Make toolchains use directory markers instead of strings. by Googler · 10 months ago
  25. f88663d Provide a default toolchain_identifier. by Googler · 12 months ago
  26. 6e490f7 Implement flag_group in the new rule-based toolchain. by Googler · 12 months ago 0.0.10-rc1
  27. 1361256 Gather variable metadata for the new rule-based toolchain. by Googler · 12 months ago
  28. 991cdf0 Implement provides in rule based toolchain. by Googler · 1 year ago
  29. 61def7a Improve errors in variable definitions by adding labels to the variables. by Googler · 1 year ago
  30. 17143d1 Add strictly typed variables toolchain rules. by Googler · 1 year ago
  31. aa19278 Rename ExpandArgs to NestedArgs by Googler · 1 year ago
  32. bbb0615 Refactor AddArgsInfo into ExpandArgsInfo by Googler · 1 year, 1 month ago
  33. 59cf8ff Rename additional_files to data. by Googler · 1 year, 1 month ago
  34. e658433 No public description by Googler · 1 year, 1 month ago
  35. de4aaa6 Allow cc_toolchain_info rule to be used as a parameter to pass into native.cc_toolchain(config = ...) by Googler · 1 year, 1 month ago
  36. 94d4760 Implement cc_toolchain_config rule and cc_legacy_file_group rule. by Googler · 1 year, 1 month ago
  37. 7250ef4 BEGIN_PUBLIC Implement ToolchainConfigInfo. by Googler · 1 year, 1 month ago
  38. 9befdcd Remove macros wrapping rules that take in features. by Googler · 1 year, 1 month ago
  39. 4eccbe1 BEGIN_PUBLIC Implement builtin CC toolchain features. by Googler · 1 year, 1 month ago
  40. db08757 BEGIN_PUBLIC Implement cc_feature_set and cc_feature_constraint. END_PUBLIC by Googler · 1 year, 1 month ago
  41. 2b6cdcf BEGIN_PUBLIC Implement cc_feature for the rule based toolchain. END_PUBLIC by Googler · 1 year, 1 month ago
  42. c5493f9 BEGIN_PUBLIC Implement cc_action_type_config. by Googler · 1 year, 1 month ago
  43. 0d68da5 BEGIN_PUBLIC Implement cc_args_list. by Googler · 1 year, 1 month ago
  44. 837caec BEGIN_PUBLIC Pull more info into ArgsListInfo. by Googler · 1 year, 1 month ago
  45. 916074e BEGIN_PUBLIC Implement cc_tool END_PUBLIC by Googler · 1 year, 1 month ago
  46. 9eb790f BEGIN_PUBLIC Add support for testing against more complex subject types. by Googler · 1 year, 1 month ago
  47. 35fe45e BEGIN_PUBLIC Implement cc_args. by Googler · 1 year, 1 month ago
  48. 2e780ce BEGIN_PUBLIC by Googler · 1 year, 1 month ago
  49. db151d0 Fix internal breakages for `rules_cc`. by Googler · 1 year, 2 months ago
  50. b039a55 Fix lexicographical order to make Buildifier happy. by Googler · 1 year, 7 months ago
  51. 1583313 Fix licensing errors and add default condition for `local_defines`. by Googler · 1 year, 9 months ago 0.0.8
  52. 4e72e66 Add well-known compiler `config_setting`s by Fabian Meumertzheim · 1 year, 9 months ago
  53. f9e3b89 Enable `//tests/...` in CI by Fabian Meumertzheim · 1 year, 9 months ago
  54. d8dfa8b Introduce flag --@rules_cc//:link_extra_libs by Googler · 2 years, 1 month ago
  55. 991eb34 Internal change by Googler · 4 years, 5 months ago
  56. 699ec52 Internal change by Googler · 4 years, 5 months ago
  57. 16ad606 Internal change by Googler · 4 years, 5 months ago
  58. 53f28ae Merge pull request #79 from agluszak:system_library by Copybara-Service · 4 years, 6 months ago
  59. 8398f4b Fixes after code review by Andrzej Głuszak · 4 years, 6 months ago
  60. c4886cb Add a module description by Andrzej Głuszak · 4 years, 6 months ago
  61. d380849 Fix style by Andrzej Głuszak · 4 years, 6 months ago
  62. 6c1dbe0 Implement a repository rule for importing system libraries by Andrzej Głuszak · 4 years, 6 months ago
  63. cfe68f6 Fix immutable frozen set bug in defs.bzl by Googler · 5 years ago