| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | update use of feature flags | lcnr | -11/+11 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -2/+2 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -6/+93 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -6/+6 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -9/+39 |
| 2023-12-05 | Add test for implicitly capturing late-bound var with new capture rules | Michael Goulet | -0/+23 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -6/+40 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -0/+14 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -2/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -110/+110 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -1/+1 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -2/+0 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -15/+48 |
| 2023-11-15 | Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnr | bors | -0/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |
| 2023-11-14 | Add guard checking for associated types before computing intercrate ambiguity... | Gavin Gray | -0/+2 |
| 2023-11-09 | update tests | lcnr | -15/+48 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -0/+25 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -0/+11 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+11 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -0/+15 |
| 2023-10-27 | Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk | Matthias Krüger | -67/+3 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -67/+3 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -1/+1 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -37/+19 |
| 2023-10-23 | Make things work by using the new solver | Michael Goulet | -1/+1 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -1/+37 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -0/+15 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -22/+22 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -12/+12 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -4/+4 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -0/+52 |
| 2023-10-17 | Flesh out tests more | Michael Goulet | -0/+15 |
| 2023-10-16 | Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726 | Guillaume Gomez | -0/+41 |
| 2023-10-16 | Remove `DefiningAnchor::Bubble` from opaque wf check | Michael Goulet | -40/+29 |
| 2023-10-16 | Fix outlives suggestion for GAT in RPITIT | Michael Goulet | -0/+41 |
| 2023-10-14 | Rollup merge of #116730 - compiler-errors:unsoundness-tests-rpit, r=aliemjay | Matthias Krüger | -0/+134 |
| 2023-10-14 | Add some unsoundness tests for opaques capturing hidden regions not in substs | Michael Goulet | -0/+134 |
| 2023-10-14 | Rollup merge of #116689 - lcnr:auto-trait-hidden-ty-leak, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2023-10-13 | Test that RPITITs have RPIT scope and not impl-wide scope | Michael Goulet | -0/+38 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -167/+99 |
| 2023-10-13 | explicitly handle auto trait leakage in coherence | lcnr | -1/+16 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -0/+14 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -5/+5 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -2/+11 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -20/+25 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+4 |