| Age | Commit message (Expand) | Author | Lines |
| 2024-12-23 | Auto merge of #134465 - lcnr:type-verifier, r=compiler-errors | bors | -342/+159 |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -13/+18 |
| 2024-12-22 | Rollup merge of #134660 - dtolnay:markdowncode, r=lqd | Matthias Krüger | -7/+10 |
| 2024-12-22 | Rollup merge of #134611 - tbu-:pr_win7_msvc_align, r=jieyouxu | Matthias Krüger | -6/+8 |
| 2024-12-22 | Fix spacing of markdown code block fences in compiler rustdoc | David Tolnay | -7/+10 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -188/+13 |
| 2024-12-22 | Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlin | bors | -9/+66 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -9/+13 |
| 2024-12-22 | Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmease | Matthias Krüger | -9/+9 |
| 2024-12-22 | Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqd | Matthias Krüger | -0/+5 |
| 2024-12-22 | Rollup merge of #134603 - kpreid:pointerlike-err, r=estebank | Matthias Krüger | -31/+69 |
| 2024-12-22 | Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors | Matthias Krüger | -4/+8 |
| 2024-12-22 | Rollup merge of #134364 - estebank:derive-docs, r=fmease | Matthias Krüger | -23/+34 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -9/+13 |
| 2024-12-22 | Auto merge of #134631 - matthiaskrgr:rollup-mkql5pl, r=matthiaskrgr | bors | -2/+1 |
| 2024-12-21 | Don't ICE on illegal dyn* casts | Michael Goulet | -9/+9 |
| 2024-12-21 | Rollup merge of #134526 - onur-ozkan:nightly-feat-rustc, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-12-21 | Auto merge of #134268 - lqd:polonius-next, r=jackh726 | bors | -34/+409 |
| 2024-12-21 | Use E0665 for missing `#[default]` error | Esteban Küber | -24/+23 |
| 2024-12-21 | Auto merge of #134505 - jieyouxu:boop-compiler-cc, r=clubby789,jieyouxu | bors | -3/+6 |
| 2024-12-21 | coroutine_clone: add comments | Ralf Jung | -0/+5 |
| 2024-12-21 | Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk | bors | -499/+392 |
| 2024-12-21 | Align `{i686,x86_64}-win7-windows-msvc` to their parent targets | Tobias Bucher | -6/+8 |
| 2024-12-21 | Rollup merge of #134600 - dtolnay:chainedcomparison, r=oli-obk | Jacob Pratt | -13/+6 |
| 2024-12-21 | Rollup merge of #134575 - compiler-errors:drop-lint-coro, r=nikomatsakis | Jacob Pratt | -10/+10 |
| 2024-12-21 | Rollup merge of #133087 - estebank:stmt-misparse, r=chenyukang | Jacob Pratt | -2/+53 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -4/+8 |
| 2024-12-20 | Explain why a type is not eligible for `impl PointerLike`. | Kevin Reid | -31/+69 |
| 2024-12-20 | Change comparison operators to have Fixity::None | David Tolnay | -13/+6 |
| 2024-12-21 | Do not suggest `foo.Bar` | Esteban Küber | -1/+6 |
| 2024-12-21 | Account for missing `.` in macros to avoid incorrect suggestion | Esteban Küber | -0/+4 |
| 2024-12-21 | Detect missing `.` in method chain in let bindings and statements | Esteban Küber | -2/+44 |
| 2024-12-21 | Mention `#[default]` in E0655 code index | Esteban Küber | -3/+15 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -2/+20 |
| 2024-12-21 | Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu | Matthias Krüger | -3/+37 |
| 2024-12-21 | Rollup merge of #134524 - adetaylor:getref, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -9/+18 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -2/+20 |
| 2024-12-20 | Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errors | Matthias Krüger | -11/+14 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -47/+19 |
| 2024-12-20 | Rollup merge of #134567 - bjorn3:remove_unused_code, r=compiler-errors | Matthias Krüger | -78/+0 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -41/+22 |
| 2024-12-20 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -10/+10 |
| 2024-12-20 | next-solver: rm opaque type hack | lcnr | -11/+14 |
| 2024-12-20 | Restrict `#[non_exaustive]` on structs with default field values | Esteban Küber | -3/+37 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -47/+19 |
| 2024-12-20 | Remove some dead code around import library generation | bjorn3 | -78/+0 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -41/+22 |
| 2024-12-20 | Rollup merge of #134553 - lcnr:member-constraints-comment, r=oli-obk | DianQK | -3/+6 |
| 2024-12-20 | Rollup merge of #134551 - Zalathar:graph, r=lqd | DianQK | -93/+61 |