| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Merge from rustc | The Miri Cronjob Bot | -14625/+30135 |
| 2024-04-16 | Move size assertions for `mir::syntax` types into the same file | Zalathar | -2/+1 |
| 2024-04-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-15 | Simplify `calc_default_binding_mode` | Jules Bertholet | -2/+1 |
| 2024-04-15 | Address review comments | Jules Bertholet | -5/+7 |
| 2024-04-15 | Ensure inherited reference is never set to `&mut` behind an `&` | Jules Bertholet | -63/+120 |
| 2024-04-15 | Support `let &mut x = &&mut 0;` | Jules Bertholet | -10/+60 |
| 2024-04-15 | Properly downgrade inherited mutability | Jules Bertholet | -3/+77 |
| 2024-04-15 | Match ergonomics 2024: Implement eat-one-layer | Jules Bertholet | -51/+472 |
| 2024-04-15 | Fix tests | Jules Bertholet | -4/+5 |
| 2024-04-15 | Mark gate as incomplete | Jules Bertholet | -1/+1 |
| 2024-04-15 | Rename feature gate | Jules Bertholet | -16/+16 |
| 2024-04-15 | Fix typo | Jules Bertholet | -1/+1 |
| 2024-04-15 | Temporarily remove future compatibility label from migration lint | Jules Bertholet | -10/+5 |
| 2024-04-15 | Migration lint | Jules Bertholet | -0/+108 |
| 2024-04-15 | Match ergonomics 2024: `mut` doesn't reset binding mode | Jules Bertholet | -4/+121 |
| 2024-04-15 | Make suggest_deref_closure_return more idiomatic/easier to understand | Michael Goulet | -73/+64 |
| 2024-04-16 | Move `initialize_checked_jobserver`. | Nicholas Nethercote | -13/+20 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+1 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -118/+120 |
| 2024-04-15 | Fix docs for unstable_features lint. | Eric Huss | -1/+0 |
| 2024-04-15 | crash -> test | Michael Goulet | -10/+27 |
| 2024-04-16 | Factor out common code in interface tests. | Nicholas Nethercote | -48/+39 |
| 2024-04-15 | Make array suggestions slightly more accurate | Michael Goulet | -5/+12 |
| 2024-04-15 | Use /* value */ as a placeholder | Michael Goulet | -31/+31 |
| 2024-04-15 | Opaque types have no namespace | Michael Goulet | -2/+2 |
| 2024-04-15 | Delay span bug when Self resolves to DefKind::{Mod,Trait} | Michael Goulet | -0/+58 |
| 2024-04-15 | Make thir_tree and thir_flat into hooks | Michael Goulet | -21/+14 |
| 2024-04-16 | Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmease | bors | -628/+401 |
| 2024-04-15 | redundant ::{self} | Michael Goulet | -3/+3 |
| 2024-04-15 | Do check_coroutine_obligations once per typeck root | Michael Goulet | -99/+118 |
| 2024-04-15 | Rename coroutine_stalled_predicates | Michael Goulet | -8/+8 |
| 2024-04-15 | Add `graph::depth_first_search_as_undirected` | Maybe Waffle | -0/+26 |
| 2024-04-15 | Make `graph::DepthFirstSearch` accept `G` by value | Maybe Waffle | -13/+13 |
| 2024-04-15 | Add an opt-in to store incoming edges in `VecGraph` + some docs | Maybe Waffle | -57/+193 |
| 2024-04-16 | Rollup merge of #123989 - compiler-errors:type-dependent-def-id, r=oli-obk | León Orell Valerian Liehr | -53/+21 |
| 2024-04-16 | Rollup merge of #123984 - rcvalle:rust-triagebot-add-rustc-sanitizers, r=comp... | León Orell Valerian Liehr | -2/+2 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -3/+3 |
| 2024-04-16 | Rollup merge of #123973 - matthiaskrgr:crashs_fix_cmt, r=fmease | León Orell Valerian Liehr | -0/+7 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -44/+52 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -1/+1 |
| 2024-04-16 | Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebank | León Orell Valerian Liehr | -78/+67 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -42/+44 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -409/+208 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -47/+73 |
| 2024-04-15 | Fix clippy | Michael Goulet | -3/+3 |
| 2024-04-15 | Fix clippy | Michael Goulet | -3/+3 |
| 2024-04-15 | Add test | Michael Goulet | -0/+17 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -41/+32 |
| 2024-04-15 | Revert "Auto merge of #17073 - roife:better-inline-preview, r=Veykril" | David Barsky | -70/+47 |