about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-06-24Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPCDylan DPC-0/+152
2020-06-24Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwcoDylan DPC-0/+43
2020-06-24Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkovbors-0/+179
2020-06-23Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwcoManish Goregaokar-10/+55
2020-06-23Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiserManish Goregaokar-8/+2
2020-06-23Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m...Manish Goregaokar-23/+52
2020-06-23review comments: wording and styleEsteban Küber-20/+20
2020-06-23Add test for issue-69840Yuki Okushi-0/+16
2020-06-23Add test for issue-59435Yuki Okushi-0/+29
2020-06-23Add test for issue-51506Yuki Okushi-0/+55
2020-06-23Add test for issue-44861Yuki Okushi-0/+52
2020-06-23The const propagator cannot trace references.Oliver Scherer-8/+2
2020-06-23Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearthbors-1225/+2183
2020-06-23Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obkManish Goregaokar-17/+107
2020-06-23Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakisManish Goregaokar-9/+277
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-145/+144
2020-06-23Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasperManish Goregaokar-1054/+1652
2020-06-23Rollup merge of #72271 - rakshith-ravi:master, r=varkorManish Goregaokar-0/+3
2020-06-22Change heuristic for determining range literalAyaz Hafiz-0/+43
2020-06-23Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morseDylan DPC-1/+33
2020-06-22Provide context on E0308 involving fn itemsEsteban Küber-10/+55
2020-06-22cite issue 73154Niko Matsakis-6/+6
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-58/+445
2020-06-22WIP bless test and compare-mode=nllNiko Matsakis-101/+186
2020-06-22add new coherence tests and update the documentationNiko Matsakis-4/+53
2020-06-22add new tests from MCP and the tracking issueNiko Matsakis-0/+197
2020-06-22remove leak-check from projectNiko Matsakis-85/+131
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-154/+124
2020-06-22Point at the call spawn when overflow occurs during monomorphizationAaron Hill-23/+52
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-453/+42
2020-06-22upcasting traits requires only that things become more generalNiko Matsakis-23/+9
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-561/+479
2020-06-22rewrite leak check to be based on universesNiko Matsakis-180/+140
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-202/+197
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-197/+202
2020-06-22Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebankDylan DPC-3/+6
2020-06-22Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkovDylan DPC-59/+50
2020-06-21Fix spurious 'value moved here in previous iteration of loop' messagesAaron Hill-1/+33
2020-06-21Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakisbors-48/+58
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-59/+50
2020-06-21Update UI testsGuillaume Gomez-3/+6
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-6/+335
2020-06-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-382/+1660
2020-06-20Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projections, r...Manish Goregaokar-0/+108
2020-06-20Rollup merge of #73227 - camelid:multiple-asm-options, r=AmanieuManish Goregaokar-41/+120
2020-06-20Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat...Manish Goregaokar-341/+1179
2020-06-20Rollup merge of #72456 - ldm0:dereftrait, r=estebankManish Goregaokar-0/+253
2020-06-20update testsChristian Poveda-17/+107
2020-06-20Fix duplicate options errorCamelid-9/+9
2020-06-20Make suggestion machine-applicableCamelid-10/+37