| Age | Commit message (Expand) | Author | Lines |
| 2023-01-29 | Auto merge of #107451 - matthiaskrgr:rollup-m4ucfu8, r=matthiaskrgr | bors | -105/+531 |
| 2023-01-29 | Rollup merge of #107432 - notriddle:notriddle/has-srclink, r=GuillaumeGomez | Matthias Krüger | -91/+91 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -6/+418 |
| 2023-01-29 | Rollup merge of #106540 - lowr:patch/remove-paren-whitespace, r=cjgillot | Matthias Krüger | -8/+22 |
| 2023-01-29 | Auto merge of #100178 - mati865:upgrade-mingw-w64-on-CI, r=nikic | bors | -4/+24 |
| 2023-01-29 | Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk | bors | -274/+1528 |
| 2023-01-29 | Insert whitespace to avoid ident concatenation in suggestion | Ryo Yoshida | -8/+22 |
| 2023-01-29 | Upgrade mingw-w64 on CI | Mateusz Mikuła | -4/+24 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+93 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -0/+88 |
| 2023-01-29 | Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-01-29 | Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errors | Matthias Krüger | -0/+42 |
| 2023-01-29 | Rollup merge of #107097 - tmiasko:ssa, r=cjgillot | Matthias Krüger | -0/+19 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -11/+225 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -91/+91 |
| 2023-01-28 | Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa | bors | -28/+23 |
| 2023-01-28 | Check for missing space between fat arrow and range pattern | clubby789 | -0/+27 |
| 2023-01-28 | Also erase substs for new infcx in pin move error | Nilstrieb | -0/+42 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -1/+3 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+93 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -20/+277 |
| 2023-01-28 | Rollup merge of #107355 - JohnTitor:issue-60755, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2023-01-28 | Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors | Matthias Krüger | -1/+19 |
| 2023-01-28 | Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe... | Matthias Krüger | -19/+246 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -22/+117 |
| 2023-01-28 | Adapt ui-fulldeps. | Camille GILLOT | -1/+3 |
| 2023-01-28 | Rollup merge of #107373 - michaelwoerister:dont-merge-vtables-when-debuginfo,... | Matthias Krüger | -0/+8 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -28/+28 |
| 2023-01-28 | Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-... | Matthias Krüger | -0/+54 |
| 2023-01-28 | Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors | Matthias Krüger | -8/+132 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -0/+27 |
| 2023-01-28 | Rollup merge of #107022 - scottmcm:ordering-option-eq, r=m-ou-se | Matthias Krüger | -0/+10 |
| 2023-01-28 | Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obk | bors | -423/+5138 |
| 2023-01-27 | Bless mir-opt tests. | Camille GILLOT | -4/+18 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -0/+100 |
| 2023-01-27 | address review | b-naber | -0/+60 |
| 2023-01-27 | Bless ui-fulldeps. | Camille GILLOT | -13/+20 |
| 2023-01-27 | Bless tests. | Camille GILLOT | -1693/+643 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -2/+16 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -4/+4 |
| 2023-01-27 | Always require Drop for generators. | Camille GILLOT | -9/+18 |
| 2023-01-27 | Test the 3 generator handling versions for generator/async tests. | Camille GILLOT | -196/+5816 |
| 2023-01-27 | Add `drop_tracking_mir` option. | Camille GILLOT | -0/+1 |
| 2023-01-27 | recover more unbraced const args | León Orell Valerian Liehr | -8/+132 |
| 2023-01-27 | Do not merge locals that have their address taken. | Camille GILLOT | -151/+264 |
| 2023-01-27 | Discard raw pointers from SSA locals. | Camille GILLOT | -0/+41 |
| 2023-01-27 | Only consider a local to be SSA if assignment dominates all uses. | Camille GILLOT | -0/+55 |
| 2023-01-27 | Add tests. | Camille GILLOT | -0/+453 |
| 2023-01-27 | Implement SSA CopyProp pass. | Camille GILLOT | -538/+666 |
| 2023-01-27 | Add mir-opt test. | Camille GILLOT | -0/+519 |