summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+26
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-0/+21
2014-06-25added compile-fail test for 15167John Clements-0/+21
2014-06-25auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brsonbors-12/+27
2014-06-24librustc: Don't try to perform the magicalPatrick Walton-0/+31
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-12/+27
2014-06-24Test fixes from the rollupAlex Crichton-0/+4
2014-06-24test: Add a test for regions, traits, and variance.Patrick Walton-0/+52
2014-06-24librustc: Check function argument patterns for legality of by-movePatrick Walton-0/+21
2014-06-24Remove few FIXMEsPiotr Jawniak-11/+4
2014-06-24Fix #15129Jakub Wieczorek-5/+41
2014-06-24Add tests for #12470 and #14285Edward Wang-0/+67
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-57/+43
2014-06-24Test lint pluginsKeegan McAllister-0/+30
2014-06-24librustc: Remove outdated reference to `~` and `@`Tom Jakubowski-0/+48
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+28
2014-06-24auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichtonbors-11/+119
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-11/+119
2014-06-23auto merge of #14974 : Ryman/rust/non_trait_method, r=alexcrichtonbors-10/+49
2014-06-23rustc: catch `impl X for Y` where X is not a trait in resolve.Kevin Butler-5/+40
2014-06-23rustc: catch non-trait methods before typeck.Kevin Butler-7/+11
2014-06-23auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichtonbors-53/+0
2014-06-23auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwaltonbors-1/+14
2014-06-23auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwaltonbors-1/+42
2014-06-22libsyntax: don't allow enum structs with no fieldsBenjamin Herr-1/+14
2014-06-22Remove duplicated test filesPiotr Jawniak-53/+0
2014-06-22Make destructuring trait reference workEdward Wang-1/+42
2014-06-21auto merge of #15062 : pcwalton/rust/trailing-plus, r=brsonbors-2/+20
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-66/+82
2014-06-21auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichtonbors-45/+141
2014-06-20libsyntax: Stop parsing `+` with no bounds after it.Patrick Walton-2/+20
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-3/+5
2014-06-20Address review commentsJakub Wieczorek-14/+88
2014-06-20Add unreachability detection for missized patterns of fixed size vectorsJakub Wieczorek-0/+18
2014-06-20Provide a witness pattern for non-exhaustive patternsJakub Wieczorek-15/+33
2014-06-20Check pattern refutability the same way exhaustiveness is checkedJakub Wieczorek-32/+18
2014-06-18Add stability inheritanceAaron Turon-66/+82
2014-06-19auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmrbors-0/+30
2014-06-18Handle CRLF properly in the lexerKevin Ballard-0/+30
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+9
2014-06-18Reject double moves out of array elementsCameron Zwarich-0/+21
2014-06-18auto merge of #14854 : jakub-/rust/issue-10991, r=pcwaltonbors-0/+14
2014-06-18auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichtonbors-57/+71
2014-06-18Adapt test case to match current set of emitted warnings. (or lackFelix S. Klock II-1/+1
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-64/+46
2014-06-18Fix expected error message in a test.Simon Sapin-1/+1
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-0/+33
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+24
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+26
2014-06-17rustc: Add self/super hint for extern crate resolve errors.Kevin Butler-4/+36