1. bb74a65 Improve handling of compile_data with mixed sources (#3176) by Martin Gammelsæter · 2 days ago upstream/main
  2. 5e426fa Add documentation about using binary dependencies in crate_universe (#3183) by David Havas · 5 days ago
  3. c241ed0 Add support for UEFI targets and OS (#2142) by Lorenz Brun · 5 days ago
  4. f86e01b Run `bazel mod tidy` after vendoring crate_universe outputs (#3177) by UebelAndre · 6 days ago
  5. 5367387 Pin non-bzlmod tests to Bazel 7 (#3173) by UebelAndre · 6 days ago
  6. dfcf422 Added missing modules to various workspaces (#3175) by UebelAndre · 6 days ago
  7. f329c0c Marked various extensions as reproducible to reduce bzlmod lock size (#3164) by UebelAndre · 7 days ago
  8. b6c9468 Added `cargo_manifest_dir` submodule to `cargo_build_script_runner`. (#3161) by UebelAndre · 7 days ago
  9. b53f9a8 Migrated Android example to bzlmod (#3133) by UebelAndre · 7 days ago
  10. 2435cae Generate docs from source. (#3152) by UebelAndre · 7 days ago
  11. 3d63631 feat: Add `rust_lint_group` and `cargo_lints` rule to define lint groups (#2993) by Parker Timmerman · 7 days ago
  12. b9d8426 Fixed crate_universe examples not vendoring consistent crate versions (#3169) by UebelAndre · 7 days ago
  13. 5e90483 Updated crate_universe bzlmod to support skipping splicing (#3148) by UebelAndre · 8 days ago
  14. 1d0fe8a Replace symlinks in the output of cargo build scripts (#3067) by David Havas · 12 days ago
  15. b9f51f5 Update hello_comp_opt example with new LTO settings (#3155) by David Havas · 12 days ago
  16. 568bb7b Make lto toolchain options public and don't link proc-macros with LTO (#3147) by David Havas · 13 days ago
  17. c0fe933 Bump llvm-project module to include upstreamed patch (#3149) by UebelAndre · 13 days ago
  18. 4f339e7 Remove rules_foreign_cc example (#3151) by UebelAndre · 13 days ago
  19. d3b890d Consolidate example packages (#3144) by UebelAndre · 2 weeks ago
  20. 37acfa1 Updated crates_vendor rule to accurately use runfiles (#3146) by UebelAndre · 2 weeks ago
  21. cdfb735 Warn less (#3145) by Daniel Wagner-Hall · 2 weeks ago
  22. c06feef Ignore symlinks in workspace discovery (#3142) by Daniel Wagner-Hall · 2 weeks ago
  23. 4960125 workspace: Pay attention to members (#3102) by Daniel Wagner-Hall · 2 weeks ago
  24. a29089b Bump min tested Bazel version to 7.4.1 (#3140) by UebelAndre · 2 weeks ago
  25. 51ff049 Migrate ffi examples to bzlmod (#3129) by UebelAndre · 2 weeks ago
  26. 55ef2b8 fix: add 'manual' option for `//rust/settings/lto` (#3120) by Parker Timmerman · 2 weeks ago
  27. ce8d20b Consolidated docs for crate_universe (#3138) by UebelAndre · 2 weeks ago
  28. 3dedbef Cleanup bazel_env example. (#3134) by UebelAndre · 2 weeks ago
  29. ee7d299 Updated clippy and rustfmt failure tests to use bzlmod (#3131) by UebelAndre · 2 weeks ago
  30. 088209e Migrate sys example to bzlmod (#3130) by UebelAndre · 2 weeks ago
  31. 0e6ea40 Added render_config and splicing_config to create_universe bzlmod (#3136) by UebelAndre · 2 weeks ago
  32. 22d40b8 Look up CARGO_BAZEL_GENERATOR_PATH correctly (#2088) by Michael Hackner · 2 weeks ago
  33. 89aec55 Added bzlmod support to rust-analyzer tests (#3125) by UebelAndre · 4 weeks ago
  34. 0e2fbbf Remove crosstool files (#3118) by John Cater · 4 weeks ago
  35. d832c6c Added `codegen_units` flag for setting `Rustc` resource sets (#3112) by UebelAndre · 4 weeks ago
  36. 1bfd1da Remove the unused implicit attribute `_cc_toolchains`. (#3116) by John Cater · 4 weeks ago
  37. 717d160 Rerun repository rule if manifests changed (#3117) by Daniel Wagner-Hall · 4 weeks ago
  38. f9a060d Add test for editing patch Cargo.toml files (#3063) by Daniel Wagner-Hall · 4 weeks ago
  39. eb1fe7d Added documentation for all rules_rust settings (#3114) by UebelAndre · 4 weeks ago
  40. 7a1f037 Cut release 0.56.0 (#3109) by Daniel Wagner-Hall · 4 weeks ago 0.56.0
  41. 834df35 Do not cache rustc info in deps resolver (#3107) by Grzegorz Lukasik · 4 weeks ago
  42. fae114c feat: Add `//rust/settings:lto` (#3104) by Parker Timmerman · 4 weeks ago
  43. 4652fb5 Revert "rust_analyzer: don't build a tree of RustAnalyzerInfos (#3028)" (#3093) by UebelAndre · 4 weeks ago
  44. f7be79c Added support for capturing snippets from wasm-bindgen (#3087) by UebelAndre · 4 weeks ago
  45. 8cedb93 Updated rules_rust_mdbook docs (#3108) by UebelAndre · 4 weeks ago
  46. c263575 Support repository_set from bzlmod (#3106) by Daniel Wagner-Hall · 4 weeks ago
  47. 3aecdbe Added `rules_mdbook` to extension modules. (#3105) by UebelAndre · 4 weeks ago
  48. bbbf343 Ignore .bazel symlinks as well as bazel- symlinks (#3103) by Daniel Wagner-Hall · 5 weeks ago
  49. f42004c Added `rust_prost_transform` rule for modifying granular proto_library (#3083) by UebelAndre · 5 weeks ago
  50. ba49599 Remove unnecessary external dependencies (#3088) by UebelAndre · 5 weeks ago
  51. 1352e43 Added global setting for `cargo_build_script.use_default_shell_env` (#3065) by UebelAndre · 5 weeks ago
  52. ca827dd Use `abs` from utils instead of the global (#3075) by Claudio Bley · 5 weeks ago
  53. b300949 Added bzlmod support to `test/no_std` (#3091) by UebelAndre · 5 weeks ago
  54. d8a660c Forward clippy, rustfmt, and rust-analyzer through wasm_bindgen (#3094) by UebelAndre · 5 weeks ago
  55. eccf91a Use rules_shell instead of built-in rules (#3096) by Jeremy Nimmer · 5 weeks ago
  56. 9cdb86c Added `out_name` attribute to `rust_wasm_bindgen`. (#3086) by UebelAndre · 5 weeks ago
  57. 7743935 Disable bindgen tests in BCR on windows to match normal CI (#3084) by UebelAndre · 5 weeks ago 0.55.6
  58. c77ab04 Fix BCR presubmit pipeline (#3082) by UebelAndre · 5 weeks ago 0.55.5
  59. 473caac Add support for inhibiting clippy and rustfmt aspect actions (#3080) by UebelAndre · 5 weeks ago
  60. 5c795e5 prost: Add a few more output groups (#3081) by Daniel Wagner-Hall · 5 weeks ago
  61. ac7e98e Fix release workflow (#3079) by UebelAndre · 5 weeks ago 0.55.4
  62. 4e0d0ab Quote environ when injecting into crates vendor wrapper (#3078) by Ryan Brewster · 5 weeks ago
  63. dcf0a57 Fix shell commands in bcr testing (#3070) by UebelAndre · 5 weeks ago
  64. bd37938 Pin Bazel version to 7.4.1 (#3076) by UebelAndre · 5 weeks ago
  65. c07cb1b Fix module path for bcr testing (#3069) by UebelAndre · 5 weeks ago 0.55.3
  66. cdccb48 Release 0.55.2 (#3058) by UebelAndre · 5 weeks ago 0.55.2
  67. da584a3 Fix moduleRoots indentation for BCR publishing (#3066) by Derek Cormier · 5 weeks ago
  68. 2a5d883 Ignore dangling symlinks when discovering workspaces (#3064) by Daniel Wagner-Hall · 5 weeks ago
  69. d58a8e7 cargo: Allow disabling the `default_shell_env` for build scripts (#3020) by Parker Timmerman · 5 weeks ago
  70. 5eed46d Fix release notes generation for extensions (#3062) by UebelAndre · 6 weeks ago
  71. e80b0dc Release 0.55.1 (#3051) by UebelAndre · 6 weeks ago 0.55.1
  72. 456788d Added test to ensure extension rules pin the right rules_rust version (#3052) by UebelAndre · 6 weeks ago
  73. a33f901 Added missing CI for prost (#3053) by UebelAndre · 6 weeks ago
  74. 405a8a6 Revert "Run CI without building runfiles links" (#3054) by UebelAndre · 6 weeks ago
  75. b6ee4f9 Fix missing bzlmod extensions (#3050) by UebelAndre · 6 weeks ago 0.55.0
  76. b27bf62 Run CI without building runfiles links (#2340) by UebelAndre · 6 weeks ago
  77. adea1d5 Fix release workflow on macos (#3049) by UebelAndre · 6 weeks ago
  78. 1d02f10 Release 0.55.0 (#3042) by UebelAndre · 6 weeks ago
  79. 668c964 crate_universe Release 0.16.0 (#3047) by UebelAndre · 6 weeks ago
  80. caa8683 Added additional formatters to CI (#3048) by UebelAndre · 6 weeks ago
  81. eb08a35 Revert "Pin to Bazel 7.3.2" (#2998) by UebelAndre · 6 weeks ago
  82. 591062f Bumped various crate_universe dependencies (#3046) by UebelAndre · 6 weeks ago
  83. 72556e5 Improve workspace discovery logic (#3030) by Daniel Wagner-Hall · 6 weeks ago
  84. 94f3a8e Remove accidental double backticks (#3044) by Daniel Wagner-Hall · 6 weeks ago
  85. 443b089 rust_analyzer: don't build a tree of RustAnalyzerInfos (#3028) by Sam McCall · 6 weeks ago
  86. 6cfd508 Regenerated crate_universe outputs. (#3043) by UebelAndre · 6 weeks ago
  87. 7edda6f External path dependencies work (#3025) by Daniel Wagner-Hall · 6 weeks ago
  88. 1374678 Allow rust_wasm_bindgen rules to re-expose rust-analyzer providers (#3035) by UebelAndre · 6 weeks ago
  89. a7aba2d Added bzlmod support to all extension rules. (#3037) by UebelAndre · 6 weeks ago
  90. 8e962a1 Added support for compact windows repository names, avoiding MAX_PATH (#3023) by UebelAndre · 6 weeks ago
  91. d9e6084 Shorten wasm_bindgen dependency repo prefix (#3036) by UebelAndre · 6 weeks ago
  92. 69ddb09 Added bzlmod support to core rules_rust (#3034) by UebelAndre · 6 weeks ago
  93. a702adf Pass HOME env var when fetching version (#2698) by Milan Vukov · 6 weeks ago
  94. c3d71ed Migrate all settings labels from aliases to using settings package (#3032) by UebelAndre · 6 weeks ago
  95. ec0cb7e Added Rust 1.83.0 (#3029) by UebelAndre · 6 weeks ago
  96. 74f164b rust_analyzer: make all paths in rust-project.json absolute (#3033) by Sam McCall · 6 weeks ago
  97. ba6af15 Drop references to `wasm-wasi` (#3027) by UebelAndre · 7 weeks ago
  98. b48815d Update cross_rs (#3026) by UebelAndre · 7 weeks ago
  99. 4e54d34 Moved cargo_build_script test into appropriate dir. (#3024) by UebelAndre · 7 weeks ago
  100. 43e5279 Bump various dependencies (#3002) by UebelAndre · 7 weeks ago