about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-08-03Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichtonbors-2/+8
2015-07-31Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfacklerbors-3/+18
2015-07-31Fix `impl A .. {}`Seo Sanghyeon-3/+18
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+29
2015-07-30Fix testsBrian Anderson-0/+8
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-2/+8
2015-07-30Auto merge of #27392 - pnkfelix:rename-xpretty-as-unpretty, r=jroeschbors-1/+1
2015-07-30Auto merge of #27052 - wthrowe:atomic_send, r=Gankrobors-0/+22
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-1/+1
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+21
2015-07-29Auto merge of #27353 - arielb1:parenthetical-error, r=steveklabnikbors-3/+3
2015-07-29Auto merge of #27346 - dotdash:closure_dbg, r=michaelwoeristerbors-0/+18
2015-07-29Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelixSteve Klabnik-100/+143
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/+124
2015-07-29Auto merge of #27260 - alexcrichton:cap-lints, r=nrcbors-0/+69
2015-07-28rustc: Add a --cap-lints flag to the compilerAlex Crichton-0/+69
2015-07-29Replace illegal with invalid in most diagnosticsSimonas Kazlauskas-40/+40
2015-07-29Improve typeck diagnostic messagesSimonas Kazlauskas-44/+87
2015-07-29Improve invalid recursive types diagnosticSimonas Kazlauskas-16/+16
2015-07-28Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddybbors-11/+7
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-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-11/+7
2015-07-28Auto merge of #26173 - pnkfelix:fsk-trans-nzmove-take3, r=nikomatsakisbors-11/+74
2015-07-28Revise intrinsic-move-val test to not require knowledge of whether filling dr...Felix S. Klock II-11/+74
2015-07-28Auto merge of #27330 - alexcrichton:reenable-lto-syntax-extension, r=huonwbors-23/+38
2015-07-28Fix de-deduplication for closure debuginfoBjörn Steinbrink-0/+18
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-1/+12
2015-07-27Auto merge of #27304 - alexcrichton:revert-picky-dllimport, r=brsonbors-32/+0
2015-07-27test: Fix lto-syntax-extensionAlex Crichton-23/+38
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-1/+12
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-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-32/+0
2015-07-26Auto merge of #26870 - jroesch:default-typaram-fallback, r=nikomatsakisbors-0/+292
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