| Age | Commit message (Expand) | Author | Lines |
| 2024-12-22 | Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqd | Matthias Krüger | -8/+10 |
| 2024-12-22 | Rollup merge of #134603 - kpreid:pointerlike-err, r=estebank | Matthias Krüger | -0/+167 |
| 2024-12-22 | Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2024-12-22 | Rollup merge of #134364 - estebank:derive-docs, r=fmease | Matthias Krüger | -29/+61 |
| 2024-12-21 | Extract ui-fulldeps expression parser into module | David Tolnay | -41/+55 |
| 2024-12-22 | Auto merge of #130733 - okaneco:is_ascii, r=scottmcm | bors | -0/+16 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -0/+41 |
| 2024-12-22 | Fix item bounds in old solver | Michael Goulet | -49/+64 |
| 2024-12-22 | Flatten effects directory now that it doesn't really test anything specific | Michael Goulet | -90/+0 |
| 2024-12-21 | Don't ICE on illegal dyn* casts | Michael Goulet | -9/+43 |
| 2024-12-21 | Hash only the spans that we care ended up reading in Span::try_metavars | Michael Goulet | -2/+2 |
| 2024-12-21 | Properly record metavar spans for other expansions other than TT | Michael Goulet | -13/+52 |
| 2024-12-21 | Use E0665 for missing `#[default]` error | Esteban Küber | -29/+61 |
| 2024-12-21 | Avoid ICE in borrowck | Esteban Küber | -1/+39 |
| 2024-12-21 | coroutine_clone: add comments | Ralf Jung | -8/+10 |
| 2024-12-21 | Rollup merge of #134600 - dtolnay:chainedcomparison, r=oli-obk | Jacob Pratt | -4/+10 |
| 2024-12-21 | Rollup merge of #134575 - compiler-errors:drop-lint-coro, r=nikomatsakis | Jacob Pratt | -0/+81 |
| 2024-12-21 | Rollup merge of #133087 - estebank:stmt-misparse, r=chenyukang | Jacob Pratt | -0/+107 |
| 2024-12-20 | Relocate dyn* test out of parenthesis insertion test | David Tolnay | -1/+4 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -6/+3 |
| 2024-12-20 | Explain why a type is not eligible for `impl PointerLike`. | Kevin Reid | -0/+167 |
| 2024-12-20 | Change comparison operators to have Fixity::None | David Tolnay | -4/+2 |
| 2024-12-20 | Add some parenthesization test cases with operators that are not left-associa... | David Tolnay | -0/+8 |
| 2024-12-20 | Check that pretty-printer parenthesis test operates on the whole test case | David Tolnay | -1/+7 |
| 2024-12-21 | Do not suggest `foo.Bar` | Esteban Küber | -10/+0 |
| 2024-12-21 | Account for missing `.` in macros to avoid incorrect suggestion | Esteban Küber | -4/+0 |
| 2024-12-21 | Detect missing `.` in method chain in let bindings and statements | Esteban Küber | -0/+121 |
| 2024-12-21 | Suggest Semicolon in Incorrect Repeat Expressions | Veera | -14/+14 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-12-21 | Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu | Matthias Krüger | -0/+41 |
| 2024-12-21 | Rollup merge of #134524 - adetaylor:getref, r=compiler-errors | Matthias Krüger | -0/+41 |
| 2024-12-21 | Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiser | Matthias Krüger | -0/+63 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -0/+6 |
| 2024-12-21 | Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdoc | Matthias Krüger | -2/+45 |
| 2024-12-21 | Add Tests | Veera | -0/+194 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -0/+30 |
| 2024-12-20 | Add test to ensure passing `--doctest_compilation_args` multiple times work | Guillaume Gomez | -0/+23 |
| 2024-12-20 | Update `run-make/rustdoc-default-output` test | Guillaume Gomez | -2/+4 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -35/+168 |
| 2024-12-20 | Rollup merge of #134562 - taiki-e:codegen-asm-minicore, r=jieyouxu | Matthias Krüger | -74/+36 |
| 2024-12-20 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -0/+81 |
| 2024-12-20 | Restrict `#[non_exaustive]` on structs with default field values | Esteban Küber | -0/+41 |
| 2024-12-20 | unimplement `PointerLike` for trait objects | Lukas Markeffsky | -0/+62 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -35/+106 |
| 2024-12-20 | tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by usin... | Taiki Endo | -74/+36 |
| 2024-12-20 | Add regression test for `--doctest-compilation-args` | Guillaume Gomez | -0/+18 |
| 2024-12-20 | Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwco | DianQK | -0/+24 |
| 2024-12-20 | Arbitrary self types v2: no deshadow pre feature. | Adrian Taylor | -0/+41 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -1/+31 |
| 2024-12-19 | Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr | bors | -187/+276 |