| Age | Commit message (Expand) | Author | Lines |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -1/+7 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -424/+423 |
| 2024-03-20 | Fix bootstrap bump fallout | Mark Rousskov | -2/+2 |
| 2024-03-20 | step cfgs | Mark Rousskov | -10/+1 |
| 2024-03-20 | Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obk | bors | -1/+1 |
| 2024-03-20 | Update to LLVM 18.1.2 | Nikita Popov | -0/+0 |
| 2024-03-20 | run full mono-item collection on all MIRI_BE_RUSTC=target builds | Ralf Jung | -4/+42 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -12/+84 |
| 2024-03-20 | Auto merge of #122753 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-19 | Bump stage0 | Mark Rousskov | -412/+420 |
| 2024-03-19 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -5/+3 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -1/+1 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -1/+1 |
| 2024-03-19 | Added note about LLVM 18 requirement | Adam Gastineau | -1/+1 |
| 2024-03-19 | Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compi... | bors | -1/+0 |
| 2024-03-19 | conditionally ignore fatal diagnostic in the SilentEmitter | Yacin Tmimi | -1/+2 |
| 2024-03-19 | Rollup merge of #122677 - surechen:fix_122415, r=Nadrieril | Matthias Krüger | -1/+0 |
| 2024-03-19 | Rollup merge of #122634 - Enselic:aux-bin, r=oli-obk | Matthias Krüger | -29/+86 |
| 2024-03-19 | compiletest: Add support for `//@ aux-bin: foo.rs` | Martin Nordholts | -20/+71 |
| 2024-03-19 | compiletest: Replace bool with enum AuxType for clarity | Martin Nordholts | -23/+29 |
| 2024-03-19 | compiletest: Fix typos in get_lib_name() comment | Martin Nordholts | -2/+2 |
| 2024-03-19 | Fixed incorrectly named sim target in platform-support.md | Adam Gastineau | -1/+1 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -2/+4 |
| 2024-03-19 | remove duplicate test | Ralf Jung | -5/+0 |
| 2024-03-19 | Merge from rustc | The Miri Cronjob Bot | -2155/+3645 |
| 2024-03-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-19 | Fix incorrect mutable suggestion information for binding in ref pattern. | surechen | -1/+0 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -3/+61 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-18 | Rollup merge of #122700 - esp-rs:remove-old-files, r=workingjubilee | Matthias Krüger | -10/+6 |
| 2024-03-18 | Rollup merge of #122693 - ehuss:rust-css-header, r=GuillaumeGomez | Matthias Krüger | -0/+22 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -6/+0 |
| 2024-03-18 | Remove redundant files, rename base risc32 file | Scott Mabin | -10/+6 |
| 2024-03-18 | Deduplicate `associated_body` and `body_id` | Oli Scherer | -2/+4 |
| 2024-03-18 | Side-step small SVG width divergence by setting min-width | Esteban Küber | -1/+1 |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -4/+2 |
| 2024-03-18 | Fix heading anchors in doc pages. | Eric Huss | -0/+22 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -0/+1 |
| 2024-03-18 | Rollup merge of #122649 - cuviper:min-llvm-17, r=nikic | Matthias Krüger | -81/+15 |
| 2024-03-18 | Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obk | Matthias Krüger | -65/+13 |
| 2024-03-18 | Rollup merge of #122480 - oli-obk:const-eval-span-no-opt, r=RalfJung | Matthias Krüger | -9/+9 |
| 2024-03-18 | Auto merge of #122646 - saethlin:library-frame-pointers, r=onur-ozkan | bors | -0/+4 |
| 2024-03-18 | Prevent opaque types being instantiated twice with different regions within t... | Oli Scherer | -1/+0 |
| 2024-03-18 | Auto merge of #122558 - kjetilkjeka:llvm_bitcode_linker_no_trigger_rebuild, r... | bors | -1/+73 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -9/+9 |
| 2024-03-18 | remove retag_box_to_raw, it is no longer needed | Ralf Jung | -53/+1 |
| 2024-03-18 | add_retag: ensure box-to-raw-ptr casts are preserved for Miri | Ralf Jung | -12/+12 |
| 2024-03-18 | Auto merge of #3387 - RalfJung:bench, r=RalfJung | bors | -3/+4 |