| Age | Commit message (Expand) | Author | Lines |
| 2023-05-09 | Only check storage liveness for direct projections. | Camille GILLOT | -6/+3 |
| 2023-05-09 | Do not check StorageLive dominates address-taking. | Camille GILLOT | -41/+75 |
| 2023-05-09 | Only check that StorageLive dominates address-taking. | Camille GILLOT | -4/+1 |
| 2023-05-09 | Explicit performance concern. | Camille GILLOT | -2/+2 |
| 2023-05-09 | Explicitly skip arguments. | Camille GILLOT | -0/+1 |
| 2023-05-09 | Do not consider borrowed Freeze locals as SSA. | Camille GILLOT | -43/+69 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -80/+2668 |
| 2023-05-09 | Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieu | bors | -1/+0 |
| 2023-05-09 | Auto merge of #111380 - Dylan-DPC:rollup-xiptbhn, r=Dylan-DPC | bors | -914/+1734 |
| 2023-05-09 | Rollup merge of #111361 - rustbot:docs-update, r=ehuss | Dylan DPC | -0/+0 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -48/+346 |
| 2023-05-09 | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | -16/+122 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -136/+333 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -323/+338 |
| 2023-05-09 | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot | Dylan DPC | -391/+527 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+68 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -3098/+7187 |
| 2023-05-09 | move sugg to derive session diagnostic | yukang | -9/+18 |
| 2023-05-09 | Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se | bors | -0/+9 |
| 2023-05-08 | Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrum | bors | -37/+6 |
| 2023-05-08 | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errors | bors | -485/+2066 |
| 2023-05-08 | Auto merge of #111007 - JakobDegen:nrvo, r=tmiasko | bors | -574/+247 |
| 2023-05-08 | Update books | rustbot | -0/+0 |
| 2023-05-08 | Rollup merge of #111354 - jonas-schievink:enable-future-combinators, r=compil... | Michael Goulet | -14/+11 |
| 2023-05-08 | Rollup merge of #111170 - compiler-errors:diag-doc, r=petrochenkov | Michael Goulet | -25/+116 |
| 2023-05-08 | Rollup merge of #111118 - chenyukang:yukang-sugg-struct, r=compiler-errors | Michael Goulet | -8/+50 |
| 2023-05-08 | Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obk | Michael Goulet | -200/+470 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -229/+1365 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -9/+54 |
| 2023-05-08 | Fix miscompilation when adding default method to `Future` | Jonas Schievink | -14/+11 |
| 2023-05-08 | Auto merge of #110824 - cjgillot:const-prop-index, r=JakobDegen,oli-obk | bors | -4/+26 |
| 2023-05-08 | Auto merge of #111346 - JohnTitor:rollup-6g5cg9z, r=JohnTitor | bors | -81/+454 |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -574/+247 |
| 2023-05-08 | Rollup merge of #111332 - loongarch-rs:inline-asm, r=Amanieu | Yuki Okushi | -6/+16 |
| 2023-05-08 | Rollup merge of #111331 - taiki-e:s390x-asm-cc, r=Amanieu | Yuki Okushi | -3/+14 |
| 2023-05-08 | Rollup merge of #111315 - Swatinem:rm-identitiy-future, r=Mark-Simulacrum | Yuki Okushi | -8/+0 |
| 2023-05-08 | Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8Ki | Yuki Okushi | -5/+25 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -40/+321 |
| 2023-05-08 | Rollup merge of #110377 - chrisnc:armv7-atomic-64, r=cjgillot | Yuki Okushi | -5/+5 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -14/+73 |
| 2023-05-08 | std: remove test for arm's crypto feature | Kisaragi Marine | -1/+0 |
| 2023-05-08 | stdarch: update submodule, take 5 | Kisaragi Marine | -0/+0 |
| 2023-05-08 | Auto merge of #111342 - Dylan-DPC:rollup-b5p6wzy, r=Dylan-DPC | bors | -85/+312 |
| 2023-05-08 | make it more accurate by parsing ty | yukang | -9/+19 |
| 2023-05-08 | suggest struct when we get colon in fileds in enum | yukang | -5/+37 |
| 2023-05-08 | code refactor and fix wrong suggestion | yukang | -24/+51 |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -3/+14 |
| 2023-05-08 | Rollup merge of #111323 - jyn514:shim-error, r=Mark-Simulacrum | Dylan DPC | -4/+14 |
| 2023-05-08 | Rollup merge of #111265 - spastorino:has_self-opaque_ty, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-05-08 | Rollup merge of #111262 - ChrisDenton:normalize-msvc-output, r=cjgillot | Dylan DPC | -10/+3 |