| Age | Commit message (Expand) | Author | Lines |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -2/+38 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -2/+38 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -2/+38 |
| 2024-12-22 | Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper | bors | -81/+36 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -1/+53 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -81/+36 |
| 2024-12-22 | Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlin | bors | -1/+66 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -0/+41 |
| 2024-12-22 | Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmease | Matthias Krüger | -9/+43 |
| 2024-12-22 | Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmease | Matthias Krüger | -50/+62 |
| 2024-12-22 | Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgr | bors | -134/+245 |
| 2024-12-21 | Show which test case was found to be meaningless | David Tolnay | -1/+3 |
| 2024-12-21 | Switch pretty-printer roundtrip test to better parser | David Tolnay | -14/+4 |
| 2024-12-22 | Rollup merge of #134637 - compiler-errors:fx-test, r=fmease | Matthias Krüger | -90/+0 |
| 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 | 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 | Use E0665 for missing `#[default]` error | Esteban Küber | -29/+61 |
| 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 | 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-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 |