about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-17/+82
2017-11-11Auto merge of #45775 - petrochenkov:patnopat, r=nikomatsakisbors-5/+36
2017-11-11Always report patterns more complex than `mut IDENT` as errorsVadim Petrochenkov-3/+1
2017-11-11Accept interpolated patterns in trait method parametersVadim Petrochenkov-4/+37
2017-11-11Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1Guillaume Gomez-3/+3
2017-11-11Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...bors-5/+5
2017-11-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-23/+31
2017-11-11Fix MIR borrowck EndRegion not foundRamana Venkata-9/+33
2017-11-10Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakisbors-222/+291
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-49/+69
2017-11-10Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichtonbors-5/+6
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-0/+34
2017-11-10Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakiskennytm-0/+1
2017-11-09Retain information on whether a format argument has explicit positionTommy Ip-5/+10
2017-11-09check::method - unify receivers before normalizing method signaturesAriel Ben-Yehuda-0/+35
2017-11-09Don't emit the feature error if it's an invalid self typeMichael Hewson-4/+0
2017-11-09fixed all the compile-fail error messagesMichael Hewson-10/+29
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-21/+0
2017-11-08fix error message in arbitrary-self-types-not-object-safe testMichael Hewson-2/+1
2017-11-08tidy things up a bitMichael Hewson-1/+21
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-1/+0
2017-11-08restore move out dataflow, add report of move out errorsMikhail Modin-3/+3
2017-11-08Fix help for duplicated names: `extern crate (...) as (...)`Esteban Küber-0/+1
2017-11-08Auto merge of #45205 - rkruppe:saturating-casts, r=eddybbors-0/+61
2017-11-08Remove the error check that I think is redundant, and change the test error m...Michael Hewson-29/+10
2017-11-08add a NOTE comment to the object safety test so that it passesMichael Hewson-0/+1
2017-11-08Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakisbors-33/+36
2017-11-08move ExplicitSelf to rustc::ty::util, and use it to implement object safety c...Michael Hewson-1/+4
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-0/+61
2017-11-07Add arbitrary_self_types feature gate error to some testsMichael Hewson-3/+10
2017-11-07Fix some of the testsMichael Hewson-38/+7
2017-11-07add tests for the arbitrary_self_types, which won't pass yetMichael Hewson-0/+70
2017-11-07Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakiskennytm-1/+1
2017-11-07Update compile-fail tests.Michael Woerister-33/+36
2017-11-06run unsafety checking before dead block collectionAriel Ben-Yehuda-0/+15
2017-11-06Add tests for new format! error messageTommy Ip-23/+26
2017-11-06[intrinsics] add div and rem vector testsgnzlbg-5/+6
2017-11-06fix unsafety checking for generatorsAriel Ben-Yehuda-0/+19
2017-11-05Handle anon lifetime arg being returned with named lifetime return typeEsteban Küber-1/+1
2017-11-05Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1bors-0/+322
2017-11-04Fix checking of auto trait bounds in trait objects.leonardo.yvens-5/+5
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-0/+229
2017-11-03Detect `=` -> `:` typo in let bindingsEsteban Küber-1/+0
2017-11-04Move some tests to UIVadim Petrochenkov-47/+0
2017-11-04resolve: Use same rules for disambiguating fresh bindings in `match` and `let`Vadim Petrochenkov-12/+79
2017-11-04Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1bors-0/+42
2017-11-03Added tests for RFC 2008.David Wood-0/+229
2017-11-03Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakisbors-6/+73
2017-11-03Parse auto traits the same as traits.leonardo.yvens-29/+22
2017-11-03Fix tests and rebase conflictleonardo.yvens-0/+6