about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-01-14allowing the entry point name to be something other than mainILyoan-0/+66
2013-01-11Regression tests for passing enum-typed consts by reference.Jed Davis-0/+48
2013-01-11Add more tests for enum constants.Jed Davis-1/+67
2013-01-11test: add test for overloading logical negation operatorAndrew Paseltiner-0/+11
2013-01-11test: XFAIL issue_3882 due to strange Windows failure. rs=failurePatrick Walton-0/+2
2013-01-10Add xfailed test for #3973Tim Chevalier-0/+31
2013-01-10add two more copies required in word-count rs=breakageNiko Matsakis-2/+2
2013-01-10Add working test for issue 3935 and xfailed test for issue 3888Tim Chevalier-0/+61
2013-01-10Add test cases: one xfailed, one notTim Chevalier-0/+86
2013-01-10correct expected error msgs in various tests rs=breakageNiko Matsakis-9/+9
2013-01-10tests: Add two test cases, one xfailedTim Chevalier-0/+56
2013-01-10mode: reset mode on entry to fn body.Niko Matsakis-4/+16
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-10/+19
2013-01-10librustc: Allow the type parameter version of `Self` to be spelled with a cap...Patrick Walton-0/+16
2013-01-10test: fix check-fast breakage.Graydon Hoare-2/+2
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-14/+14
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-65/+75
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-75/+65
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-65/+75
2013-01-08Remove ret_style and instead check whether fn return type is botNiko Matsakis-6/+13
2013-01-08Make `self` visible when typechecking nested functionsTim Chevalier-2/+236
2013-01-08test: Fix botched regex. rs=bustagePatrick Walton-3/+3
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-22/+22
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-187/+197
2013-01-07Support assignability for struct fields. r=pcwaltonNiko Matsakis-0/+9
2013-01-07Revert "Change the self def_id to a self_info in typeck, and inherit"Tim Chevalier-236/+2
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