| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | rebase | lcnr | -1/+1 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -8/+19 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -5/+5 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -5/+2 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -23/+2 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -2/+5 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+5 |
| 2024-02-19 | split `project` into multiple files | lcnr | -5/+6 |
| 2024-02-19 | never normalize without eager inference replacement | lcnr | -2/+1 |
| 2024-02-15 | Consider principal trait ref's auto-trait super-traits in dyn upcasting | Michael Goulet | -1/+12 |
| 2024-02-14 | Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnr | bors | -0/+16 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -10/+8 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -10/+8 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -3/+3 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -5/+3 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -2/+2 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+10 |
| 2024-02-11 | Ignore own item bounds in parent alias types in `for_each_item_bound` | Michael Goulet | -0/+16 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -62/+33 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -3/+3 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+12 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+9 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -3/+2 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -5/+3 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -12/+8 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -1/+1 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -21/+25 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -7/+2 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -1/+5 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -7/+7 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+6 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -1/+4 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -3/+3 |
| 2023-12-05 | Add more | Michael Goulet | -2/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-24 | AmbiguityCause should not eagerly format strings | Michael Goulet | -42/+38 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -13/+0 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -7/+7 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -13/+0 |
| 2023-11-13 | update type flags | lcnr | -2/+2 |
| 2023-11-13 | continue renaming | lcnr | -2/+2 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -1/+1 |
| 2023-11-06 | Extend builtin/auto trait args with error when they have >1 argument | Michael Goulet | -6/+15 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+6 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -12/+12 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -13/+13 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -21/+2 |