summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-01-07Change the self def_id to a self_info in typeck, and inheritTim Chevalier-2/+236
2013-01-07xfail broken testsTim Chevalier-1/+3
2013-01-07Revert "xfail broken tests"Tim Chevalier-3/+1
2013-01-07xfail broken testsTim Chevalier-1/+3
2013-01-05Add a test for nullary univariant enums.Jed Davis-0/+19
2013-01-03Add xfailed test for #3707Tim Chevalier-0/+29
2013-01-03Actually xfail this, unbreak buildTim Chevalier-0/+11
2013-01-03Add test cases (one xfailed, one not)Tim Chevalier-0/+59
2013-01-02use newtype struct for devnull rather than type aliased recordTed Horst-3/+3
2013-01-02really update mandelbrot to pipesTed Horst-14/+9
2012-12-28test: Fix benchmarks. rs=rustbotPatrick Walton-52/+47
2012-12-28test: Fix a bunch of compile-fail tests. rs=bustagePatrick Walton-18/+17
2012-12-28test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustagePatrick Walton-1/+1
2012-12-28test: Fix test/run-pass/class-cast-to-trait-cross-crate-2. rs=firePatrick Walton-1/+1
2012-12-28test: Fix a couple more tests. rs=bustagePatrick Walton-8/+5
2012-12-28test: Fix test/run-pass/pipe-pingpong-proto. rs=bustagePatrick Walton-2/+2
2012-12-28test: Fix test/run-pass/pipe-pingpong-bounded. rs=bustagePatrick Walton-19/+22
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-160/+135
2012-12-28Merge pull request #4268 from catamorphism/issue-3477Tim Chevalier-0/+3
2012-12-27Add an xfailed test case and a CONTRIBUTING.md fileTim Chevalier-0/+34
2012-12-27Merge pull request #4298 from JensNockert/byteswapTim Chevalier-0/+8
2012-12-27Add support for byteswap intrinsicsJens Nockert-0/+8
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+12
2012-12-27Merge branch 'master' of github.com:mozilla/rust into incomingErick Tryzelaar-0/+112
2012-12-24Update shootout-mandelbrot to work with the new io::WriterTim Chevalier-5/+5
2012-12-24update mandelbrot to pipes, a few other updatesTed Horst-22/+11
2012-12-24Remove xfail-fast from trait-composition-trivialTim Chevalier-1/+0
2012-12-24tests: Add test case. Closes #3250Tim Chevalier-0/+7
2012-12-24bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-1/+1
2012-12-24Assign correct types to struct-like enum variant constructorsTim Chevalier-0/+11
2012-12-24Update shootout-mandelbrot to work with the new io::WriterTim Chevalier-5/+5
2012-12-23Merge pull request #4239 from tedhorst/mandpipeTim Chevalier-22/+11
2012-12-23Merge pull request #4249 from graydon/0.6-bumpTim Chevalier-1/+1
2012-12-23update mandelbrot to pipes, a few other updatesTed Horst-22/+11
2012-12-23Remove xfail-fast from trait-composition-trivialTim Chevalier-1/+0
2012-12-22Emit a type error for integer literals where the expected type is charTim Chevalier-0/+3
2012-12-22tests: Add test case. Closes #3250Tim Chevalier-0/+7
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-1/+1
2012-12-21Add support for bitcount intrinsicsJens Nockert-0/+112
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-1/+1
2012-12-18Fix vec::flat_map_to_vec methodErick Tryzelaar-14/+13
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-31/+31
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-8/+9
2012-12-18Fix some iter testsBrian Anderson-2/+2
2012-12-18Deal with test failures in various waysBrian Anderson-4/+10
2012-12-18Merge commit 'erickt/incoming^' into kind-namesBrian Anderson-11/+7
2012-12-18fix 4 repr tests due to differences in spacing. r=burningtree.Graydon Hoare-5/+5
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-9/+5
2012-12-17fix warnings in vec destructuring testsErick Tryzelaar-2/+2
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-22/+22