| Age | Commit message (Expand) | Author | Lines |
| 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 | Move alignment failure error reporting to machine | Oli Scherer | -1/+10 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -20/+29 |
| 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 #105285 - compiler-errors:conflicting-param-env-2, r=estebank | bors | -13/+84 |
| 2022-12-15 | Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3 | bors | -0/+6 |
| 2022-12-15 | Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr | bors | -11/+11 |
| 2022-12-15 | Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk | bors | -0/+10 |
| 2022-12-14 | Auto merge of #105704 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-12-14 | Auto merge of #105703 - matthiaskrgr:rollup-tfpeam2, r=matthiaskrgr | bors | -10/+106 |
| 2022-12-14 | Add tidy exceptions | bjorn3 | -0/+6 |
| 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 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-14 | Rollup merge of #105684 - GuillaumeGomez:improve-rustdoc-var-name, r=notriddle | Matthias Krüger | -5/+5 |
| 2022-12-14 | Rollup merge of #105630 - albertlarsan68:test-92481, r=TaKO8Ki | Matthias Krüger | -0/+74 |
| 2022-12-14 | Rollup merge of #105624 - compiler-errors:cache-unsound, r=jyn514 | Matthias Krüger | -4/+4 |
| 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 | Remove TraitRef::new | Oli Scherer | -3/+3 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -8/+8 |
| 2022-12-14 | Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgr | bors | -9/+33 |
| 2022-12-14 | Bless test | Albert Larsan | -4/+2 |
| 2022-12-14 | Add a test for #92481 | Albert Larsan | -0/+76 |
| 2022-12-14 | Rollup merge of #105676 - notriddle:notriddle/impl-docblock, r=GuillaumeGomez | Matthias Krüger | -0/+18 |
| 2022-12-14 | Rollup merge of #105665 - notriddle:notriddle/popover-css-merge, r=GuillaumeG... | Matthias Krüger | -6/+3 |
| 2022-12-14 | Rollup merge of #105664 - notriddle:notriddle/linkwrap, r=GuillaumeGomez | Matthias Krüger | -2/+11 |
| 2022-12-14 | Rollup merge of #105663 - andrewpollack:patch-1, r=tmandry | Matthias Krüger | -1/+1 |
| 2022-12-14 | Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle... | Matthias Krüger | -0/+29 |
| 2022-12-14 | Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=... | Matthias Krüger | -0/+43 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -57/+77 |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -0/+37 |
| 2022-12-14 | Rollup merge of #105491 - sulami:master, r=compiler-errors | Matthias Krüger | -0/+110 |
| 2022-12-14 | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote | Matthias Krüger | -0/+84 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -22/+360 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -57/+51 |
| 2022-12-13 | rustdoc: add CSS margin between `impl` docblock and its items | Michael Howell | -0/+18 |
| 2022-12-13 | Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgr | bors | -2360/+2246 |
| 2022-12-13 | review comments | Esteban Küber | -69/+69 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -1570/+275 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -779/+1777 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -11/+75 |
| 2022-12-13 | Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obk | Matthias Krüger | -0/+119 |
| 2022-12-14 | suggest dereferencing receiver arguments properly | Takayuki Maeda | -0/+43 |
| 2022-12-13 | Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a... | bors | -14/+56 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -69/+69 |
| 2022-12-13 | Mention implementations that satisfy the trait | Esteban Küber | -1/+21 |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -8/+8 |