about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-14/+21
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-24/+21
2013-03-08test: Removing dvec usesAlex Crichton-4/+2
2013-03-07test: Fix tests.Patrick Walton-96/+137
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-46/+46
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-20/+30
2013-03-07Permit casting region pointers to unsafe ones.Josh Matthews-0/+45
2013-03-06fix test to not use fn exprNiko Matsakis-1/+2
2013-03-06Improve error messages when illegal lifetimes are usedNiko Matsakis-8/+8
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-129/+112
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-37/+16
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-0/+83
2013-03-05auto merge of #5234 : pcwalton/rust/equiv, r=pcwaltonbors-6/+9
2013-03-05libsyntax: Separate multiple inherited traits with `+`Patrick Walton-6/+9
2013-03-05auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydonbors-0/+17
2013-03-05Update region inference for traits so that a method withNiko Matsakis-1/+1
2013-03-04added test case for macros with separators error messageJohn Clements-0/+17
2013-03-04Remove unused imports throughout src/Alex Crichton-13/+0
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-100/+113
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-15/+15
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-190/+23
2013-03-02Remove REC, change related tests/docsJihyun Yu-190/+23
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-17/+17
2013-02-28Fix leaking immediate children and types via glob importsAlex Crichton-3/+3
2013-02-28Fix leaking non-public 'use' statements with glob importsAlex Crichton-0/+39
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-3/+1
2013-02-28librustc: Make methods private if the impl is privatePatrick Walton-0/+15
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-19/+19
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-1/+4
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-27testsuite: Update and un-xfail #3601 testTim Chevalier-8/+8
2013-02-27auto merge of #5070 : youknowone/rust/struct-match2, r=nikomatsakisbors-3/+2
2013-02-28Fix reversed current/expected typeJeong YunWon-3/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-2/+2
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-19/+0
2013-02-27auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakisbors-0/+14
2013-02-26Adjust error messages for compile-fail tests.Luqman Aden-9/+9
2013-02-26Fix using the #[]-style attribute for unused importsAlex Crichton-1/+6
2013-02-26Don't warn about 'pub use' statementsAlex Crichton-0/+3
2013-02-26Add non-exhaustive check for match guardsJeong YunWon-0/+14
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-256/+25
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-40/+6
2013-02-25auto merge of #5084 : oncemoreification/rust/issue-4517, r=brsonbors-1/+7
2013-02-25Report error for non constant vector repeat countJeong YunWon-0/+16
2013-02-23Fix slice printingoncemoreification-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-232/+69
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-2/+2
2013-02-22Fix vector syntax in error messagesoncemoreification-1/+7
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-2/+2