| Age | Commit message (Expand) | Author | Lines |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -75/+82 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -21/+7 |
| 2024-01-20 | Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillot | bors | -6/+8 |
| 2024-01-20 | Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillot | bors | -64/+8 |
| 2024-01-20 | Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system | John Kåre Alsaker | -6/+8 |
| 2024-01-20 | Auto merge of #120003 - Mark-Simulacrum:opt-promoted, r=davidtwco | bors | -30/+87 |
| 2024-01-20 | Rollup merge of #120155 - compiler-errors:no-erased-when-promoting, r=aliemjay | Matthias Krüger | -5/+9 |
| 2024-01-20 | Rollup merge of #120148 - trevyn:issue-117965, r=cjgillot | Matthias Krüger | -1/+2 |
| 2024-01-20 | Rollup merge of #120135 - oli-obk:smir_private, r=celinval | Matthias Krüger | -2/+2 |
| 2024-01-20 | Rollup merge of #119752 - estebank:ice-ice, r=fmease | Matthias Krüger | -11/+21 |
| 2024-01-20 | Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr | Matthias Krüger | -64/+121 |
| 2024-01-20 | Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser | Matthias Krüger | -3/+18 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -31/+11 |
| 2024-01-20 | Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgr | bors | -79/+177 |
| 2024-01-20 | Don't use ReErased to detect type test promotion failed | Michael Goulet | -5/+9 |
| 2024-01-19 | perf: Don't track specific live points for promoteds | Mark Rousskov | -30/+87 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -92/+110 |
| 2024-01-19 | Account for traits using self-trait by name without `dyn` | Esteban Küber | -8/+16 |
| 2024-01-19 | Avoid ICE: Check diagnostic is error before downgrading | Esteban Küber | -3/+5 |
| 2024-01-20 | Don't delete any lifetimes with bounds | trevyn | -1/+2 |
| 2024-01-19 | Split remaining offset_of features into new tracking issues | George Bateman | -3/+3 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -2/+17 |
| 2024-01-19 | Rollup merge of #120134 - oli-obk:newtype_index_private_field, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2024-01-19 | Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errors | Matthias Krüger | -7/+90 |
| 2024-01-19 | Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errors | Matthias Krüger | -2/+32 |
| 2024-01-19 | Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors | Matthias Krüger | -51/+30 |
| 2024-01-19 | Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b... | Matthias Krüger | -10/+17 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -1/+0 |
| 2024-01-19 | Auto merge of #120123 - lcnr:sadboi-compat, r=jackh726 | bors | -2/+10 |
| 2024-01-19 | Make the remaining "private" fields actually private | Oli Scherer | -2/+2 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -31/+59 |
| 2024-01-19 | Restrict access to the private field of newtype indexes | Oli Scherer | -8/+8 |
| 2024-01-19 | Add trait obligation tracking to FulfillCtxt and expose FnCtxt in rustc_infer... | Gavin Gray | -64/+121 |
| 2024-01-19 | use implied bounds compat mode in MIR borrowck | lcnr | -2/+10 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -31/+11 |
| 2024-01-19 | Update more data layouts | Nikita Popov | -7/+7 |
| 2024-01-19 | LLVM 18 x86 data layout update | Matthew Maurer | -85/+103 |
| 2024-01-19 | Suggest .swap() instead of mem::swap() in more cases | sjwang05 | -7/+92 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -205/+422 |
| 2024-01-19 | Rollup merge of #120118 - kapilsinha:patch-1, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -8/+10 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -20/+46 |
| 2024-01-19 | Auto merge of #120069 - Mark-Simulacrum:fast-memcpy, r=oli-obk | bors | -12/+19 |
| 2024-01-19 | Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillot | bors | -6/+28 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -146/+48 |
| 2024-01-18 | Fix typo in documentation in base.rs | kapilsinha | -3/+3 |
| 2024-01-18 | Typecheck never patterns | Nadrieril | -2/+32 |
| 2024-01-18 | Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-01-18 | Rollup merge of #120037 - compiler-errors:remove-next-root-var-helper, r=lcnr | Matthias Krüger | -6/+2 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -177/+286 |