| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Rollup merge of #118762 - compiler-errors:gen-nits, r=eholk | Jubilee | -3/+2 |
| 2023-12-08 | Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -430/+1 |
| 2023-12-08 | More nits | Michael Goulet | -3/+2 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -430/+1 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -4/+232 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -10/+21 |
| 2023-12-08 | temporarily revert "ice on ambguity in mir typeck" | Ali MJ Al-Nasrawy | -12/+4 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -76/+102 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -67/+73 |
| 2023-12-07 | Rollup merge of #118686 - compiler-errors:object-safety, r=lcnr | Matthias Krüger | -10/+7 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -10/+30 |
| 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 | -4/+4 |
| 2023-12-07 | Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorino | bors | -65/+59 |
| 2023-12-06 | Only check principal trait ref for object safety | Michael Goulet | -10/+7 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -4/+4 |
| 2023-12-06 | Yeet PolyGenSig | Michael Goulet | -65/+59 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -3/+232 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -16/+21 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -3/+67 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -29/+47 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -1/+143 |
| 2023-12-05 | Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=... | Michael Goulet | -5/+57 |
| 2023-12-05 | Add more | Michael Goulet | -5/+5 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -11/+4 |
| 2023-12-05 | Continue folding if deep normalizer fails | Michael Goulet | -14/+40 |
| 2023-12-05 | Add deeply_normalize_for_diagnostics, use it in coherence | Michael Goulet | -4/+30 |
| 2023-12-04 | Deduplicate some logic | Esteban Küber | -0/+72 |
| 2023-12-04 | Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile... | Takayuki Maeda | -52/+95 |
| 2023-12-04 | Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format... | Georg Semmler | -52/+95 |
| 2023-12-03 | Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkov | bors | -2/+9 |
| 2023-12-02 | Fix ICE when suggesting closures for non-fn-like defs | sjwang05 | -2/+9 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -5/+30 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -34/+38 |
| 2023-12-01 | Handle recursion limit for subtype and well-formed predicates | Matthew Jasper | -5/+30 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -18/+173 |
| 2023-11-29 | review comments and rebase fixes | Esteban Küber | -65/+64 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -11/+167 |
| 2023-11-29 | new solver: improve instrument annotations | lcnr | -1/+4 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -1/+12 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -1/+1 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -17/+0 |
| 2023-11-26 | Auto merge of #118267 - compiler-errors:ambiguity-causes, r=spastorino | bors | -67/+54 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -10/+10 |
| 2023-11-26 | Clean dead codes | r0cky | -17/+0 |
| 2023-11-25 | Rollup merge of #118290 - compiler-errors:placeholder-implied, r=aliemjay | Michael Goulet | -2/+4 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -6/+14 |
| 2023-11-25 | Rollup merge of #118201 - compiler-errors:obligation-causes, r=cjgillot | Michael Goulet | -20/+3 |