summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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/+50
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-3/+10
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-10/+3
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-3/+10
2012-03-07Improve a type error message (avoid the word 'non-dereferenceable')Tim Chevalier-0/+6
2012-03-05test: Add test for #979Brian Anderson-0/+12
2012-03-05rustc: Lower case error messagesBrian Anderson-37/+37
2012-03-05print type arguments when pretty-printing all nominal typesNiko Matsakis-0/+10
2012-03-04test: xfail-fast run-pass/classes-simple.rsBrian Anderson-0/+2
2012-03-04Translate simple classesTim Chevalier-4/+3
2012-03-02comp/std: rename io::string_reader to io::str_reader.Erick Tryzelaar-2/+2
2012-03-02core: Remove _mut functions from vecBrian Anderson-8/+12
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/+78
2012-03-02make sure we do not bind unique closures (or blocks, for that matter)Niko Matsakis-0/+32
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-28rename aux to auxiliary, since aux is apparently reserved on windowsNiko Matsakis-0/+0
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-0/+9
2012-02-25Disallow type parameters in the main() functionTim Chevalier-0/+2
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-12/+20
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-11/+11
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
2012-02-22rustc: Don't ignore attributes inside empty mods. Closes #1655Brian Anderson-0/+11
2012-02-22test: Add a test for #1696Brian Anderson-0/+8
2012-02-22test: Add a test for #1697Brian Anderson-0/+7
2012-02-22rustc: Allow any integral types on rhs of shift opsBrian Anderson-0/+86
2012-02-22Improve error message for use of a non-pure-fn in a predTim Chevalier-1/+1
2012-02-22Take move captures in account in mutability checkerMarijn Haverbeke-0/+5
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-62/+30
2012-02-22Remove preconditions from librariesMarijn Haverbeke-17/+0
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-276/+128
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-17Refactor view_path to parse (but not yet process) export globs, unify code pa...Graydon Hoare-12/+4