summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-06-22auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichtonbors-0/+38
2014-06-22libsyntax: don't allow enum structs with no fieldsBenjamin Herr-1/+14
2014-06-22Remove duplicated test filesPiotr Jawniak-81/+4
2014-06-21Fix spurious non-exhaustive errors for cross-crate struct variantsJakub Wieczorek-3/+26
2014-06-22Make destructuring trait reference workEdward Wang-1/+42
2014-06-21Fix a #14731 regression in missing_constructor() for vector patternsJakub Wieczorek-0/+38
2014-06-21Add missing attributes to indirect calls for foreign functionsBjörn Steinbrink-0/+36
2014-06-21auto merge of #15062 : pcwalton/rust/trailing-plus, r=brsonbors-14/+27
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-66/+160
2014-06-21auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichtonbors-45/+196
2014-06-20libsyntax: Stop parsing `+` with no bounds after it.Patrick Walton-14/+27
2014-06-20auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr...bors-16/+28
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-16/+28
2014-06-20Ignore issue-14393 on WindowsJakub Wieczorek-0/+2
2014-06-20syntax: Parse GT tokens from `>=` and `>>=`Alex Crichton-0/+21
2014-06-20Address review commentsJakub Wieczorek-14/+94
2014-06-20Fix #14393Jakub Wieczorek-0/+17
2014-06-20Add unreachability detection for missized patterns of fixed size vectorsJakub Wieczorek-0/+18
2014-06-20Add support for fixed size vectors in let/arg patternsJakub Wieczorek-0/+30
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-19auto merge of #15033 : Sawyer47/rust/old-test, r=alexcrichtonbors-43/+0
2014-06-19auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakisbors-0/+41
2014-06-18Add stability inheritanceAaron Turon-66/+160
2014-06-19auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmrbors-0/+75
2014-06-18Handle CRLF properly in the lexerKevin Ballard-0/+75
2014-06-19auto merge of #15025 : alexcrichton/rust/rollup, r=alexcrichtonbors-62/+172
2014-06-18Deprecate the bytes!() macro.Simon Sapin-4/+12
2014-06-18debuginfo: Add test case for issue 14411.Michael Woerister-0/+25
2014-06-18Fix #14865Edward Wang-0/+30
2014-06-18Reject double moves out of array elementsCameron Zwarich-0/+21
2014-06-18Fallout from TaskBuilder changesAaron Turon-59/+31
2014-06-18Revamp TaskBuilder APIAaron Turon-0/+26
2014-06-18librustc: Use expr_ty_adjusted in trans_overloaded_call.Luqman Aden-0/+29
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+0
2014-06-18auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brsonbors-6/+2
2014-06-18auto merge of #14854 : jakub-/rust/issue-10991, r=pcwaltonbors-0/+14
2014-06-18test: Attempt to fix nightly-linuxAlex Crichton-6/+2
2014-06-18Remove obsolete testPiotr Jawniak-43/+0
2014-06-18auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichtonbors-60/+73
2014-06-18Adapt test case to match current set of emitted warnings. (or lackFelix S. Klock II-1/+1
2014-06-18Regression tests for flowgraph construction bug on ExprWhile.Felix S. Klock II-1/+444
2014-06-18some extra test cases to cover in the borrow checker.Felix S. Klock II-0/+108
2014-06-17librustc: Don't overwrite vtables when coercing to trait object.Luqman Aden-0/+41
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-1/+140
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-67/+48
2014-06-18Fix expected error message in a test.Simon Sapin-1/+1
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+40
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+36
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+64