| Age | Commit message (Expand) | Author | Lines |
| 2024-12-03 | Use correct `hir_id` for array const arg infers | Boxy | -5/+10 |
| 2024-12-02 | Auto merge of #133760 - GuillaumeGomez:rollup-2c1y8c3, r=GuillaumeGomez | bors | -266/+274 |
| 2024-12-02 | Rollup merge of #133757 - jyn514:error-handler, r=compiler-errors | Guillaume Gomez | -0/+6 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -36/+36 |
| 2024-12-02 | Rollup merge of #133749 - lcnr:validator-mir_phase, r=compiler-errors | Guillaume Gomez | -57/+34 |
| 2024-12-02 | Rollup merge of #133603 - dtolnay:precedence, r=lcnr | Guillaume Gomez | -173/+198 |
| 2024-12-02 | Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwU | bors | -6/+11 |
| 2024-12-02 | `impl Default for EarlyDiagCtxt` | jyn | -0/+6 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -25/+32 |
| 2024-12-02 | remove outdated comment | lcnr | -11/+4 |
| 2024-12-02 | mir validator: don't store mir phase | lcnr | -57/+34 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -119/+59 |
| 2024-12-02 | Auto merge of #133566 - lcnr:fast-reject-perf, r=compiler-errors | bors | -17/+53 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -119/+59 |
| 2024-12-01 | Rollup merge of #133446 - Zalathar:querify, r=cjgillot | Jacob Pratt | -105/+106 |
| 2024-12-01 | Rollup merge of #133691 - compiler-errors:let-source, r=lqd | Matthias Krüger | -1/+2 |
| 2024-12-01 | Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebank | Matthias Krüger | -13/+22 |
| 2024-12-01 | Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de... | Matthias Krüger | -71/+192 |
| 2024-12-01 | Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkov | Matthias Krüger | -61/+82 |
| 2024-12-01 | Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgr | bors | -49/+136 |
| 2024-12-01 | Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2024-12-01 | Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-12-01 | Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnr | Matthias Krüger | -11/+20 |
| 2024-12-01 | Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillot | Matthias Krüger | -35/+112 |
| 2024-12-01 | Only error raw lifetime followed by \' in edition 2021+ | Michael Goulet | -2/+21 |
| 2024-12-01 | Revert "Reject raw lifetime followed by \' as well" | Michael Goulet | -11/+1 |
| 2024-12-01 | Pull out expr handling | Michael Goulet | -93/+97 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -21/+119 |
| 2024-12-01 | Disentangle hir node match logic in adjust_fulfillment_errors | Michael Goulet | -46/+65 |
| 2024-12-01 | Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrum | bors | -3/+8 |
| 2024-12-01 | Check let source before suggesting annotation | Michael Goulet | -1/+2 |
| 2024-12-01 | Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnr | bors | -58/+70 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -113/+138 |
| 2024-11-30 | Eliminate precedence arithmetic from rustc_parse | David Tolnay | -17/+26 |
| 2024-11-30 | Eliminate PREC_FORCE_PAREN | David Tolnay | -9/+8 |
| 2024-11-30 | Eliminate precedence arithmetic from rustc_hir_pretty | David Tolnay | -15/+16 |
| 2024-11-30 | Eliminate precedence arithmetic from rustc_ast_pretty | David Tolnay | -25/+16 |
| 2024-12-01 | Fixed typos by changing `happend` to `happened` | HomelikeBrick42 | -3/+3 |
| 2024-11-30 | Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJung | bors | -62/+122 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -119/+59 |
| 2024-11-30 | Add diagnostic item for `std::ops::ControlFlow` | Samuel Tardieu | -0/+1 |
| 2024-11-30 | Rollup merge of #133655 - dtolnay:maybeparen, r=lcnr | Ralf Jung | -52/+104 |
| 2024-11-30 | Rollup merge of #133571 - madsmtm:visionos-support-std, r=Noratrieb | Ralf Jung | -2/+2 |
| 2024-11-30 | Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJung | Ralf Jung | -8/+16 |
| 2024-11-30 | use stores of the correct size to set discriminants | The 8472 | -8/+16 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -11/+59 |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -11/+20 |
| 2024-11-30 | Move refinement check out of compare_impl_item | Michael Goulet | -9/+22 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -58/+57 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -11/+59 |