summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-08-04Rollup merge of #27491 - GuillaumeGomez:patch-4, r=ManishearthManish Goregaokar-1/+1
2015-08-03Auto merge of #26783 - eddyb:methrec, r=huonwbors-0/+66
2015-08-04rustc_lint: handle more method calls in unconditional_recursion.Eduard Burtescu-0/+66
2015-08-03Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichtonbors-0/+1
2015-08-03Update error commentGuillaume Gomez-1/+1
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+23
2015-07-30Fix testsBrian Anderson-0/+8
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+1
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+15
2015-07-29Auto merge of #27353 - arielb1:parenthetical-error, r=steveklabnikbors-3/+3
2015-07-29Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelixSteve Klabnik-69/+112
2015-07-29Auto merge of #27349 - arielb1:constant-at, r=alexcrichtonbors-0/+22
2015-07-29Auto merge of #27261 - arielb1:drop-sanity-check, r=pnkfelixbors-0/+47
2015-07-29Auto merge of #27260 - alexcrichton:cap-lints, r=nrcbors-0/+51
2015-07-28rustc: Add a --cap-lints flag to the compilerAlex Crichton-0/+51
2015-07-29Replace illegal with invalid in most diagnosticsSimonas Kazlauskas-9/+9
2015-07-29Improve typeck diagnostic messagesSimonas Kazlauskas-44/+87
2015-07-29Improve invalid recursive types diagnosticSimonas Kazlauskas-16/+16
2015-07-28prohibit the lhs of an @-pattern being a constantAriel Ben-Yehuda-0/+22
2015-07-28clarify the parenthetical notation stability error messageAriel Ben-Yehuda-3/+3
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-1/+11
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-1/+11
2015-07-27Auto merge of #27315 - eefriedman:improper-ctypes-void-ret, r=alexcrichtonbors-0/+3
2015-07-26In improper-ctypes lint, handle functions which explicitly return `()`.Eli Friedman-0/+3
2015-07-25Add feature gateJared Roesch-0/+5
2015-07-25Make default error reporting deterministicJared Roesch-6/+19
2015-07-25Add cross-crate error message testsJared Roesch-0/+20
2015-07-25Correctly collect defaults from type alises in astconvJared Roesch-17/+0
2015-07-25Implement Default TyParam fallbackJared Roesch-0/+40
2015-07-25Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelixbors-54/+26
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-50/+7
2015-07-24Add static_recursion feature gate.Eli Friedman-0/+16
2015-07-24Allow recursive static variables.Eli Friedman-5/+4
2015-07-24handle all type variants correctly in dropckAriel Ben-Yehuda-0/+47
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-24Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakisbors-6/+126
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 #26583 - eefriedman:lint-ffi, r=nrcbors-12/+43
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-12/+43
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-22Resolve lifetime parameters for foreign functions.Eli Friedman-0/+25
2015-07-22Rollup merge of #27202 - apasel422:issue-21174, r=alexcrichtonSteve Klabnik-1/+1