| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | Disable `NormalizeArrayLen` | Jakob Degen | -18/+10 |
| 2022-12-16 | Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebank | bors | -6/+69 |
| 2022-12-15 | Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgr | bors | -80/+272 |
| 2022-12-15 | Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obk | Matthias Krüger | -15/+65 |
| 2022-12-15 | Rollup merge of #105694 - ouz-a:issue_105689, r=estebank | Matthias Krüger | -0/+14 |
| 2022-12-15 | Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2022-12-15 | Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -65/+114 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+376 |
| 2022-12-15 | Consider lifetimes when comparing assoc types in method chain | Esteban Küber | -13/+43 |
| 2022-12-15 | Trim paths in E0599 | Esteban Küber | -37/+37 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -3/+3 |
| 2022-12-15 | Use `with_forced_trimmed_paths` more | Esteban Küber | -13/+13 |
| 2022-12-15 | Point at method chains on `E0271` errors | Esteban Küber | -0/+19 |
| 2022-12-15 | Suggest `#[derive(Clone)]` | Esteban Küber | -1/+38 |
| 2022-12-15 | Suggest constraining type parameter with `Clone` | Esteban Küber | -0/+41 |
| 2022-12-15 | Auto merge of #104616 - RalfJung:ctfe-alignment, r=oli-obk,RalfJung | bors | -220/+271 |
| 2022-12-15 | Reuse the ctfe error emitting logic for the future incompat lint | Oli Scherer | -36/+32 |
| 2022-12-15 | Always report alignment failures in future incompat summaries | Oli Scherer | -0/+36 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -18/+22 |
| 2022-12-15 | adjust tests | Ralf Jung | -267/+248 |
| 2022-12-15 | always check alignment during CTFE | Ralf Jung | -40/+74 |
| 2022-12-15 | Auto merge of #105746 - matthiaskrgr:rollup-sz3grbv, r=matthiaskrgr | bors | -154/+292 |
| 2022-12-15 | Rollup merge of #105715 - estebank:unsatisfied-bounds-label, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2022-12-15 | Rollup merge of #105707 - notriddle:notriddle/kbd-cursor, r=jhpratt,Guillaume... | Matthias Krüger | -1/+0 |
| 2022-12-15 | Rollup merge of #105692 - JohnTitor:issue-104678, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-12-15 | Rollup merge of #105633 - compiler-errors:term-agnostic, r=oli-obk | Matthias Krüger | -2/+65 |
| 2022-12-15 | Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwco | Matthias Krüger | -0/+27 |
| 2022-12-15 | Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=Nilstrieb | Matthias Krüger | -122/+66 |
| 2022-12-15 | Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errors | Matthias Krüger | -25/+99 |
| 2022-12-15 | Auto merge of #105285 - compiler-errors:conflicting-param-env-2, r=estebank | bors | -13/+84 |
| 2022-12-14 | Tweak output for bare `dyn Trait` in arguments | Esteban Küber | -15/+65 |
| 2022-12-15 | Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk | bors | -0/+10 |
| 2022-12-14 | Ensure async trait impls are async (or otherwise return an opaque type) | Dan Johnson | -25/+99 |
| 2022-12-14 | bless rustdoc test for unstable options | Rémy Rakic | -0/+1 |
| 2022-12-14 | Do not mention long types in E0599 label | Esteban Küber | -4/+4 |
| 2022-12-14 | Auto merge of #105703 - matthiaskrgr:rollup-tfpeam2, r=matthiaskrgr | bors | -1/+97 |
| 2022-12-14 | Add test | Michael Goulet | -0/+25 |
| 2022-12-14 | Highlight conflicting param-env candidates, again | Michael Goulet | -13/+59 |
| 2022-12-14 | Auto traits in dyn are suggestable | Michael Goulet | -0/+27 |
| 2022-12-14 | Make report_projection_error more term agnostic | Michael Goulet | -2/+65 |
| 2022-12-14 | drive-by: Fix path spans | Michael Goulet | -6/+6 |
| 2022-12-14 | Use impl's def id when calculating type to specify UFCS | Michael Goulet | -0/+63 |
| 2022-12-14 | rustdoc: remove unnecessary CSS `kbd { cursor: default }` | Michael Howell | -1/+0 |
| 2022-12-14 | Make print_type_sizes test not use feature(start) | Michael Goulet | -128/+36 |
| 2022-12-14 | Consider discriminant fields that are ordered before variant fields | Michael Goulet | -0/+36 |
| 2022-12-14 | Rollup merge of #105630 - albertlarsan68:test-92481, r=TaKO8Ki | Matthias Krüger | -0/+74 |
| 2022-12-14 | Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3 | Matthias Krüger | -1/+23 |
| 2022-12-14 | Auto merge of #105233 - mejrs:always_eager, r=estebank | bors | -18/+34 |
| 2022-12-14 | Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgr | bors | -0/+26 |