| Age | Commit message (Expand) | Author | Lines |
| 2024-09-25 | Add a few more tests, comments | Michael Goulet | -0/+6 |
| 2024-09-25 | Pull out into helper function | Michael Goulet | -99/+112 |
| 2024-09-25 | Collect relevant item bounds from trait clauses for nested rigid projections,... | Michael Goulet | -10/+216 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -16/+16 |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -10/+76 |
| 2024-09-21 | Assert that explicit_super_predicates_of and explicit_item_bounds truly only ... | Michael Goulet | -10/+76 |
| 2024-09-21 | More tests and tweak comments | Michael Goulet | -4/+15 |
| 2024-09-20 | Resolve self type alias in impl for RTN | Michael Goulet | -1/+25 |
| 2024-09-20 | Add missing diagnostics and flesh out tests | Michael Goulet | -4/+5 |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -8/+40 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -6/+116 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -2/+2 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -6/+4 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -2/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -16/+14 |
| 2024-09-09 | Helper function for formatting with `LifetimeSuggestionPosition` | Pavel Grigorenko | -17/+1 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -20/+12 |
| 2024-09-05 | Delegation: support generics in associated delegation items | Bryanskiy | -20/+12 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+6 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+6 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -31/+30 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -4/+21 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir_analysis`. | Nicholas Nethercote | -2/+2 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -4/+21 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -14/+13 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -1/+1 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -5/+8 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -5/+8 |
| 2024-08-06 | Cache supertrait outlives of impl header for soundness check | Michael Goulet | -0/+21 |
| 2024-08-06 | Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr | bors | -7/+59 |
| 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 | -14/+20 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -0/+16 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -19/+20 |
| 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 | -2/+2 |
| 2024-07-25 | apply fix suggested by lcnr | Folkert | -7/+65 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -1/+1 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -5/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -33/+65 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -3/+3 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -1/+1 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -2/+0 |
| 2024-07-09 | Remove HirTyLowerer::set_tainted_by_errors, since it is now redundant | Oli Scherer | -9/+18 |
| 2024-07-05 | Use `ControlFlow` results for visitors that are only looking for a single value | Oli Scherer | -42/+32 |
| 2024-06-30 | add `rustc_dump_def_parents` attribute | Boxy | -1/+49 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -15/+79 |