1. a2df978 Release 0.74.0 (#4245) by UebelAndre · 2 days ago upstream/main upstream/0.74.0
  2. 6a80a5d Fix custom build script override key names (#4226) by alivenets · 2 days ago
  3. fcae471 Remap the exec root out of build script rustflags (#4202) by Chris Wood · 2 days ago
  4. 979dea2 flycheck: Fix label for source file (#4238) by Tyler Breisacher · 2 days ago
  5. 7f9fefc Reduce size of cargo-bazel-lock.json (#4133) by UebelAndre · 2 days ago
  6. 9ec97bd Fix broken links to rust-analyzer docs (#4190) by Tyler Breisacher · 2 days ago
  7. 7e06192 rust_bindgen_library: forward more attributes (#4246) by Maximilian Hils · 2 days ago
  8. 1e9b228 Fix clang-cl paths in Cargo build script flags (#4247) by Corentin Kerisit · 2 days ago
  9. 85f7bd2 Fix rust-analyzer helix config (#4199) by UebelAndre · 2 days ago
  10. a18fffa Don't delete CARGO_MANIFEST_DIR entries that shadow execroot entries (#4236) by Michael Hackner · 2 days ago
  11. 9c9204e fix external crate paths for gen_rust_project (#4200) by beef · 2 days ago
  12. 9e8445f Added Rust 1.98.0 (#4244) by UebelAndre · 2 days ago
  13. 3550136 Derive `dlltool` path from the linker for Windows-GNU builds (#4206) by Régis Desgroppes · 3 days ago
  14. a4eb36a Add additional tests for aliases attribute (#4242) by UebelAndre · 3 days ago
  15. 21efd84 Support `root_path` attribute in `cargo_build_script` (#4243) by Krasimir Georgiev · 3 days ago
  16. 9290bb7 Support passing args to rustfmt (#4241) by UebelAndre · 3 days ago
  17. a113357 use crate_info.owner for linker inputs, if available (#4177) by Krasimir Georgiev · 4 days ago
  18. 25963d4 Fix aliased crate handling in aliases attribute (#3693) by Xiaoyi · 5 days ago
  19. 61786d5 Add support for Rust ABI dynamic libraries (#4179) by Jonathan Bunton · 5 days ago
  20. f5dff0d Ignore existing buildifier configs for crate_universe vendoring (#4205) by UebelAndre · 5 days ago
  21. 7c229c2 fix: prefix pwd for compiler response file paths (#4216) by Kirill Timofeev · 6 days ago
  22. 091903b [crate_universe] Implemented logic for having splicer follow .bazelignore (#4219) by Ricardo Delfin · 6 days ago
  23. fbb2779 Add RISC-V Linux host toolchain support (#4237) by Xeonacid · 6 days ago
  24. d210177 Updated granularity of docs summary (#4195) by UebelAndre · 6 days ago
  25. e22086c Preserve native final-link requirements through rust_static_library (#4232) by Corentin Kerisit · 11 days ago
  26. ed7afd2 fix(rustdoc): link doc tests against the cc_toolchain's runtime libs (#4220) by Marvin Hansen · 11 days ago
  27. df8c833 Fix rust_bindgen's clang include path and dep wiring (#4218) by Austin Schuh · 11 days ago
  28. ca5c131 Fix Windows GNU staticlib output naming (#4231) by Corentin Kerisit · 2 weeks ago
  29. a8b5fd3 Upgrade `cargo-lock` from v10 to v11 (#4228) by Jordan · 2 weeks ago
  30. bb4e9e8 Fixes lockfile checksum for non-root repo (#3866) by Takeshi Yoneda · 3 weeks ago
  31. 226c488 Include link_deps in Rust runfiles (#4204) by Finn Ball · 4 weeks ago
  32. b0076d5 Check for nightly toolchain when enabling split debug info. (#4186) by Jorge Gorbe Moya · 4 weeks ago
  33. 4e0d17a Fix release notes (#4174) by UebelAndre · 4 weeks ago
  34. 60231db Release 0.73.0 (#4187) by Finn Ball · 4 weeks ago upstream/0.73.0
  35. d7c7117 Add build_script_env_files crate annotation (#4166) by Finn Ball · 4 weeks ago
  36. ea0592c Set `toolchain` parameter to `toolchain_type` instead of `None` (#4185) by FabianWolff · 4 weeks ago
  37. 02749ca fix(crate_universe): pass OUTPUT_BASE as --output_base startup flag to bazel info (#4183) by Georges Farah · 4 weeks ago
  38. d6e7cc3 Stabilizes per_crate_rustc_flag (#4182) by Cameron Mulhern · 4 weeks ago
  39. b88f87a fix(crate_universe): fix OUTPUT_BASE env var value format in crates_vendor (#4102) by Georges Farah · 4 weeks ago
  40. 8bad538 release: remove WORKSPACE snippets from release notes template (#4180) by Georges Farah · 4 weeks ago
  41. 48b4291 Release 0.72.0 (#4171) by UebelAndre · 5 weeks ago upstream/0.72.0
  42. 6da7aa0 crate_universe: move build-script dep to extra_deps (#4090) by Xiaoyi · 5 weeks ago
  43. 618c091 Respect `--instrumentation_filer` for Rust coverage (#4173) by UebelAndre · 5 weeks ago
  44. a0633ba Avoid force excluding `bazel-*` in vscode (#4169) by UebelAndre · 5 weeks ago
  45. 4a67cca Propagate wasm runfiles (#4168) by UebelAndre · 5 weeks ago
  46. e468ae2 Fix crate_universe deps interface (#4134) by UebelAndre · 5 weeks ago
  47. 8ad225a Add `RunfilesBuilder` to runfiles (#4170) by UebelAndre · 5 weeks ago
  48. 6503de2 Handle PIC/NOPIC correctly in establish_cc_info (#4131) by Jakob Koschel · 5 weeks ago
  49. 5f04c8c Add `cargo_build_script.use_cc_toolchain` (#4161) by UebelAndre · 5 weeks ago
  50. 0c5c01d deprecate force_all_deps_direct in favor of extra_named_deps (#4160) by Krasimir Georgiev · 5 weeks ago
  51. e65f64b add a docstring for _get_crate_root_path (no functional changes intended) (#4162) by Krasimir Georgiev · 6 weeks ago
  52. 9c1dcbb Fix NoneType error in rustdoc (#4159) by UebelAndre · 6 weeks ago
  53. a700d1a Add `root_path` attribute for directory crate roots (#4142) by Krasimir Georgiev · 6 weeks ago
  54. 7a7ea1c Reexport output groups for rustfmt and clippy tests (#4158) by Alex Conrey · 6 weeks ago
  55. eaad03d Point CARGO_MANIFEST_DIR to transformed sources dir (#4154) by Synchronization Acknowledgement · 6 weeks ago
  56. c49e0bb Added Rust 1.97.1 (#4155) by UebelAndre · 6 weeks ago
  57. 9e9c4ec Add lint test rules for transitive targets (#4156) by Alex Conrey · 6 weeks ago
  58. 6c5cc32 Move flags passed in `rust_flags` near the end of the rustc invocation. (#4135) by Jorge Gorbe Moya · 7 weeks ago
  59. 5786455 Added Rust 1.97.0 (#4144) by UebelAndre · 7 weeks ago
  60. dd6729b Add rust-analyzer clippy end-to-end test (#4147) by Alex Conrey · 7 weeks ago
  61. ed32150 Return repo_metadata from repository rules (#4146) by Keith Smiley · 7 weeks ago
  62. 7cd42b8 Fix rust-analyzer proc-macro merge for k8-opt-exec paths (#4140) by Martin Kuntz Jacobsen · 8 weeks ago
  63. 88ab9d0 Add jsonc support for rust-analyzer setup (#4126) by UebelAndre · 8 weeks ago
  64. 16d0309 Fix rust-analyzer selecting the wrong proc-macro cfg (#4137) by UebelAndre · 8 weeks ago
  65. 46d67bc Fixes BEP path handling for rust analyzer specs (#4130) by Cameron Mulhern · 8 weeks ago
  66. dedf053 Fix unresolved `${out_dir}` token in dep env files (#4124) by Bas van Dijk · 8 weeks ago
  67. 64c826a fix: declare rustfmt aspect action toolchain (#4128) by Keegan Carruthers-Smith · 8 weeks ago
  68. bd2a8f0 Fix Clippy errors from #4127 (#4129) by Martin Geisler · 8 weeks ago
  69. 4c2c460 Tolerate partial build failures during rust-analyzer discovery (#4127) by Martin Geisler · 8 weeks ago
  70. 7fb3e6d rustc: add support for split debuginfo (#4092) by Jorge Gorbe Moya · 8 weeks ago
  71. 256b6b9 fix: prefix pwd for imacros flag (#4116) by Glenn LeBlanc · 8 weeks ago
  72. 8f4cba1 add a mnemonic to a cargo dep env action (#4123) by Krasimir Georgiev · 8 weeks ago
  73. f7f212a Release 0.71.3 (#4119) by UebelAndre · 9 weeks ago upstream/0.71.3
  74. fc45989 Add path-mapping test for env location expansion (#4120) by UebelAndre · 9 weeks ago
  75. 227dac1 Added Rust 1.96.1 (#4121) by UebelAndre · 9 weeks ago
  76. 3e58a1d Disable path mapping when rustc_env has location expansions (#4117) by Xiao Yu · 9 weeks ago
  77. 155a8af Add cross-platform compatible launcher for rust-analyzer (#4118) by UebelAndre · 9 weeks ago
  78. 08d7cc6 Release 0.71.2 (#4115) by UebelAndre · 9 weeks ago upstream/0.71.2
  79. aa5da65 Avoid reliance on bazel-bin for rust-analyzer IDE setup (#4112) by UebelAndre · 9 weeks ago
  80. ab2ba84 Restore `crate_universe/extension.bzl` shim with a deprecation warning (#4114) by Régis Desgroppes · 9 weeks ago
  81. dc6c891 Fix publish-to-bcr author (#4108) by UebelAndre · 9 weeks ago upstream/0.71.1
  82. 2f69054 Add `link_deps` crate_universe annotation (#4109) by UebelAndre · 9 weeks ago
  83. cdd9b27 Fix releases (#4107) by Keith Smiley · 9 weeks ago upstream/0.71.0
  84. 4fee593 Release 0.71.0 (#4082) by UebelAndre · 9 weeks ago
  85. f9c0963 Fix bindgen flag merging between clang_flags and cc_common (#4100) by Erik Gilling · 9 weeks ago
  86. 2f83a8f Add more sysroot flags that require prefixing (#4101) by Keith Smiley · 9 weeks ago
  87. eda8f02 Make setup authorative over rust-analyzer paths (#4105) by UebelAndre · 9 weeks ago
  88. 99ad03e Render crates into subpackages (#4093) by UebelAndre · 9 weeks ago
  89. c55282e Add ibazel support to mdbook_server (#4068) by UebelAndre · 9 weeks ago
  90. b62b281 Fix coverage for crates with mixed sources (#4106) by UebelAndre · 9 weeks ago
  91. 39a22fe remove mention of cc_deps from warning message (#4099) by Krasimir Georgiev · 10 weeks ago
  92. 3a95857 Consolidate crate_universe generated `defs.bzl` into `crates.bzl` (#4094) by UebelAndre · 10 weeks ago
  93. 1ce5fb3 Add `discoverConfig` Support for rust-analyzer (#4075) by UebelAndre · 10 weeks ago
  94. 20b9cf9 Suppress noisy build script warnings (#4046) by Paul Draper · 10 weeks ago
  95. a9cec9a Remove C Python headers from pyo3 build actions (#4095) by Alex Trotta · 10 weeks ago
  96. fb01b69 fix(cargo_build_script): expand ${pwd} for execpaths and locations in build_script_env (#4088) by Paul Salaberria · 10 weeks ago
  97. a2113e9 Move rust/toolchain.bzl implementation into rust/private (#4087) by UebelAndre · 2 months ago
  98. dad9720 Resolve `<binary>.runfiles_manifest` from argv[0] in `Runfiles::create()` (#4086) by UebelAndre · 2 months ago
  99. 6a3e2f9 Fix failing test in rolling bazel version (#4076) by UebelAndre · 3 months ago
  100. 2a9037e Add attestation support to releases (#4077) by UebelAndre · 3 months ago