summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2015-08-10placate the pretty tests by ignoring my test.Felix S. Klock II-0/+2
2015-08-10Regression test for dropflag reinit issue.Felix S. Klock II-0/+34
2015-08-03Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichtonbors-0/+1
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+4
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+1
2015-07-30Auto merge of #27052 - wthrowe:atomic_send, r=Gankrobors-0/+22
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+4
2015-07-29Auto merge of #27261 - arielb1:drop-sanity-check, r=pnkfelixbors-0/+77
2015-07-29Auto merge of #27260 - alexcrichton:cap-lints, r=nrcbors-0/+18
2015-07-28rustc: Add a --cap-lints flag to the compilerAlex Crichton-0/+18
2015-07-28Revise intrinsic-move-val test to not require knowledge of whether filling dr...Felix S. Klock II-11/+74
2015-07-27Auto merge of #27304 - alexcrichton:revert-picky-dllimport, r=brsonbors-17/+0
2015-07-27typeck: handle unsized structs in type hints by recursing into their last field.Eduard Burtescu-0/+5
2015-07-26Auto merge of #27272 - eefriedman:closure-const-crash, r=nikomatsakisbors-0/+13
2015-07-26Revert "trans: Be a little more picky about dllimport"Alex Crichton-17/+0
2015-07-26Auto merge of #26870 - jroesch:default-typaram-fallback, r=nikomatsakisbors-0/+212
2015-07-26Auto merge of #27283 - arielb1:free-self-2, r=eddybbors-0/+26
2015-07-25Add feature gateJared Roesch-7/+21
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/+17
2015-07-25Implement Default TyParam fallbackJared Roesch-0/+92
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-24Allow writing types which "can't" be instantiated.Eli Friedman-0/+87
2015-07-24Add static_recursion feature gate.Eli Friedman-0/+2
2015-07-24Allow recursive static variables.Eli Friedman-0/+15
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/+77
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-2/+105
2015-07-24Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brsonbors-0/+17
2015-07-23fix pretty printing tests by opting into the features that the expanded code ...Felix S. Klock II-0/+4
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-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-22Add new feature gate opt-in necessary for `new-box-syntax.rs`.Felix S. Klock II-0/+1
2015-07-22Update the `intrinsic-move-val.rs` test to reflect its newer signature.Felix S. Klock II-1/+1
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-0/+56
2015-07-21trans: Be a little more picky about dllimportAlex Crichton-0/+17
2015-07-22Auto merge of #27185 - pnkfelix:test-cyclic-collections, r=alexcrichtonbors-0/+759
2015-07-21Auto merge of #27093 - Manishearth:closure-label-shadow, r=pnkfelixbors-0/+16
2015-07-21add test for #14382Andrew Paseltiner-0/+24
2015-07-21This test attempts to exercise cyclic structure much of `std::collections`Felix S. Klock II-0/+759