| Age | Commit message (Expand) | Author | Lines |
| 2024-03-20 | Use the more informative generic type inference failure error on method calls... | Oli Scherer | -1/+1 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -11/+11 |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -0/+1 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -11/+2 |
| 2024-03-20 | Fix bootstrap bump fallout | Mark Rousskov | -1/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -10/+1 |
| 2024-03-20 | run full mono-item collection on all MIRI_BE_RUSTC=target builds | Ralf Jung | -4/+42 |
| 2024-03-20 | Auto merge of #122753 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 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-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 | 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 | -2030/+3433 |
| 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 | -1/+1 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -6/+0 |
| 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 | Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obk | Matthias Krüger | -65/+13 |
| 2024-03-18 | Prevent opaque types being instantiated twice with different regions within t... | Oli Scherer | -1/+0 |
| 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 |
| 2024-03-18 | rename 'invalidate' bench to something more clear | Ralf Jung | -2/+3 |
| 2024-03-18 | add exposed-provenance example where we miss UB | Ralf Jung | -0/+26 |
| 2024-03-17 | Move `option_env!` and `env!` tests to the `env-macro` directory | beetrees | -3/+1 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-17 | MIRI tests to confirm it's typed | Scott McMurray | -0/+78 |
| 2024-03-17 | Print a backtrace in const eval if interrupted | Ben Kimock | -15/+11 |
| 2024-03-17 | make 'invalidate' benchmark shorter | Ralf Jung | -1/+1 |
| 2024-03-17 | Auto merge of #122628 - lnicola:sync-from-ra, r=lnicola | bors | -1917/+3374 |
| 2024-03-17 | compiletest: Remove unneeded pub on get_lib_name() | Martin Nordholts | -1/+1 |
| 2024-03-17 | fix Zulip topic for PR-creation message | Ralf Jung | -1/+1 |
| 2024-03-17 | Merge commit '5ecace48f693afaa6adf8cb23086b651db3aec96' into sync-from-ra | Laurențiu Nicola | -1917/+3374 |
| 2024-03-17 | Rollup merge of #122248 - jieyouxu:rmake-sysroot, r=Mark-Simulacrum | Matthias Krüger | -30/+36 |
| 2024-03-17 | Merge from rustc | The Miri Cronjob Bot | -79/+42 |
| 2024-03-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -27/+79 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -46/+13 |
| 2024-03-16 | Note that type param is chosen by caller when suggesting return impl Trait | 许杰友 Jieyou Xu (Joe) | -0/+1 |