summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-21Add test casesTim Chevalier-0/+19
2012-06-21Hopefully make issue 2214 test case work on Windows -- sighTim Chevalier-0/+5
2012-06-21Make liveness print out a proper error message for moves out of a self fieldTim Chevalier-0/+13
2012-06-21Add test for issue 2467Tim Chevalier-0/+6
2012-06-21Fix linker problem in issue 2214 test caseTim Chevalier-0/+19
2012-06-21Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-1/+1
2012-06-21Add tests to exercise the "pattern has N field(s), but" error patterns.Lindsey Kuper-0/+32
2012-06-21Revert "Add test for issue 2214"Tim Chevalier-18/+0
2012-06-21xfailing vec-add.Eric Holk-0/+6
2012-06-21Adding a benchmark for the new message passing codeEric Holk-0/+76
2012-06-21Remove some commented out code so the pretty printer doesn't get confused.Eric Holk-2/+0
2012-06-21Updating errors in vec-add.rsEric Holk-19/+29
2012-06-21Library vecs are fast now.Eric Holk-2/+2
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-13/+11
2012-06-21Generate a temporary for assign_ops. Issue #2581Eric Holk-0/+74
2012-06-21Add and xfail test for 2101Tim Chevalier-0/+20
2012-06-21Add test for issue 2214Tim Chevalier-0/+18
2012-06-21Test for issue 1896 (which appears to be fixed)Tim Chevalier-0/+8
2012-06-21A test to exercise suffix inference for unary minus a little more.Lindsey Kuper-0/+43
2012-06-21unxfail test for #2657Niko Matsakis-6/+1
2012-06-21Issue #2657: track mutability of bindings, also prevent move from bindingsNiko Matsakis-0/+13
2012-06-21handle moves in let initializers and allow moves from unsafe ptrsNiko Matsakis-0/+41
2012-06-20Fix resolve bug that made nested classes not workTim Chevalier-0/+15
2012-06-20Comments only: typosTim Chevalier-1/+1
2012-06-20Don't consider loops to be breaking if they contain inner loops that breakTim Chevalier-0/+6
2012-06-20Change error to debugTim Chevalier-2/+1
2012-06-20Remove obsolete comment.Lindsey Kuper-4/+0
2012-06-20doc: add information about suffix inference to tutorial and manual.Lindsey Kuper-0/+22
2012-06-20Remove bind. Issue #2189Brian Anderson-326/+73
2012-06-20Fix a test I messed up.Michael Sullivan-1/+2
2012-06-20Test for #2242 (xfailed for now)Tim Chevalier-0/+46
2012-06-20Call the correct type formatting function for more typecheck diagnostics. Clo...Michael Sullivan-0/+4
2012-06-20Don't force resolution of integral type vars in unary minus exprsLindsey Kuper-4/+4
2012-06-19two more tests for method autoderefNiko Matsakis-0/+16
2012-06-19support autoderef on method callsNiko Matsakis-0/+30
2012-06-19Updating kind rules to make sure we don't sneakily send ports.Eric Holk-0/+11
2012-06-19Enable integer literal suffix inference.Lindsey Kuper-2/+22
2012-06-19Add `i` suffix to cfail test so it works after suffix inferenceLindsey Kuper-2/+2
2012-06-19Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-2/+2
2012-06-19first steps to autoderef on method callsNiko Matsakis-3/+0
2012-06-19random forgotten test caseNiko Matsakis-0/+8
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-8/+0
2012-06-19Another benchmarkEric Holk-0/+74
2012-06-18Fix a failing test.Michael Sullivan-2/+2
2012-06-18Add 'do' expressionsBrian Anderson-0/+23
2012-06-18Use unboxed vecs for string shape glue.Michael Sullivan-3/+3
2012-06-18Remove FIXME from run-pass/basic.rs. Closes #2600Brian Anderson-1/+0
2012-06-18Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-11/+11
2012-06-18Remove test that depends on rustcTim Chevalier-5/+0
2012-06-17Issue #2633: remove last_use entries that are subject to a loanNiko Matsakis-3/+9