| Age | Commit message (Expand) | Author | Lines |
| 2023-05-10 | Do not see through copies of mutable pointers. | Camille GILLOT | -7/+7 |
| 2023-05-10 | Iteratively replace pointers. | Camille GILLOT | -8/+6 |
| 2023-05-10 | Add test. | Camille GILLOT | -0/+168 |
| 2023-05-10 | Auto merge of #111414 - matthiaskrgr:rollup-q0qoc47, r=matthiaskrgr | bors | -1/+126 |
| 2023-05-10 | Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ... | Matthias Krüger | -0/+52 |
| 2023-05-10 | Rollup merge of #110747 - oli-obk:smirty, r=spastorino | Matthias Krüger | -1/+3 |
| 2023-05-10 | Rollup merge of #110673 - compiler-errors:alias-bounds-2, r=lcnr | Matthias Krüger | -0/+71 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -0/+49 |
| 2023-05-09 | Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegen | bors | -46/+2586 |
| 2023-05-09 | Make alias bounds sound in the new solver | Michael Goulet | -0/+71 |
| 2023-05-09 | Add needs-unwind. | Camille GILLOT | -38/+39 |
| 2023-05-09 | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubilee | Matthias Krüger | -0/+42 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -416/+459 |
| 2023-05-09 | Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov | Matthias Krüger | -17/+0 |
| 2023-05-09 | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se | Matthias Krüger | -31/+26 |
| 2023-05-09 | Separate test cases into bbs. | Camille GILLOT | -824/+1207 |
| 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 | Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkov | bors | -0/+33 |
| 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 | test for reachable private impl | Michael Goulet | -0/+33 |
| 2023-05-08 | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errors | bors | -78/+904 |
| 2023-05-08 | Move tests | Caio | -17/+0 |
| 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 | Encode types in SMIR | Oli Scherer | -0/+2 |
| 2023-05-08 | Auto merge of #110824 - cjgillot:const-prop-index, r=JakobDegen,oli-obk | bors | -4/+8 |
| 2023-05-08 | Create a trait to abstract over the smir API | Oli Scherer | -1/+1 |
| 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 |