1. 6c5cc32 Move flags passed in `rust_flags` near the end of the rustc invocation. (#4135) by Jorge Gorbe Moya · 2 days ago upstream/main
  2. 5786455 Added Rust 1.97.0 (#4144) by UebelAndre · 5 days ago
  3. dd6729b Add rust-analyzer clippy end-to-end test (#4147) by Alex Conrey · 5 days ago
  4. ed32150 Return repo_metadata from repository rules (#4146) by Keith Smiley · 6 days ago
  5. 7cd42b8 Fix rust-analyzer proc-macro merge for k8-opt-exec paths (#4140) by Martin Kuntz Jacobsen · 7 days ago
  6. 88ab9d0 Add jsonc support for rust-analyzer setup (#4126) by UebelAndre · 7 days ago
  7. 16d0309 Fix rust-analyzer selecting the wrong proc-macro cfg (#4137) by UebelAndre · 7 days ago
  8. 46d67bc Fixes BEP path handling for rust analyzer specs (#4130) by Cameron Mulhern · 8 days ago
  9. dedf053 Fix unresolved `${out_dir}` token in dep env files (#4124) by Bas van Dijk · 10 days ago
  10. 64c826a fix: declare rustfmt aspect action toolchain (#4128) by Keegan Carruthers-Smith · 10 days ago
  11. bd2a8f0 Fix Clippy errors from #4127 (#4129) by Martin Geisler · 10 days ago
  12. 4c2c460 Tolerate partial build failures during rust-analyzer discovery (#4127) by Martin Geisler · 12 days ago
  13. 7fb3e6d rustc: add support for split debuginfo (#4092) by Jorge Gorbe Moya · 12 days ago
  14. 256b6b9 fix: prefix pwd for imacros flag (#4116) by Glenn LeBlanc · 13 days ago
  15. 8f4cba1 add a mnemonic to a cargo dep env action (#4123) by Krasimir Georgiev · 13 days ago
  16. f7f212a Release 0.71.3 (#4119) by UebelAndre · 13 days ago upstream/0.71.3
  17. fc45989 Add path-mapping test for env location expansion (#4120) by UebelAndre · 14 days ago
  18. 227dac1 Added Rust 1.96.1 (#4121) by UebelAndre · 14 days ago
  19. 3e58a1d Disable path mapping when rustc_env has location expansions (#4117) by Xiao Yu · 14 days ago
  20. 155a8af Add cross-platform compatible launcher for rust-analyzer (#4118) by UebelAndre · 14 days ago
  21. 08d7cc6 Release 0.71.2 (#4115) by UebelAndre · 3 weeks ago upstream/0.71.2
  22. aa5da65 Avoid reliance on bazel-bin for rust-analyzer IDE setup (#4112) by UebelAndre · 3 weeks ago
  23. ab2ba84 Restore `crate_universe/extension.bzl` shim with a deprecation warning (#4114) by Régis Desgroppes · 3 weeks ago
  24. dc6c891 Fix publish-to-bcr author (#4108) by UebelAndre · 3 weeks ago upstream/0.71.1
  25. 2f69054 Add `link_deps` crate_universe annotation (#4109) by UebelAndre · 3 weeks ago
  26. cdd9b27 Fix releases (#4107) by Keith Smiley · 3 weeks ago upstream/0.71.0
  27. 4fee593 Release 0.71.0 (#4082) by UebelAndre · 3 weeks ago
  28. f9c0963 Fix bindgen flag merging between clang_flags and cc_common (#4100) by Erik Gilling · 3 weeks ago
  29. 2f83a8f Add more sysroot flags that require prefixing (#4101) by Keith Smiley · 3 weeks ago
  30. eda8f02 Make setup authorative over rust-analyzer paths (#4105) by UebelAndre · 3 weeks ago
  31. 99ad03e Render crates into subpackages (#4093) by UebelAndre · 3 weeks ago
  32. c55282e Add ibazel support to mdbook_server (#4068) by UebelAndre · 3 weeks ago
  33. b62b281 Fix coverage for crates with mixed sources (#4106) by UebelAndre · 3 weeks ago
  34. 39a22fe remove mention of cc_deps from warning message (#4099) by Krasimir Georgiev · 3 weeks ago
  35. 3a95857 Consolidate crate_universe generated `defs.bzl` into `crates.bzl` (#4094) by UebelAndre · 3 weeks ago
  36. 1ce5fb3 Add `discoverConfig` Support for rust-analyzer (#4075) by UebelAndre · 3 weeks ago
  37. 20b9cf9 Suppress noisy build script warnings (#4046) by Paul Draper · 3 weeks ago
  38. a9cec9a Remove C Python headers from pyo3 build actions (#4095) by Alex Trotta · 3 weeks ago
  39. fb01b69 fix(cargo_build_script): expand ${pwd} for execpaths and locations in build_script_env (#4088) by Paul Salaberria · 3 weeks ago
  40. a2113e9 Move rust/toolchain.bzl implementation into rust/private (#4087) by UebelAndre · 4 weeks ago
  41. dad9720 Resolve `<binary>.runfiles_manifest` from argv[0] in `Runfiles::create()` (#4086) by UebelAndre · 4 weeks ago
  42. 6a3e2f9 Fix failing test in rolling bazel version (#4076) by UebelAndre · 4 weeks ago
  43. 2a9037e Add attestation support to releases (#4077) by UebelAndre · 4 weeks ago
  44. 161ce08 Update label_injections to work transitively (#4081) by UebelAndre · 4 weeks ago
  45. 5932417 Added support for rustc self-profiling (#4073) by Vipul Gupta · 4 weeks ago
  46. 97e0d25 Update pyo3 to 0.29.0 (#4085) by Kohei Watanabe · 4 weeks ago
  47. 71bdd24 Support path mapping in Rust Starlark actions (#4063) by Damian Banki · 5 weeks ago
  48. 0d36c00 Fix rust_doc_test linking with native libraries (#4080) by Patrick Scott · 5 weeks ago
  49. 57d165f Add support for build script runfiles (#4066) by UebelAndre · 5 weeks ago
  50. 34ea934 Prefix execroot-relative file arguments with pwd (#4067) by Martin Altenburg · 5 weeks ago
  51. 301d425 Fixes rust-analyzer include_dirs for crates with generated sources (#3840) by Cameron Mulhern · 5 weeks ago
  52. 247703a Add extensions_bindgen_ios task in CI to verify iOS cross-compilation (#4071) by Vaibhav · 5 weeks ago
  53. c4d6c51 Added `label_injection` to crate_universe annotations (#3755) by UebelAndre · 6 weeks ago
  54. bf89fb6 Update crate_universe boringssl with openssl (#4048) by UebelAndre · 6 weeks ago
  55. 129a7c9 Statically link crate_universe for MSVC (#4031) by UebelAndre · 6 weeks ago
  56. 51c5e0f Rename using_cxx test to ext_annotations (#4041) by UebelAndre · 6 weeks ago
  57. 30c0f73 Fix bindgen C++17 transition on Windows (#4069) by UebelAndre · 6 weeks ago
  58. 59a507e Split rustdoc test compilation and execution (#4034) by UebelAndre · 6 weeks ago
  59. 6910b34 Consume cc deps with PIC when rustc emits PIE binaries (#4062) by UebelAndre · 6 weeks ago
  60. fabd0f9 Expose `opt_level` in `rust` extension (#4061) by UebelAndre · 6 weeks ago
  61. 20dbf36 Added Rust 1.96.0 (#4060) by UebelAndre · 6 weeks ago
  62. 0dc66fa feature: introduce link_deps attribute for native library linkage (#4024) by Suyash Agarwal · 6 weeks ago
  63. e13543d Support `--incompatible_exclude_starlark_flags_from_exec_config`. (#4056) by Jorge Gorbe Moya · 6 weeks ago
  64. e0ddf88 Fix incorrect exec transition for cargo_build_script (#4040) by UebelAndre · 7 weeks ago
  65. 179d109 Update CONTRIBUTING.md (#4051) by scentini · 7 weeks ago
  66. 0eca149 Strip whitespace from paths before prefixing ${pwd} (#4054) by Pierre Gergondet · 7 weeks ago
  67. 4bfb5ee Pass --config skip_children=true to rustfmt (#4059) by Martin Gammelsæter · 7 weeks ago
  68. 92621cd Remove placeholder for Google-internal import macro. (#4058) by Jorge Gorbe Moya · 7 weeks ago
  69. 19ce34a Add extra_exec_rustc_flags_triples to toolchain attributes (#3911) by Alex Trotta · 8 weeks ago
  70. a2d98d6 Fix `OUT_DIR` sanitization in `cargo_build_script` (#4050) by UebelAndre · 8 weeks ago
  71. dea48e6 Remove is_proc_macro_dep. (#4052) by Jorge Gorbe Moya · 8 weeks ago
  72. c821113 Update wasm-bindgen to 0.2.121 (#4043) by Thomas Anagrius · 8 weeks ago
  73. 7e46ed6 Always use param files to handle large rustc commands (#4038) by UebelAndre · 9 weeks ago
  74. 9005812 Add test for `mdbook` sources from different places (#4029) by Martin Geisler · 9 weeks ago
  75. d0f2bce Add tests for mdbook plugins (#4028) by Martin Geisler · 9 weeks ago
  76. 2fd7311 mdbook: fix support for external repositories (#4027) by Martin Geisler · 9 weeks ago
  77. d189805 Fix RBE jobs (#4032) by UebelAndre · 9 weeks ago
  78. 25cc5a2 Add issue templates (#4025) by Jorge Gorbe Moya · 10 weeks ago
  79. 175bf94 Add support for `experimental_output_paths` (#4011) by UebelAndre · 10 weeks ago
  80. 72c67cd Handle all `-isystem` variant flags in cargo build script path rewriting (#3996) by Tamás Vajk · 10 weeks ago
  81. cfef262 Added support for additional platform triples (#4010) by UebelAndre · 2 months ago
  82. d2d856d Add additional baremetal platform triples (#4019) by Dave Roth · 2 months ago
  83. cab37b6 Add crate_edition helper macro. (#4018) by Lukas · 2 months ago
  84. 52e3509 Fix ordering of `--remap-path-prefix` flags. (#4008) by Jorge Gorbe Moya · 2 months ago
  85. d7490c8 Fix platform label context in rule transitions (#3997) by Tamás Vajk · 2 months ago
  86. 8e9f73f Fixes behavior of rust_generated_srcs within the rust-analyzer aspect (#3836) by Cameron Mulhern · 2 months ago
  87. c70eb85 feat: Add BPF triple constraint mapping (#3696) by Tamir Duberstein · 2 months ago
  88. 71470d7 Remove WORKSPACE support (#4005) by UebelAndre · 2 months ago
  89. 7b31777 Update rustfmt to work with mixed generated srcs (#3983) by UebelAndre · 3 months ago
  90. d5809d4 Ignore unknown warning flags in bindgen (#4004) by stephenduong1004 · 3 months ago
  91. 02be80c Delete android example (#3954) by UebelAndre · 3 months ago
  92. fd713d5 Move `crate_universe` examples to test dir (#3981) by UebelAndre · 3 months ago
  93. 2f07767 Include `compile_data` targets in `rustc_env` location expansion for `rust_test` (#4000) by Tamás Vajk · 3 months ago
  94. f31db8b Don't leak default_shell_env into published CrateInfo.rustc_env (#3990) by Joseph Gette · 3 months ago
  95. 6d85959 Remove non-deterministic files from OUT_DIR to fix TreeArtifact cache misses (#3973) by James Sharpe · 3 months ago
  96. e890f0d Release 0.70.0 (#3959) by UebelAndre · 3 months ago upstream/0.70.0
  97. 9a137c3 Updated `CrateInfo.data` documentation (#3978) by UebelAndre · 3 months ago
  98. 82506df Add `unstable_rust_features` attribute (#3963) by FabianWolff · 3 months ago
  99. 325e942 Added Rust 1.95.0 (#3971) by UebelAndre · 3 months ago
  100. 25fa202 Delete `//cargo/settings:incompatible_runfiles_cargo_manifest_dir` (#3881) by UebelAndre · 3 months ago