| Age | Commit message (Expand) | Author | Lines |
| 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-07-31 | minor `effects` cleanups | Deadbeef | -26/+0 |
| 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 | -89/+5 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -47/+53 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -12/+27 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -10/+16 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -14/+23 |
| 2024-07-23 | Suggest full trait ref (with placeholders) on unresolved assoc tys | León Orell Valerian Liehr | -10/+15 |
| 2024-07-23 | Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst... | León Orell Valerian Liehr | -22/+41 |
| 2024-07-23 | HIR ty lowering: Refactor the way the projectee ("QSelf") gets passed to diag... | León Orell Valerian Liehr | -63/+80 |
| 2024-07-23 | Suggesting an available assoc item is always maybe-incorrect | León Orell Valerian Liehr | -11/+1 |
| 2024-07-19 | Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=... | Matthias Krüger | -0/+160 |
| 2024-07-19 | Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 | bors | -6/+60 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -18/+29 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -6/+60 |
| 2024-07-18 | improve error reporting | Folkert | -24/+28 |
| 2024-07-18 | remove cmse validation from rustc_codegen_ssa | Folkert | -5/+1 |
| 2024-07-18 | move CMSE validation to hir_analysis | Folkert | -1/+161 |
| 2024-07-18 | Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2024-07-17 | Remove some unintended changes to imports | Noah Lev | -3/+3 |
| 2024-07-18 | More accurate span for type parameter suggestion | Esteban Küber | -3/+5 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -8/+6 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -7/+9 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -1/+1 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -11/+20 |
| 2024-07-16 | Setup ty::Const functions for `ConstArg` | Noah Lev | -7/+4 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -7/+10 |
| 2024-07-10 | Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmease | Matthias Krüger | -1/+13 |
| 2024-07-09 | E0191 suggestion correction, inserts turbofish without dyn (#91997) | Ashton Hunt | -1/+13 |
| 2024-07-09 | Auto merge of #127358 - oli-obk:taint_itemctxt, r=fmease | bors | -140/+109 |
| 2024-07-09 | Auto merge of #127493 - compiler-errors:crate-level-import, r=lcnr | bors | -3/+3 |
| 2024-07-09 | Remove HirTyLowerer::set_tainted_by_errors, since it is now redundant | Oli Scherer | -50/+18 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -93/+94 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -9/+3 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -3/+3 |
| 2024-07-08 | Remove `structured_errors` module | Oli Scherer | -1/+1 |
| 2024-07-08 | Remove `StructuredDiag` | Oli Scherer | -16/+14 |
| 2024-07-05 | Actually just make can_eq process obligations (almost) everywhere | Michael Goulet | -0/+1 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -9/+3 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -4/+14 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -7/+8 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -0/+3 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -10/+78 |
| 2024-06-12 | E0229: Suggest Moving Type Constraints to Type Parameter Declaration | Veera | -10/+78 |
| 2024-06-12 | Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-it... | Jubilee | -66/+75 |
| 2024-06-05 | Misc fixes (pattern type lowering, cfi, pretty printing) | Boxy | -12/+11 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -34/+22 |