about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-10-02Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelixPietro Albini-0/+7152
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-2/+2
2018-10-02move some more testsRalf Jung-0/+1416
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-0/+12
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-1/+1
2018-09-30make run-pass tests with empty main just compile-pass testsRalf Jung-0/+5736
2018-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-0/+12
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-2/+1
2018-09-28Test fixes for the change of error message for issue #54015Rusty Blitzerr-2/+2
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-4/+4
2018-09-28Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_...Felix S. Klock II-1/+1
2018-09-27Update ui linesJosh Stone-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+0
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