| Age | Commit message (Expand) | Author | Lines |
| 2024-12-24 | Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalathar | bors | -30/+141 |
| 2024-12-24 | Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmease | Stuart Cook | -2/+4 |
| 2024-12-24 | Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnr | Stuart Cook | -28/+137 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -42/+375 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+4 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -1/+2 |
| 2024-12-23 | Rollup merge of #134363 - estebank:derive-default, r=SparrowLii | Matthias Krüger | -44/+9 |
| 2024-12-23 | Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiser | Trevor Gross | -4/+5 |
| 2024-12-23 | Auto merge of #134465 - lcnr:type-verifier, r=compiler-errors | bors | -342/+159 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -44/+9 |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -4/+5 |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -13/+18 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -42/+375 |
| 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 | Fix item bounds in old solver | Michael Goulet | -28/+137 |
| 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 |