summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-27Add test for #11677Piotr Jawniak-0/+24
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-0/+53
2014-06-26rustrt: Reorganize task usageAlex Crichton-0/+53
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-0/+38
2014-06-25work around 15189 in test casesJohn Clements-0/+38
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-2/+2
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-21/+0
2014-06-24Test fixes from the rollupAlex Crichton-2/+0
2014-06-24rustc: Don't register syntax crates twiceAlex Crichton-0/+15
2014-06-24Remove few FIXMEsPiotr Jawniak-8/+3
2014-06-24Move core::bool tests to run-passBrian Anderson-0/+77
2014-06-24added xfailed test for issue 9737John Clements-0/+20
2014-06-24added xfailed tests for two other flavors of var hygieneJohn Clements-0/+47
2014-06-24Fix #15129Jakub Wieczorek-0/+33
2014-06-24rustc: Always include the morestack libraryAlex Crichton-0/+13
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-498/+505
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-21/+0
2014-06-24auto merge of #15118 : stepancheg/rust/concat, r=alexcrichtonbors-1/+3
2014-06-24auto merge of #15113 : pnkfelix/rust/fsk-add-regression-test-for-ice-from-108...bors-0/+40
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-2/+14
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-0/+14
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-5/+5
2014-06-23auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichtonbors-15/+4
2014-06-23Allow trailing comma in `concat!`Stepan Koltsov-1/+3
2014-06-23Add regression test for ICE from issue 10846.Felix S. Klock II-0/+40
2014-06-23auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichtonbors-2/+24
2014-06-22auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichtonbors-0/+38
2014-06-22Remove duplicated test filesPiotr Jawniak-15/+4
2014-06-21Fix spurious non-exhaustive errors for cross-crate struct variantsJakub Wieczorek-2/+24
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-12/+7
2014-06-21auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichtonbors-0/+55
2014-06-20libsyntax: Stop parsing `+` with no bounds after it.Patrick Walton-12/+7
2014-06-20auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr...bors-11/+19
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-11/+19
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-0/+6
2014-06-20Fix #14393Jakub Wieczorek-0/+17
2014-06-20Add support for fixed size vectors in let/arg patternsJakub Wieczorek-0/+30
2014-06-19auto merge of #15033 : Sawyer47/rust/old-test, r=alexcrichtonbors-30/+0
2014-06-19auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakisbors-0/+41
2014-06-19auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmrbors-0/+45
2014-06-18Handle CRLF properly in the lexerKevin Ballard-0/+45
2014-06-18Deprecate the bytes!() macro.Simon Sapin-3/+3
2014-06-18Fix #14865Edward Wang-0/+30
2014-06-18Fallout from TaskBuilder changesAaron Turon-34/+17