| Age | Commit message (Expand) | Author | Lines |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -5/+5 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -12/+23 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -12/+23 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -11/+3 |
| 2024-08-10 | Auto merge of #128746 - compiler-errors:cache-super-outlives, r=lcnr | bors | -0/+22 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -0/+2 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -11/+3 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -5/+5 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -1/+1 |
| 2024-08-07 | Rollup merge of #128424 - fee1-dead-contrib:fx-clean, r=oli-obk | Guillaume Gomez | -26/+0 |
| 2024-08-06 | Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco | Matthias Krüger | -14/+27 |
| 2024-08-06 | Cache supertrait outlives of impl header for soundness check | Michael Goulet | -0/+22 |
| 2024-08-06 | Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr | bors | -32/+74 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-07-31 | Delegation: second attempt to improve perf | Bryanskiy | -15/+21 |
| 2024-07-31 | minor `effects` cleanups | Deadbeef | -26/+0 |
| 2024-07-30 | Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov | bors | -90/+286 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+2 |
| 2024-07-29 | Fix ICE Caused by Incorrectly Delaying E0107 | Veera | -14/+27 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -90/+286 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -5/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -189/+198 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+2 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -1/+0 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -14/+29 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -10/+16 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -97/+147 |
| 2024-07-26 | Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler... | Matthias Krüger | -9/+25 |
| 2024-07-25 | use `ErrorGuaranteed` from emit | Folkert | -8/+6 |
| 2024-07-25 | rustfmt | Amanieu d'Antras | -5/+1 |
| 2024-07-25 | Apply suggestions from code review | Folkert de Vries | -3/+3 |
| 2024-07-25 | apply fix suggested by lcnr | Folkert | -46/+78 |
| 2024-07-25 | Tweak type inference for `const` operands in inline asm | Amanieu d'Antras | -4/+20 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -16/+25 |
| 2024-07-25 | Don't record trait aliases as marker traits | Michael Goulet | -5/+9 |
| 2024-07-23 | Suggest full trait ref (with placeholders) on unresolved assoc tys | León Orell Valerian Liehr | -14/+20 |
| 2024-07-23 | Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst... | León Orell Valerian Liehr | -22/+57 |
| 2024-07-23 | HIR ty lowering: Refactor the way the projectee ("QSelf") gets passed to diag... | León Orell Valerian Liehr | -66/+83 |
| 2024-07-23 | Suggesting an available assoc item is always maybe-incorrect | León Orell Valerian Liehr | -14/+6 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -3/+3 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -9/+17 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -5/+3 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -4/+4 |
| 2024-07-22 | Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr | bors | -13/+13 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -11/+9 |
| 2024-07-21 | Make type_var_origin take a vid | Michael Goulet | -2/+4 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -5/+1 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -29/+95 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -5/+1 |