| Age | Commit message (Expand) | Author | Lines |
| 2024-03-26 | Auto merge of #123098 - matthiaskrgr:rollup-39v4rf3, r=matthiaskrgr | bors | -184/+393 |
| 2024-03-26 | Rollup merge of #123091 - Bryanskiy:delegation-fixes, r=petrochenkov | Matthias Krüger | -11/+145 |
| 2024-03-26 | Rollup merge of #123090 - oli-obk:gatify, r=compiler-errors | Matthias Krüger | -102/+57 |
| 2024-03-26 | Rollup merge of #123086 - ding-young:fix-ref-to-BufWriter, r=the8472 | Matthias Krüger | -1/+1 |
| 2024-03-26 | Rollup merge of #123070 - kpreid:patch-1, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-03-26 | Rollup merge of #123069 - clubby789:un-often-cargo-update, r=Kobzol | Matthias Krüger | -12/+7 |
| 2024-03-26 | Rollup merge of #123067 - Nadrieril:always-simplify-or, r=oli-obk | Matthias Krüger | -29/+28 |
| 2024-03-26 | Rollup merge of #123066 - maurer:cfi-erased-lifetime-ice, r=compiler-errors | Matthias Krüger | -3/+46 |
| 2024-03-26 | Rollup merge of #123047 - ehuss:triagebot-edition-2024, r=fmease | Matthias Krüger | -1/+9 |
| 2024-03-26 | Rollup merge of #122996 - RalfJung:simplify_branches, r=cjgillot | Matthias Krüger | -0/+1 |
| 2024-03-26 | Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkov | Matthias Krüger | -25/+98 |
| 2024-03-26 | Revert `cargo update` changes | clubby789 | -12/+7 |
| 2024-03-26 | Auto merge of #122939 - joboet:proc_macro_bridge_state, r=petrochenkov | bors | -135/+61 |
| 2024-03-26 | Remove `CacheSelector` trait now that we can use GATs | Oli Scherer | -102/+57 |
| 2024-03-26 | Delegation: fix ICE on wrong `self` resolution | Bryanskiy | -11/+145 |
| 2024-03-26 | Auto merge of #121387 - oli-obk:eager_const_failures_regression, r=lcnr | bors | -2/+22 |
| 2024-03-26 | Fix link to BufWriter | ding-young | -1/+1 |
| 2024-03-26 | Auto merge of #123081 - Muscraft:update-cargo, r=Muscraft,workingjubilee | bors | -0/+0 |
| 2024-03-26 | Auto merge of #122849 - clubby789:no-metadata, r=petrochenkov | bors | -9/+20 |
| 2024-03-26 | Update cargo | Scott Schafer | -0/+0 |
| 2024-03-26 | Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubilee | bors | -217/+634 |
| 2024-03-25 | Add my former address to .mailmap | Kevin Reid | -0/+1 |
| 2024-03-25 | triagebot: Add notification of 2024 issues | Eric Huss | -1/+9 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -18/+56 |
| 2024-03-25 | Consistently merge simplifiable or-patterns | Nadrieril | -20/+13 |
| 2024-03-25 | CFI: Pad out associated type resolution with erased lifetimes | Matthew Maurer | -3/+46 |
| 2024-03-25 | Use the correct span for simplifying or-patterns | Nadrieril | -9/+15 |
| 2024-03-25 | Rollup merge of #123051 - matthiaskrgr:casetest, r=workingjubilee | Jubilee | -0/+316 |
| 2024-03-25 | Rollup merge of #123044 - compiler-errors:instance, r=oli-obk | Jubilee | -38/+38 |
| 2024-03-25 | Rollup merge of #123042 - dpaoliello:prelude, r=Nilstrieb | Jubilee | -23/+7 |
| 2024-03-25 | Rollup merge of #123039 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2024-03-25 | Rollup merge of #122950 - ShoyuVanilla:issue-101903, r=compiler-errors | Jubilee | -0/+68 |
| 2024-03-25 | Rollup merge of #122923 - kpreid:print-async-def, r=compiler-errors | Jubilee | -131/+139 |
| 2024-03-25 | Rollup merge of #122896 - dpaoliello:stdarch, r=Amanieu | Jubilee | -0/+1 |
| 2024-03-25 | Rollup merge of #122892 - lovesegfault:versioned-vendor, r=onur-ozkan | Jubilee | -0/+1 |
| 2024-03-25 | Rollup merge of #122769 - RalfJung:reachable, r=tmiasko | Jubilee | -24/+63 |
| 2024-03-25 | Rollup merge of #122707 - reedwoodruff:string_docs_typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-25 | Auto merge of #123040 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -23/+7 |
| 2024-03-25 | add test for ICE: failed to get layout for [type error] #92979 | Matthias Krüger | -0/+94 |
| 2024-03-25 | add test for ICE Where clause `Binder(..)` was applicable to `Obligation(..)`... | Matthias Krüger | -0/+85 |
| 2024-03-25 | add test for Compiler panic using fn_traits #81974 | Matthias Krüger | -0/+137 |
| 2024-03-25 | extend doc comment for reachability set computation | Ralf Jung | -24/+63 |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -9/+20 |
| 2024-03-25 | Auto merge of #123041 - RalfJung:miri, r=RalfJung | bors | -27/+141 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -38/+38 |
| 2024-03-25 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-25 | Update books | rustbot | -0/+0 |
| 2024-03-25 | Auto merge of #3414 - RalfJung:rustup, r=RalfJung | bors | -747/+1783 |
| 2024-03-25 | support '--sysroot=' form of setting the sysroot as well | Ralf Jung | -1/+1 |