| Age | Commit message (Expand) | Author | Lines |
| 2024-01-22 | Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr | bors | -74/+106 |
| 2024-01-22 | Auto merge of #120196 - matthiaskrgr:rollup-id2zocf, r=matthiaskrgr | bors | -379/+500 |
| 2024-01-22 | Rollup merge of #120200 - noritada:fix/broken-error-message-link, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #119986 - nnethercote:fix-error-counting, r=compiler-errors,o... | Matthias Krüger | -36/+37 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -37/+68 |
| 2024-01-22 | Auto merge of #120161 - cjgillot:static-pass-name, r=tmiasko | bors | -2/+16 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -29/+30 |
| 2024-01-22 | Count "unused extern" errors as lints rather than normal errors. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Clarify comments about diagnostic count fields. | Nicholas Nethercote | -6/+6 |
| 2024-01-22 | Correct the anchor of an URL in an error message | Noritada Kobayashi | -1/+1 |
| 2024-01-21 | Rollup merge of #120158 - jubnzv:120130-mirdf-exports, r=nnethercote | Matthias Krüger | -3/+5 |
| 2024-01-21 | Rollup merge of #120128 - oli-obk:smir_internal_lift, r=celinval | Matthias Krüger | -376/+495 |
| 2024-01-21 | Rollup merge of #120027 - Nadrieril:remove-ty-copy-bound, r=compiler-errors | Nadrieril | -31/+32 |
| 2024-01-21 | Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiasko | Nadrieril | -107/+155 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -2/+2 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -75/+82 |
| 2024-01-21 | Make MIR pass name a compile-time constant. | Camille GILLOT | -2/+16 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -2/+2 |
| 2024-01-20 | Add a warning comment | Georgiy Komarov | -0/+2 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -21/+7 |
| 2024-01-20 | rustc_mir_dataflow: Add exports for external tools | Georgiy Komarov | -3/+3 |
| 2024-01-20 | Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillot | bors | -6/+8 |
| 2024-01-20 | Remove Ty: Copy bound | Nadrieril | -31/+32 |
| 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 |