summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-07-26Auto merge of #27283 - arielb1:free-self-2, r=eddybbors-0/+26
2015-07-25Add feature gateJared Roesch-7/+26
2015-07-25Make default error reporting deterministicJared Roesch-6/+19
2015-07-25Add cross-crate error message testsJared Roesch-0/+39
2015-07-25Fix error message spansJared Roesch-2/+2
2015-07-25Clean up test casesJared Roesch-33/+62
2015-07-25Remove defaults table and attach defaults directly to tyvarsJared Roesch-0/+60
2015-07-25Correctly collect defaults from type alises in astconvJared Roesch-0/+0
2015-07-25Implement Default TyParam fallbackJared Roesch-0/+132
2015-07-25Substitute free lifetimes in `Self::T`Ariel Ben-Yehuda-0/+26
2015-07-25Auto merge of #27258 - nikomatsakis:issue-26952, r=eddybbors-0/+33
2015-07-25Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelixbors-21/+97
2015-07-25Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakisbors-0/+16
2015-07-24Allow writing types which "can't" be instantiated.Eli Friedman-16/+60
2015-07-24Add static_recursion feature gate.Eli Friedman-0/+18
2015-07-24Allow recursive static variables.Eli Friedman-5/+19
2015-07-24Fix an ICE with a closure in a constant.Eli Friedman-0/+13
2015-07-24handle all type variants correctly in dropckAriel Ben-Yehuda-0/+124
2015-07-24Auto merge of #27265 - steveklabnik:rollup, r=steveklabnikbors-0/+21
2015-07-24Rollup merge of #27244 - Detegr:master, r=eddybSteve Klabnik-0/+21
2015-07-24Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrcbors-1/+52
2015-07-24Correct regression in type-inference caused by failing to reconfirm thatNiko Matsakis-0/+33
2015-07-24Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakisbors-10/+233
2015-07-24Add regression test for #25368. Fixes #25368.Niko Matsakis-0/+23
2015-07-24Add regression test for #25954 (cyclic closure type), which is nowNiko Matsakis-0/+28
2015-07-24Unify the upvar variables found in closures with the actual types of theNiko Matsakis-1/+1
2015-07-24Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brsonbors-0/+32
2015-07-24Auto merge of #26583 - eefriedman:lint-ffi, r=nrcbors-14/+48
2015-07-24Fix license statementAndy Caldwell-2/+12
2015-07-24Add test for issue #23389Andy Caldwell-0/+6
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-14/+48
2015-07-23update compile-fail/pushpop-unsafe-rejects.rs to reflect switch from saturate...Felix S. Klock II-24/+25
2015-07-23eval_const_expr_partial now returns ConstVal::Struct instead of None for unit...Antti Keränen-0/+21
2015-07-23Update suggestion from parenthesized-box-expr-message to reflect new output s...Felix S. Klock II-2/+2
2015-07-23fix pretty printing tests by opting into the features that the expanded code ...Felix S. Klock II-0/+4
2015-07-22Resolve lifetime parameters for foreign functions.Eli Friedman-0/+25
2015-07-22Rollup merge of #27202 - apasel422:issue-21174, r=alexcrichtonSteve Klabnik-1/+1
2015-07-22Rollup merge of #27158 - apasel422:issue-14382, r=alexcrichtonSteve Klabnik-0/+24
2015-07-22Rollup merge of #27154 - apasel422:issue-10436, r=GankroSteve Klabnik-0/+20
2015-07-22Rollup merge of #27147 - apasel422:issue-19404, r=alexcrichtonSteve Klabnik-0/+47
2015-07-22Rollup merge of #27146 - apasel422:issue-14229, r=alexcrichtonSteve Klabnik-0/+30
2015-07-22Rollup merge of #27140 - dotdash:test-26468, r=luqmanaSteve Klabnik-0/+38
2015-07-22Rollup merge of #27131 - apasel422:issue-20162, r=arielb1Steve Klabnik-0/+17
2015-07-22Add test of placement-in syntax, analogous to `new-box-syntax.rs`Felix S. Klock II-0/+37
2015-07-22refine set of allowed warnings in `new-box-syntax.rs` test.Felix S. Klock II-1/+1
2015-07-22Add actual use of the `struct Structure` lying dormant in `new-box-syntax.rs`.Felix S. Klock II-0/+5
2015-07-22uncomment feature-gate testing for `in PLACE BLOCK` now that its in the parser.Felix S. Klock II-2/+2
2015-07-22Add new feature gate opt-in necessary for `new-box-syntax.rs`.Felix S. Klock II-0/+1
2015-07-22Update `issue-14084.rs` test to reflect changes to error output.Felix S. Klock II-1/+3
2015-07-22Update the `intrinsic-move-val.rs` test to reflect its newer signature.Felix S. Klock II-1/+1