| Age | Commit message (Expand) | Author | Lines |
| 2024-12-23 | remove unused imports from rmake tests | Rémy Rakic | -12/+5 |
| 2024-12-23 | Auto merge of #134677 - tgross35:rollup-ozoeyop, r=tgross35 | bors | -358/+470 |
| 2024-12-23 | Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiser | Trevor Gross | -358/+470 |
| 2024-12-23 | Auto merge of #134608 - DianQK:disable-93775, r=jieyouxu | bors | -3/+3 |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -358/+470 |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -2/+38 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -261/+153 |
| 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 | Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-9377... | DianQK | -3/+3 |
| 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 | 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 |