| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Make async generators fused by default | Michael Goulet | -11/+37 |
| 2023-12-08 | Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errors | Matthias Krüger | -12/+28 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -214/+224 |
| 2023-12-08 | Rollup merge of #118715 - davidtwco:issue-117997-privacy-visit-trait-ref-and-... | Matthias Krüger | -19/+89 |
| 2023-12-08 | Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a | Matthias Krüger | -29/+458 |
| 2023-12-08 | Rollup merge of #118502 - Young-Flash:fix, r=compiler-errors | Matthias Krüger | -3/+78 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -261/+477 |
| 2023-12-08 | Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errors | bors | -1/+13 |
| 2023-12-08 | Rename some more coro_kind -> coroutine_kind | Michael Goulet | -8/+9 |
| 2023-12-08 | More nits | Michael Goulet | -4/+4 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -24/+24 |
| 2023-12-08 | Fix x86 SSE4.1 ptestnzc | Eduardo Sánchez Muñoz | -36/+41 |
| 2023-12-08 | Add tests related to normalization in implied bounds | Santiago Pastorino | -8/+105 |
| 2023-12-08 | Support bare unit structs in destructuring assignments | Michael Goulet | -24/+42 |
| 2023-12-08 | Auto merge of #16060 - Veykril:format-args-orphans, r=Veykril | bors | -8/+187 |
| 2023-12-08 | fix: Fix fragment parser replacing matches with dummies on incomplete parses | Lukas Wirth | -25/+82 |
| 2023-12-08 | Auto merge of #3214 - eduardosm:move-x86-code, r=RalfJung | bors | -265/+304 |
| 2023-12-08 | fix: Fix completion failing in format_args! with invalid template | Lukas Wirth | -8/+187 |
| 2023-12-08 | use magenta instead of bold for highlighting | jyn | -12/+58 |
| 2023-12-08 | Simplify and comment the special-casing for Windows colors | jyn | -10/+10 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -6/+7 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -355/+1118 |
| 2023-12-08 | Move implementation of SSE4.1 dpps/dppd to helper function | Eduardo Sánchez Muñoz | -37/+52 |
| 2023-12-08 | Move implementation of SSE4.1 `ptest*` into a helper function | Eduardo Sánchez Muñoz | -21/+41 |
| 2023-12-08 | Auto merge of #16058 - Veykril:macro-diagnostics, r=Veykril | bors | -18/+99 |
| 2023-12-08 | fix: Smaller spans for unresolved field and method diagnostics | Lukas Wirth | -18/+99 |
| 2023-12-08 | Make it not depend on nightly conditionally | Michael Goulet | -1/+7 |
| 2023-12-08 | Feedback | Michael Goulet | -229/+205 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -272/+506 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -1/+2 |
| 2023-12-08 | Add tests | Michael Goulet | -19/+148 |
| 2023-12-08 | HACK: constrain yield type in check_fn so that projection is successful even ... | Michael Goulet | -3/+23 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -46/+72 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -104/+115 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -5/+5 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -75/+100 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -54/+563 |
| 2023-12-08 | Rework coroutine transform to be more flexible in preparation for async gener... | Michael Goulet | -80/+123 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -236/+772 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -3/+7 |
| 2023-12-08 | new lint: `uninhabited_reference` | Samuel Tardieu | -2/+151 |
| 2023-12-08 | Auto merge of #16055 - Veykril:field-fallback-method, r=Veykril | bors | -72/+140 |
| 2023-12-08 | Fallback to method resolution on unresolved field access with matching method... | Lukas Wirth | -72/+140 |
| 2023-12-08 | Remove extra check-cfg handled by libc directly | Urgau | -2/+0 |
| 2023-12-08 | Auto merge of #16054 - Veykril:fix-downmapping, r=Veykril | bors | -131/+164 |
| 2023-12-08 | fix: Fix token downmapping being quadratic | Lukas Wirth | -131/+164 |
| 2023-12-08 | privacy: visit trait def id of projections | David Wood | -19/+89 |
| 2023-12-08 | only return true in `fallback_types' if fallback has occurred | lcnr | -11/+10 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -67/+57 |
| 2023-12-08 | Auto merge of #11907 - cocodery:issue11885, r=y21,xFrednet | bors | -52/+147 |