about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-10Do not see through copies of mutable pointers.Camille GILLOT-7/+7
2023-05-10Iteratively replace pointers.Camille GILLOT-8/+6
2023-05-10Add test.Camille GILLOT-0/+168
2023-05-10Auto merge of #111414 - matthiaskrgr:rollup-q0qoc47, r=matthiaskrgrbors-1/+126
2023-05-10Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ...Matthias Krüger-0/+52
2023-05-10Rollup merge of #110747 - oli-obk:smirty, r=spastorinoMatthias Krüger-1/+3
2023-05-10Rollup merge of #110673 - compiler-errors:alias-bounds-2, r=lcnrMatthias Krüger-0/+71
2023-05-10Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelixbors-0/+49
2023-05-09Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegenbors-46/+2586
2023-05-09Make alias bounds sound in the new solverMichael Goulet-0/+71
2023-05-09Add needs-unwind.Camille GILLOT-38/+39
2023-05-09Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubileeMatthias Krüger-0/+42
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-416/+459
2023-05-09Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger-17/+0
2023-05-09Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-seMatthias Krüger-31/+26
2023-05-09Separate test cases into bbs.Camille GILLOT-824/+1207
2023-05-09Do not consider borrowed Freeze locals as SSA.Camille GILLOT-14/+35
2023-05-09Implement SSA-based reference propagation.Camille GILLOT-36/+2171
2023-05-09Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkovbors-0/+33
2023-05-09Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errorsDylan DPC-20/+243
2023-05-09Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC-2/+73
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-25/+231
2023-05-09Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC-78/+74
2023-05-09Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC-286/+416
2023-05-09Rollup merge of #110304 - cchiw:master, r=davidtwcoDylan DPC-0/+18
2023-05-08test for reachable private implMichael Goulet-0/+33
2023-05-08Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errorsbors-78/+904
2023-05-08Move testsCaio-17/+0
2023-05-08Auto merge of #111007 - JakobDegen:nrvo, r=tmiaskobors-573/+245
2023-05-08Rollup merge of #111170 - compiler-errors:diag-doc, r=petrochenkovMichael Goulet-4/+86
2023-05-08Rollup merge of #111118 - chenyukang:yukang-sugg-struct, r=compiler-errorsMichael Goulet-5/+28
2023-05-08Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errorsMichael Goulet-67/+762
2023-05-08Rollup merge of #104070 - nbdd0121:unwind, r=AmanieuMichael Goulet-2/+28
2023-05-08Encode types in SMIROli Scherer-0/+2
2023-05-08Auto merge of #110824 - cjgillot:const-prop-index, r=JakobDegen,oli-obkbors-4/+8
2023-05-08Create a trait to abstract over the smir APIOli Scherer-1/+1
2023-05-08Disable nrvo mir optJakob Degen-573/+245
2023-05-08Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8KiYuki Okushi-0/+19
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-1/+15
2023-05-08suggest struct when we get colon in fileds in enumyukang-5/+28
2023-05-08code refactor and fix wrong suggestionyukang-0/+15
2023-05-08Rollup merge of #111262 - ChrisDenton:normalize-msvc-output, r=cjgillotDylan DPC-10/+3
2023-05-08Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC-0/+103
2023-05-08Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillotDylan DPC-0/+54
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-114/+170
2023-05-08Tweak borrow suggestionMichael Goulet-172/+246
2023-05-08Make spans a bit betterMichael Goulet-33/+25
2023-05-07Fix suggestion for boxing an async closure body, andJohn Bobbo-0/+103
2023-05-08Diagnostic args are still args if they're documentedMichael Goulet-0/+90
2023-05-08fix ice in suggestingyukang-0/+15