summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-5/+5
2014-06-27Add test for #11677Piotr Jawniak-0/+24
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+26
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-2/+2
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-13/+80
2014-06-25more loops to be ignored by pretty-rpassJohn Clements-0/+8
2014-06-25work around 15189 in test casesJohn Clements-0/+38
2014-06-25added compile-fail test for 15167John Clements-0/+21
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-25auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brsonbors-21/+36
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-21/+36
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-21/+0
2014-06-24Test fixes from the rollupAlex Crichton-7/+9
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-0/+8
2014-06-24rustc: Don't register syntax crates twiceAlex Crichton-0/+15
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-19/+7
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-5/+74
2014-06-24rustc: Always include the morestack libraryAlex Crichton-0/+13
2014-06-24Add tests for #12470 and #14285Edward Wang-0/+67
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-602/+595
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-21/+0
2014-06-24auto merge of #15024 : kmcallister/rust/lint, r=alexcrichtonbors-0/+223
2014-06-24auto merge of #15118 : stepancheg/rust/concat, r=alexcrichtonbors-1/+3
2014-06-24Test lint pluginsKeegan McAllister-0/+223
2014-06-24auto merge of #15114 : ben0x539/rust/run-make-libpath, r=alexcrichtonbors-2/+2
2014-06-24auto merge of #15071 : tomjakubowski/rust/fix-15052, r=alexcrichtonbors-0/+48
2014-06-24librustc: Remove outdated reference to `~` and `@`Tom Jakubowski-0/+48
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-3/+45
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-0/+14
2014-06-24auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichtonbors-19/+127
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-19/+127
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-81/+4
2014-06-23Allow trailing comma in `concat!`Stepan Koltsov-1/+3
2014-06-23auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwaltonbors-1/+14
2014-06-23Add regression test for ICE from issue 10846.Felix S. Klock II-0/+40
2014-06-23test: readd TMPDIR to LD_LIBRARY_PATH for run-makeBenjamin Herr-2/+2
2014-06-23auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichtonbors-3/+26
2014-06-23auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwaltonbors-1/+42