| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -8/+50 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -126/+282 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -1/+14 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -6/+4 |
| 2024-09-09 | do `PolyFnSig` -> `FnSig` conversion later | Folkert de Vries | -5/+8 |
| 2024-09-07 | fix ICE in CMSE type validation | Folkert de Vries | -5/+8 |
| 2024-09-03 | Rollup merge of #127692 - veera-sivarajan:bugfix-125139, r=estebank | Matthias Krüger | -23/+55 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -2/+2 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+4 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -3/+3 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir_analysis`. | Nicholas Nethercote | -1/+1 |
| 2024-08-26 | Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmease | Matthias Krüger | -2/+2 |
| 2024-08-25 | Remove redundant flags that can be inferred from the HIR | Michael Goulet | -28/+21 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -2/+2 |
| 2024-08-24 | Rework how we emit errors for unresolved object lifetimes | Michael Goulet | -15/+24 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -13/+16 |
| 2024-08-21 | Rollup merge of #128843 - veera-sivarajan:small-cleanup, r=davidtwco | Matthias Krüger | -3/+2 |
| 2024-08-19 | Suggest `impl Trait` for References to Bare Trait in Function Header | Veera | -23/+55 |
| 2024-08-08 | Remove a Redundant Conditional Check | Veera | -3/+2 |
| 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 |