| Age | Commit message (Expand) | Author | Lines |
| 2023-05-09 | Do not consider borrowed Freeze locals as SSA. | Camille GILLOT | -14/+35 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -36/+2171 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -20/+243 |
| 2023-05-09 | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | -2/+73 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -25/+231 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -78/+74 |
| 2023-05-09 | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot | Dylan DPC | -286/+416 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+18 |
| 2023-05-08 | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errors | bors | -78/+904 |
| 2023-05-08 | Auto merge of #111007 - JakobDegen:nrvo, r=tmiasko | bors | -573/+245 |
| 2023-05-08 | Rollup merge of #111170 - compiler-errors:diag-doc, r=petrochenkov | Michael Goulet | -4/+86 |
| 2023-05-08 | Rollup merge of #111118 - chenyukang:yukang-sugg-struct, r=compiler-errors | Michael Goulet | -5/+28 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -67/+762 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -2/+28 |
| 2023-05-08 | Auto merge of #110824 - cjgillot:const-prop-index, r=JakobDegen,oli-obk | bors | -4/+8 |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -573/+245 |
| 2023-05-08 | Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8Ki | Yuki Okushi | -0/+19 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -1/+15 |
| 2023-05-08 | suggest struct when we get colon in fileds in enum | yukang | -5/+28 |
| 2023-05-08 | code refactor and fix wrong suggestion | yukang | -0/+15 |
| 2023-05-08 | Rollup merge of #111262 - ChrisDenton:normalize-msvc-output, r=cjgillot | Dylan DPC | -10/+3 |
| 2023-05-08 | Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errors | Dylan DPC | -0/+103 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -0/+54 |
| 2023-05-08 | Make suggest_deref_or_ref return a multipart suggestion | Michael Goulet | -114/+170 |
| 2023-05-08 | Tweak borrow suggestion | Michael Goulet | -172/+246 |
| 2023-05-08 | Make spans a bit better | Michael Goulet | -33/+25 |
| 2023-05-07 | Fix suggestion for boxing an async closure body, and | John Bobbo | -0/+103 |
| 2023-05-08 | Diagnostic args are still args if they're documented | Michael Goulet | -0/+90 |
| 2023-05-08 | fix ice in suggesting | yukang | -0/+15 |
| 2023-05-08 | Suggest let for possible binding with ty | yukang | -2/+43 |
| 2023-05-08 | Auto merge of #111309 - saethlin:InstSimplify, r=scottmcm | bors | -70/+70 |
| 2023-05-07 | Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomcc | bors | -0/+35 |
| 2023-05-07 | Fix codegen test | Gary Guo | -2/+2 |
| 2023-05-07 | Add test for unwinding past terminating POF | Gary Guo | -0/+26 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -2/+89 |
| 2023-05-07 | Propagate PlaceElem::Index. | Camille GILLOT | -4/+8 |
| 2023-05-06 | Tune the `is_ascii` implementation used for short slices | Scott McMurray | -0/+35 |
| 2023-05-07 | Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov | Yuki Okushi | -25/+34 |
| 2023-05-07 | Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obk | Yuki Okushi | -0/+25 |
| 2023-05-06 | Rename InstCombine to InstSimplify | Ben Kimock | -70/+70 |
| 2023-05-06 | delete whitelist and add checks to check_item() for missing_docs | James Dietz | -25/+34 |
| 2023-05-06 | Rollup merge of #111289 - clubby789:fix-111280, r=jyn514 | Matthias Krüger | -0/+23 |
| 2023-05-06 | Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko | Matthias Krüger | -1/+1 |
| 2023-05-06 | Rollup merge of #111077 - cjgillot:const-prop-unit, r=Mark-Simulacrum | Matthias Krüger | -106/+177 |
| 2023-05-06 | Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgr | bors | -0/+482 |
| 2023-05-06 | Check arguments length in trivial diagnostic lint | clubby789 | -0/+23 |
| 2023-05-06 | Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errors | Matthias Krüger | -0/+67 |
| 2023-05-06 | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2023-05-06 | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin | Matthias Krüger | -0/+30 |
| 2023-05-06 | Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obk | Matthias Krüger | -0/+24 |