| Age | Commit message (Expand) | Author | Lines |
| 2023-05-09 | Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegen | bors | -69/+555 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -198/+387 |
| 2023-05-09 | Rollup merge of #110770 - m-ou-se:fmt-temp-lifetime, r=oli-obk | Matthias Krüger | -1/+25 |
| 2023-05-09 | Correct StorageLive comment. | Camille GILLOT | -2/+1 |
| 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 | -29/+34 |
| 2023-05-09 | Implement SSA-based reference propagation. | Camille GILLOT | -44/+497 |
| 2023-05-09 | Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkov | bors | -175/+145 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -1/+25 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -28/+103 |
| 2023-05-09 | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=Nilstrieb | Dylan DPC | -14/+49 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -108/+99 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -245/+264 |
| 2023-05-09 | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillot | Dylan DPC | -105/+111 |
| 2023-05-09 | Rollup merge of #110304 - cchiw:master, r=davidtwco | Dylan DPC | -0/+50 |
| 2023-05-09 | move sugg to derive session diagnostic | yukang | -9/+18 |
| 2023-05-08 | Revert "Populate effective visibilities in `rustc_privacy`" | Michael Goulet | -175/+145 |
| 2023-05-08 | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errors | bors | -369/+1042 |
| 2023-05-08 | Auto merge of #111007 - JakobDegen:nrvo, r=tmiasko | bors | -1/+2 |
| 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 | -21/+30 |
| 2023-05-08 | Rollup merge of #111118 - chenyukang:yukang-sugg-struct, r=compiler-errors | Michael Goulet | -3/+22 |
| 2023-05-08 | Rollup merge of #111004 - clubby789:migrate-mir-transform, r=oli-obk | Michael Goulet | -200/+467 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -129/+497 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -2/+15 |
| 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 | -0/+18 |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -1/+2 |
| 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 | -1/+3 |
| 2023-05-08 | Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8Ki | Yuki Okushi | -5/+6 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 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 | -12/+51 |
| 2023-05-08 | Auto merge of #111342 - Dylan-DPC:rollup-b5p6wzy, r=Dylan-DPC | bors | -70/+134 |
| 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 | -0/+9 |
| 2023-05-08 | code refactor and fix wrong suggestion | yukang | -24/+36 |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -1/+3 |
| 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 #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errors | Dylan DPC | -31/+71 |
| 2023-05-08 | Rollup merge of #111022 - Nilstrieb:smaller-bitflags, r=compiler-errors | Dylan DPC | -4/+4 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -6/+18 |
| 2023-05-08 | Rollup merge of #110297 - kylematsuda:earlybinder_tcx_subst, r=BoxyUwU | Dylan DPC | -28/+40 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -35/+54 |
| 2023-05-08 | Make suggest_deref_or_ref return a multipart suggestion | Michael Goulet | -62/+65 |