| Age | Commit message (Expand) | Author | Lines |
| 2024-07-01 | Optimize SipHash by reordering compress instructions | mat | -5/+6 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -336/+390 |
| 2024-07-01 | Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler... | bors | -0/+16 |
| 2024-06-30 | Auto merge of #127174 - matthiaskrgr:rollup-q87j6cn, r=matthiaskrgr | bors | -206/+225 |
| 2024-06-30 | Make `feature(effects)` require `-Znext-solver` | Deadbeef | -0/+16 |
| 2024-06-30 | Rollup merge of #127157 - Zalathar:unexpand, r=cjgillot | Matthias Krüger | -66/+68 |
| 2024-06-30 | Rollup merge of #126981 - Zalathar:enums, r=Nadrieril | Matthias Krüger | -52/+150 |
| 2024-06-30 | Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnr | Matthias Krüger | -88/+7 |
| 2024-06-30 | Auto merge of #127162 - bjorn3:sync_cg_clif-2024-06-30, r=bjorn3 | bors | -291/+440 |
| 2024-06-30 | Auto merge of #127156 - matthiaskrgr:rollup-jjfd464, r=matthiaskrgr | bors | -4/+0 |
| 2024-06-30 | Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202... | bjorn3 | -291/+440 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -45/+53 |
| 2024-06-30 | coverage: Avoid getting extra unexpansion info when we don't need it | Zalathar | -16/+21 |
| 2024-06-30 | Replace a magic boolean with enum `ScheduleDrops` | Zalathar | -18/+56 |
| 2024-06-30 | Replace a magic boolean with enum `EmitStorageLive` | Zalathar | -19/+32 |
| 2024-06-30 | Replace a magic boolean with enum `DeclareLetBindings` | Zalathar | -17/+64 |
| 2024-06-30 | Rollup merge of #127131 - Kobzol:remove-unused-deps, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-06-30 | coverage: Move span unexpansion into its own submodule | Zalathar | -62/+59 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -201/+233 |
| 2024-06-29 | Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu | Matthias Krüger | -3/+11 |
| 2024-06-29 | Rollup merge of #127114 - linyihai:issue-126863, r=Nadrieril | Matthias Krüger | -9/+44 |
| 2024-06-29 | Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errors | Matthias Krüger | -1/+18 |
| 2024-06-29 | Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics... | Matthias Krüger | -9/+22 |
| 2024-06-29 | Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errors | Matthias Krüger | -179/+138 |
| 2024-06-29 | Remove unused compiler dependencies | Jakub Beránek | -4/+0 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -210/+734 |
| 2024-06-29 | Avoid suggesting to add unsafe when the extern block is already unsafe | Santiago Pastorino | -8/+13 |
| 2024-06-29 | fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer | Lin Yihai | -9/+44 |
| 2024-06-29 | Show `used attribute`'s kind for user when find it isn't applied to a `static... | surechen | -3/+11 |
| 2024-06-29 | Move entry point to a method. | Camille GILLOT | -37/+42 |
| 2024-06-29 | Avoid cloning state when possible. | Camille GILLOT | -6/+8 |
| 2024-06-29 | Stop ICEing on impossible predicates. | Camille GILLOT | -2/+3 |
| 2024-06-29 | Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmease | Matthias Krüger | -40/+62 |
| 2024-06-29 | Rollup merge of #127101 - matthiaskrgr:thonk, r=compiler-errors | Matthias Krüger | -5/+0 |
| 2024-06-29 | Rollup merge of #127075 - glaubitz:copy-and-paste-fix, r=SparrowLii | Matthias Krüger | -9/+7 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -93/+67 |
| 2024-06-29 | Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasper | Matthias Krüger | -260/+250 |
| 2024-06-29 | Fix a error suggestion for E0121 when using placeholder _ as return types on ... | surechen | -1/+18 |
| 2024-06-29 | Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr | bors | -19/+46 |
| 2024-06-28 | Add feature diagnostic for unsafe_extern_blocks | Santiago Pastorino | -1/+9 |
| 2024-06-28 | Move binder and polarity parsing into parse_generic_ty_bound | Michael Goulet | -40/+62 |
| 2024-06-29 | remove some amusing but redundant code | Matthias Krüger | -5/+0 |
| 2024-06-28 | Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" | Rémy Rakic | -2/+10 |
| 2024-06-28 | Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwU | Matthias Krüger | -1/+11 |
| 2024-06-28 | Rollup merge of #127032 - tgross35:f16-f128-const-eval-cast, r=oli-obk | Matthias Krüger | -10/+17 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -1/+1 |
| 2024-06-28 | Rollup merge of #124091 - jieyouxu:ast-validation-top-level-docs, r=wesleywiser | Matthias Krüger | -7/+17 |
| 2024-06-28 | address review comments | Deadbeef | -105/+87 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -1/+11 |
| 2024-06-28 | finishing touches, move fixed ICEs to ui tests | Deadbeef | -4/+4 |