| Age | Commit message (Expand) | Author | Lines |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+51 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -5/+5 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -5/+3 |
| 2024-01-12 | OutputTypeParameterMismatch -> SignatureMismatch | Michael Goulet | -5/+5 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnr | Matthias Krüger | -12/+8 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -12/+8 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+4 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -2/+2 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -32/+36 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 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 | -13/+24 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -15/+10 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -2/+6 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+70 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -10/+21 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -1/+4 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -10/+21 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -3/+3 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -3/+3 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -15/+12 |
| 2023-12-05 | Add more | Michael Goulet | -2/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 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 | -26/+6 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -51/+0 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -17/+14 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -26/+6 |
| 2023-11-17 | rename bound region instantiation | lcnr | -3/+4 |
| 2023-11-13 | Rollup merge of #117870 - lcnr:rename-args_ref, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-13 | update type flags | lcnr | -3/+3 |
| 2023-11-13 | continue renaming | lcnr | -3/+3 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -2/+2 |
| 2023-11-13 | args~~_ref~~_may_unify | lcnr | -1/+1 |
| 2023-11-09 | Rollup merge of #117645 - compiler-errors:auto-trait-subst, r=petrochenkov | Takayuki Maeda | -6/+15 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -17/+7 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -1/+4 |
| 2023-11-06 | Extend builtin/auto trait args with error when they have >1 argument | Michael Goulet | -6/+15 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -5/+5 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -2/+62 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -2/+62 |
| 2023-10-23 | Remove FnPtr hack from trait_ref_is_knowable | Michael Goulet | -2/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -40/+40 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -33/+33 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -1/+1 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -1/+1 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -21/+2 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -1/+2 |
| 2023-10-13 | explicitly handle auto trait leakage in coherence | lcnr | -14/+19 |