summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-29/+63
2012-03-13first (functional) version of the auto_serialize syntax extNiko Matsakis-0/+85
2012-03-13rustc: Don't make the while loop body's basic block a child of the conditionBrian Anderson-0/+8
2012-03-13Overhaul constructor naming in libsBrian Anderson-18/+18
2012-03-13Fix Issue #1926 by sorting the gather list.Kevin Atkinson-0/+6
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-47/+34
2012-03-11A few tests for infinite loopsTim Chevalier-0/+10
2012-03-10Fix test so it terminates, and un-xfail itTim Chevalier-6/+4
2012-03-10Tweak some test cases and add a few new onesTim Chevalier-1/+48
2012-03-10core Remove vec::enum_chars/uint. Closes #1955Brian Anderson-0/+16
2012-03-10core: Clean up comments and exportsBrian Anderson-3/+5
2012-03-09Add an infinite loop constructTim Chevalier-12/+12
2012-03-08rustc: Add pretty printing support for the address-of operator. Un-XFAIL-pret...Patrick Walton-6/+4
2012-03-08test: Add a simple region test, xfail'd in the pretty printerPatrick Walton-0/+12
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-1/+1
2012-03-08Rename last_total to last_unsafeTim Chevalier-1/+1
2012-03-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-0/+21
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+2
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-2/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+2
2012-03-05test: Add test for #979Brian Anderson-0/+12
2012-03-04test: xfail-fast run-pass/classes-simple.rsBrian Anderson-0/+2
2012-03-04Translate simple classesTim Chevalier-4/+3
2012-03-02test: xfail-fast the cci testsBrian Anderson-0/+2
2012-03-02Revert "rust: xfail-fast run-pass/cci_no_inline_exe"Brian Anderson-1/+0
2012-03-02Revert "test: xfail-fast run-pass/cci_iter.exe"Brian Anderson-1/+0
2012-03-02rust: xfail-fast run-pass/cci_no_inline_exeBrian Anderson-0/+1
2012-03-02test: xfail-fast run-pass/cci_iter.exeBrian Anderson-0/+1
2012-03-02test: xfail-fast run-pass/cci_impl_exeBrian Anderson-0/+1
2012-03-02retool inline encoding to handle methods, fix testsNiko Matsakis-0/+59
2012-03-01Use the correct prestate for callsTim Chevalier-0/+7
2012-03-01Add test case for #1894Marijn Haverbeke-0/+31
2012-02-29un-xfail test, remove old commentNiko Matsakis-1/+0
2012-02-29Recognize last uses for copied closed-over variablesMarijn Haverbeke-0/+3
2012-02-24Test for #1374Niko Matsakis-0/+9
2012-02-23Support basic, unsophisticated, somewhat wrong export-globs.Graydon Hoare-2/+0
2012-02-23Fix comment, add test that export glob works as import glob in scope.Graydon Hoare-1/+17
2012-02-23Finish cleanup of core::strMarijn Haverbeke-8/+13
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-4/+4
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
2012-02-22test: Add a test for #1696Brian Anderson-0/+8
2012-02-22rustc: Allow any integral types on rhs of shift opsBrian Anderson-0/+86
2012-02-22Take move captures in account in mutability checkerMarijn Haverbeke-0/+5
2012-02-21rustc: Generate crates with #astBrian Anderson-0/+3
2012-02-21core: Fix to_str_exact for floats with no decimal componentBrian Anderson-0/+1
2012-02-20core: New task APIBrian Anderson-254/+96
2012-02-20Re-XFAIL test that I accidentallyTim Chevalier-0/+1
2012-02-20fix whitespace againTim Chevalier-2/+1
2012-02-20Further work on resolving and typechecking classesTim Chevalier-0/+7
2012-02-17Add new test for export globs, xfailed.Graydon Hoare-0/+11