about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-05-24Stop showing a 'cyclic import' message for unresolved importsMarijn Haverbeke-5/+8
2011-05-24Improve nonexistent-module error messageTim Chevalier-0/+7
2011-05-23test: Remove compile-fail/export-boot.rsBrian Anderson-21/+0
2011-05-23test: Un-xfail some compile-fail testsBrian Anderson-23/+2
2011-05-23Un-XFAIL vector-no-annTim Chevalier-5/+1
2011-05-23test: Un-xfail some working testsBrian Anderson-25/+8
2011-05-23Typecheck @[] correctlyTim Chevalier-5/+3
2011-05-23Un-xfail test/run-pass/mlistMarijn Haverbeke-3/+0
2011-05-23Un-xfail test/run-pass/use-import-exportMarijn Haverbeke-4/+0
2011-05-22stdlib: Add regression tests for std::strBrian Anderson-0/+9
2011-05-22stdlib: Add regression tests for std::mapBrian Anderson-0/+18
2011-05-22stdlib: Add regression tests for std::listBrian Anderson-0/+41
2011-05-22stdlib: Add list::from_vecBrian Anderson-0/+16
2011-05-22stdlib: Report an error when getopts is given an argument to a flag optionBrian Anderson-4/+9
2011-05-22stdlib: Add regression tests for std::getoptsBrian Anderson-0/+538
2011-05-22stdlib: Add regression test for fs::connect and a FIXMEBrian Anderson-0/+15
2011-05-22test: Un-xfail alias-uninit-value.rs. Closes #374.Brian Anderson-4/+0
2011-05-21test: Use more sensible cases in expr-alt-fail-all.Brian Anderson-1/+1
2011-05-21test: Adda test that all arms of an alt may result in failBrian Anderson-0/+20
2011-05-21test: Add a test for mismatched types of if branchesBrian Anderson-0/+9
2011-05-21rustc: If all if branches are _|_, then the entire if is _|_Brian Anderson-0/+16
2011-05-21rustc: Allow if expressions to failBrian Anderson-0/+48
2011-05-21rustc: Allow alt expressions to failBrian Anderson-0/+43
2011-05-20Some tests for ! annotationsTim Chevalier-0/+58
2011-05-20Un-XFAIL some tests that now pass.Tim Chevalier-11/+0
2011-05-20XFAIL two tests for stage0Tim Chevalier-1/+2
2011-05-20Merge remote-tracking branch 'graydon/master' into typestate_4Tim Chevalier-0/+29
2011-05-20un-XFAIL forgot-ret and update error patternTim Chevalier-5/+1
2011-05-20More work on anonymous objects.Lindsey Kuper-0/+29
2011-05-20Added a couple of test cases for sending messages. One works as expected, the...Eric Holk-0/+29
2011-05-19rustc: Translate else if blocks the same as other blocks. Closes #388Brian Anderson-2/+4
2011-05-19rustc: Find the correct outer scope in trans_blockBrian Anderson-0/+18
2011-05-19Added two version of reverse and a swap function to the standard library.Eric Holk-0/+29
2011-05-19Finish name collision testing.Marijn Haverbeke-0/+8
2011-05-19xfail vector-no-ann.rs.Graydon Hoare-0/+5
2011-05-19Checking to make sure we know what 'self' is in nested objects.Lindsey Kuper-0/+45
2011-05-19Make trans use span_err for the dreaded "ty_var in trans::type_of" errorTim Chevalier-0/+10
2011-05-17rustc: Run block cleanups on else if blocksBrian Anderson-0/+17
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-268/+268
2011-05-17Parser fix: 'fail' was eating the next token that came after it.Paul Stansifer-0/+14
2011-05-17Return a better result from blocks. Closes issue #377Brian Anderson-0/+19
2011-05-16Update a couple tests that slipped through.Graydon Hoare-2/+2
2011-05-16Merge remote branch 'origin/master' into HEADGraydon Hoare-0/+123
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-177/+177
2011-05-16Two tests that the typechecker correctly unifies type arguments in patterns w...Tim Chevalier-0/+52
2011-05-16Started adding support for return checking and non-returning function annotat...Tim Chevalier-0/+71
2011-05-14Remove xfail-boot lines from testsBrian Anderson-97/+0
2011-05-14Add a regression test for issue #374 (XFAILed)Brian Anderson-4/+10
2011-05-14WIPBrian Anderson-0/+21
2011-05-13'with' no longer a token; whitespace police.Lindsey Kuper-0/+1