summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-0/+8
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-8/+0
2012-06-15Add test for #2633. Xfailed.Tim Chevalier-0/+18
2012-06-15Fix copying of fixed length vectors. Closes #2630.Michael Sullivan-0/+10
2012-06-15Make the shape interpreter actually advance past fixed length vectors. Closes...Michael Sullivan-0/+6
2012-06-15Test case for #2631Tim Chevalier-0/+32
2012-06-15Add the interner to parse_sess.Paul Stansifer-14/+1
2012-06-15Issue #2591: Change "upvar" to "variable declared in an outer block" in testsPatrick Walton-9/+9
2012-06-14Merge branch 'incoming' of github.com:mozilla/rust into newsnapEric Holk-0/+153
2012-06-14Tests for #1425 (xfail'd for now)Lindsey Kuper-0/+153
2012-06-14Merge branch 'incoming' into newsnapEric Holk-150/+561
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-150/+561
2012-06-14Merge branch 'incoming' into newsnapEric Holk-29/+48
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-4/+4
2012-06-14Issue #2572: (trans) Fix self-referential classes.Patrick Walton-0/+10
2012-06-14Add xfailed test case for issue 2611Tim Chevalier-0/+11
2012-06-14Add zero check/fail paths on div/mod paths. Close #944.Graydon Hoare-0/+10
2012-06-14Remove an xfail-fast, as this seems to work on Windows nowTim Chevalier-2/+0