| Age | Commit message (Expand) | Author | Lines |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -22/+139 |
| 2023-10-03 | Gate against auto traits pre-expansion | Michael Goulet | -0/+22 |
| 2023-10-03 | Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e... | Matthias Krüger | -0/+27 |
| 2023-10-03 | Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco | Matthias Krüger | -16/+37 |
| 2023-10-03 | non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound | León Orell Valerian Liehr | -0/+27 |
| 2023-10-03 | Rollup merge of #116210 - Raekye:master, r=fee1-dead | Matthias Krüger | -12/+105 |
| 2023-10-03 | Rollup merge of #116158 - compiler-errors:unconstrained-type-var-sugg, r=wesl... | Matthias Krüger | -0/+35 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -43/+43 |
| 2023-10-03 | Address review nits | Michael Goulet | -1/+1 |
| 2023-10-03 | Only reachable traits | Michael Goulet | -2/+14 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -3/+3 |
| 2023-10-03 | Bless tests | Michael Goulet | -7/+40 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+31 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+38 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -31/+31 |
| 2023-10-02 | Don't suggest nonsense suggestions for unconstrained type vars in note_source... | Michael Goulet | -0/+35 |
| 2023-10-02 | Rollup merge of #114454 - Nilstrieb:no-evil-sorting, r=cjgillot | Tyler Mandry | -80/+80 |
| 2023-10-02 | Replace `HashMap` with `IndexMap` in pattern binding resolve | Nilstrieb | -80/+80 |
| 2023-10-02 | Address misc feedback | Chinedu Francis Nwafili | -3/+1 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -1/+2 |
| 2023-10-01 | Auto merge of #116281 - Nadrieril:eager-const-eval, r=cjgillot | bors | -15/+77 |
| 2023-10-01 | Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillot | bors | -0/+33 |
| 2023-09-30 | Validate `~const` trait bounds on associated fns. | Raekye | -12/+105 |
| 2023-10-01 | Evaluate float consts eagerly | Nadrieril | -15/+77 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -19/+129 |
| 2023-09-29 | Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk | Matthias Krüger | -4/+5 |
| 2023-09-29 | Rollup merge of #116030 - RalfJung:abi-compat-test, r=wesleywiser | Matthias Krüger | -10/+173 |
| 2023-09-29 | Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errors | Matthias Krüger | -1/+50 |
| 2023-09-29 | Only trigger refine lint on reachable traits | Michael Goulet | -6/+17 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -27/+0 |
| 2023-09-29 | Add test for rust-lang#114912 | apekros | -0/+33 |
| 2023-09-29 | mark relevant tests as requiring unwinding | Pietro Albini | -2/+4 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -4/+49 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -2/+1 |
| 2023-09-29 | fix(suggestion): insert projection to associated types | bohan | -1/+50 |
| 2023-09-29 | Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-... | Matthias Krüger | -52/+197 |
| 2023-09-29 | Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-dead | Matthias Krüger | -7/+33 |
| 2023-09-29 | Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errors | bors | -53/+218 |
| 2023-09-29 | Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors | bors | -2/+78 |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -3/+9 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -52/+197 |
| 2023-09-28 | On type error of closure call argument, point at earlier calls that affected ... | Esteban Küber | -3/+152 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -91/+44 |
| 2023-09-28 | Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillot | bors | -22/+102 |
| 2023-09-28 | Const stabilize mem::discriminant | David Tolnay | -2/+1 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -23/+33 |
| 2023-09-28 | Remove unnecessary generator-check, which also fixes the issue within async f... | Oli Scherer | -1/+2 |
| 2023-09-28 | Unconditionally run `RevealAll` pass and run it earlier | Oli Scherer | -3/+37 |
| 2023-09-28 | Rollup merge of #116191 - apekros:issue-56098, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2023-09-28 | Fix `noop_method_call` detection for new diagnostic items | Jason Newcomb | -7/+33 |