summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2012-02-17Add new test for export globs, xfailed.Graydon Hoare-0/+11
2012-02-16More rigorous reuse of cleanup sequencesMarijn Haverbeke-1/+1
2012-02-15test: Assert that the result is correct in run-pass/crust-stressBrian Anderson-1/+1
2012-02-15bench: Add a test for task concurrencyBrian Anderson-0/+68
2012-02-15A test that I forgot to git-addMarijn Haverbeke-0/+6
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-30/+46
2012-02-15Fix bug in safe-reference checkerMarijn Haverbeke-1/+1
2012-02-15Support 'alt check' syntaxMarijn Haverbeke-2/+0
2012-02-15test: Add a crust function stress testBrian Anderson-0/+28
2012-02-14When parsing a source string, fail when the entire string is not parsed.Kevin Atkinson-0/+48
2012-02-14Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).Kevin Atkinson-0/+7
2012-02-14Correctly handle the character position at the EOF.Kevin Atkinson-0/+5
2012-02-14Do a better job of reporting source location for files (i.e. filemap)Kevin Atkinson-0/+51
2012-02-14rt: Don't kill tasks while they are in a callback from CBrian Anderson-0/+31
2012-02-14test: Test yielding in crust functionsBrian Anderson-0/+27
2012-02-14rt: Maintain stack ptrs correctly when returning from stack switchesBrian Anderson-0/+58
2012-02-14rustc: Translate crust functionsBrian Anderson-0/+46
2012-02-14rustc: Translate the value of crust functionsBrian Anderson-2/+10
2012-02-14rustc: Typecheck crust functions as *u8Brian Anderson-0/+29