about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-09-26apply `process_registered_region_obligations` at the end of regionckNiko Matsakis-12/+1
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-19/+19
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-9/+9
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-40/+106
2018-09-24Update ui testsMatthew Jasper-38/+16
2018-09-24Add tests for new match borrowsMatthew Jasper-0/+44
2018-09-23Update tests for changes to drop accessMatthew Jasper-4/+4
2018-09-23Only annotate if borrow is returned.David Wood-2/+2
2018-09-23Correctly handle named lifetimes.David Wood-4/+5
2018-09-23Added note about dangling references.David Wood-0/+3
2018-09-23Improve 'dropped here' note.David Wood-1/+1
2018-09-23Improve borrow errors for closures.David Wood-8/+7
2018-09-23Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni...bors-32/+32
2018-09-23Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakisbors-5/+8
2018-09-22Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebankPietro Albini-0/+67
2018-09-20Remove incidental notesmemoryruins-5/+0
2018-09-20Add test for deref recursion limit printing twicememoryruins-0/+72
2018-09-20Rollup merge of #54292 - memoryruins:issue-53712, r=estebankkennytm-0/+20
2018-09-19Update ui testsMatthew Jasper-5/+8
2018-09-18Use expr's spanmemoryruins-1/+3
2018-09-18Set diagnostic applicability based on array lengthmemoryruins-2/+2
2018-09-18De-duplicate moved variable errors.David Wood-42/+1
2018-09-18Rollup merge of #54225 - pnkfelix:issue-53675-add-test-called-panic, r=petroc...Guillaume Gomez-0/+36
2018-09-18Updates to tests reflecting the diangostic changes in previous commit.Felix S. Klock II-32/+32
2018-09-17Suggest array indexing when tuple indexing on an array.memoryruins-0/+18
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-26/+29
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-1/+2
2018-09-15Regression test for rust-lang/rust#53675.Felix S. Klock II-0/+36
2018-09-14Auto merge of #54069 - petrochenkov:subns, r=aturonbors-3/+3
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+5
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-3/+3
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-26/+29
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-21/+2
2018-09-10resolve: Remove `unshadowable_attrs`Vadim Petrochenkov-4/+3
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+5
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-3/+4
2018-09-07Auto merge of #53893 - petrochenkov:cfgexpr, r=pnkfelixbors-13/+0
2018-09-07Auto merge of #54021 - kennytm:rollup, r=kennytmbors-3/+3
2018-09-07Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakisbors-0/+2
2018-09-07Rollup merge of #53550 - brson:recurring, r=estebankkennytm-3/+3
2018-09-06Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-13/+0
2018-09-05slight rewording of labelsEsteban Küber-1/+1
2018-09-05Fix incorrect outer function type parameter messageEsteban Küber-3/+4
2018-09-04Document #[test_case] and #![test_runner]John Renner-2/+2
2018-09-04Introduce Custom Test FrameworksJohn Renner-3/+3
2018-09-03Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelixbors-160/+0
2018-09-01Auto merge of #53842 - estebank:various, r=petrochenkovbors-1/+3
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-26/+39
2018-09-01Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakiskennytm-0/+25
2018-09-01Update testsBasile Desloges-160/+0