summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-02-13Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelixbors-0/+41
2018-02-12Auto merge of #47843 - estebank:teach, r=nikomatsakisbors-0/+7536
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-0/+29
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-3/+34
2018-02-10Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytmkennytm-3/+3
2018-02-10Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakiskennytm-0/+33
2018-02-10Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou...kennytm-3/+12
2018-02-10fix typo: substract -> subtract.Matthias Krüger-3/+3
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-3/+34
2018-02-09Fix visitation order of calls so that it matches execution order. Fixes #48048John Kåre Alsaker-0/+33
2018-02-08Fix the testMark Mansi-2/+2
2018-02-08Update feature gate testMark Mansi-1/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+7536
2018-02-07Auto merge of #48053 - Manishearth:rollup, r=Manishearthbors-20/+265
2018-02-07Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebankManish Goregaokar-0/+42
2018-02-07Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkovManish Goregaokar-0/+51
2018-02-07Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...Manish Goregaokar-2/+75
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-18/+97
2018-02-07Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakisbors-0/+82
2018-02-07Fix ICE for mismatched args on target without spanRyan Cumming-3/+12
2018-02-07Update trait-associated-const test to new formatbobtwinkles-20/+8
2018-02-06mir: Fix DefiningTy::Constbobtwinkles-0/+94
2018-02-07Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakisbors-0/+106
2018-02-06Added and updated tests to enable/disable overflow checks.David Wood-1/+54
2018-02-06improve wording: bounds -> generic boundsRalf Jung-3/+3
2018-02-05correct E0619 span re method call receivers whose type must be knownZack M. Davis-0/+42
2018-02-05Swapped order of left/right visits to ensure consistency in read/write pass o...David Wood-4/+4
2018-02-05Warn about more ignored bounds on type aliasesRalf Jung-0/+51
2018-02-05Stabilize use_nested_groupsPietro Albini-61/+2
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-62/+0
2018-02-04Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...kennytm-0/+55
2018-02-03Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakisbors-18/+94
2018-02-03Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakisbors-0/+33
2018-02-03Auto merge of #47962 - kennytm:rollup, r=kennytmbors-2/+42
2018-02-03Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakisbors-83/+177
2018-02-02Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ...kennytm-2/+38
2018-02-02Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v...kennytm-0/+4
2018-02-02Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakisbors-29/+47
2018-02-01Fix test after rebaseEsteban Küber-54/+30
2018-02-01Remove cast suggestionsEsteban Küber-168/+0
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-37/+276
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-147/+415
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-361/+125
2018-02-02add ellided lifetimedpc-0/+33
2018-02-01Minimize weird spans involving macro contextEsteban Küber-2/+38
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-2/+75
2018-01-31Rollup merge of #47844 - CAD97:patch-1, r=estebankkennytm-0/+28
2018-01-31Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkovkennytm-12/+12
2018-01-30wherein the parens lint keeps its own counsel re args in nested macrosZack M. Davis-0/+55
2018-01-30stabilize match_beginning_vertJonathan Goodman-62/+0