| Age | Commit message (Expand) | Author | Lines |
| 2012-03-02 | test: xfail-fast run-pass/cci_impl_exe | Brian Anderson | -0/+1 |
| 2012-03-02 | retool inline encoding to handle methods, fix tests | Niko Matsakis | -0/+78 |
| 2012-03-02 | make sure we do not bind unique closures (or blocks, for that matter) | Niko Matsakis | -0/+32 |
| 2012-03-01 | Use the correct prestate for calls | Tim Chevalier | -0/+7 |
| 2012-03-01 | Add test case for #1894 | Marijn Haverbeke | -0/+31 |
| 2012-02-29 | un-xfail test, remove old comment | Niko Matsakis | -1/+0 |
| 2012-02-29 | Recognize last uses for copied closed-over variables | Marijn Haverbeke | -0/+3 |
| 2012-02-28 | rename aux to auxiliary, since aux is apparently reserved on windows | Niko Matsakis | -0/+0 |
| 2012-02-28 | add ability to run multi-crate tests, run tests with --inline | Niko Matsakis | -0/+9 |
| 2012-02-25 | Disallow type parameters in the main() function | Tim Chevalier | -0/+2 |
| 2012-02-24 | Test for #1374 | Niko Matsakis | -0/+9 |
| 2012-02-23 | Support basic, unsophisticated, somewhat wrong export-globs. | Graydon Hoare | -2/+0 |
| 2012-02-23 | Fix comment, add test that export glob works as import glob in scope. | Graydon Hoare | -1/+17 |
| 2012-02-23 | Finish cleanup of core::str | Marijn Haverbeke | -12/+20 |
| 2012-02-23 | (core::str) remove len_bytes alias | Kevin Cantu | -11/+11 |
| 2012-02-23 | (core::str) mostly rename len -> len_chars | Kevin Cantu | -1/+1 |
| 2012-02-22 | rustc: Don't ignore attributes inside empty mods. Closes #1655 | Brian Anderson | -0/+11 |
| 2012-02-22 | test: Add a test for #1696 | Brian Anderson | -0/+8 |
| 2012-02-22 | test: Add a test for #1697 | Brian Anderson | -0/+7 |
| 2012-02-22 | rustc: Allow any integral types on rhs of shift ops | Brian Anderson | -0/+86 |
| 2012-02-22 | Improve error message for use of a non-pure-fn in a pred | Tim Chevalier | -1/+1 |
| 2012-02-22 | Take move captures in account in mutability checker | Marijn Haverbeke | -0/+5 |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -62/+30 |
| 2012-02-22 | Remove preconditions from libraries | Marijn Haverbeke | -17/+0 |
| 2012-02-21 | rustc: Generate crates with #ast | Brian Anderson | -0/+3 |
| 2012-02-21 | core: Fix to_str_exact for floats with no decimal component | Brian Anderson | -0/+1 |
| 2012-02-20 | core: New task API | Brian Anderson | -276/+128 |
| 2012-02-20 | Re-XFAIL test that I accidentally | Tim Chevalier | -0/+1 |
| 2012-02-20 | fix whitespace again | Tim Chevalier | -2/+1 |
| 2012-02-20 | Further work on resolving and typechecking classes | Tim Chevalier | -0/+7 |
| 2012-02-17 | Refactor view_path to parse (but not yet process) export globs, unify code pa... | Graydon Hoare | -12/+4 |
| 2012-02-17 | Add new test for export globs, xfailed. | Graydon Hoare | -0/+11 |
| 2012-02-16 | More rigorous reuse of cleanup sequences | Marijn Haverbeke | -1/+1 |
| 2012-02-15 | test: Assert that the result is correct in run-pass/crust-stress | Brian Anderson | -1/+1 |
| 2012-02-15 | bench: Add a test for task concurrency | Brian Anderson | -0/+68 |
| 2012-02-15 | A test that I forgot to git-add | Marijn Haverbeke | -0/+6 |
| 2012-02-15 | Rewrite exhaustiveness checker | Marijn Haverbeke | -30/+46 |
| 2012-02-15 | Fix bug in safe-reference checker | Marijn Haverbeke | -1/+1 |
| 2012-02-15 | Support 'alt check' syntax | Marijn Haverbeke | -2/+0 |
| 2012-02-15 | test: Add a crust function stress test | Brian Anderson | -0/+28 |
| 2012-02-14 | When parsing a source string, fail when the entire string is not parsed. | Kevin Atkinson | -0/+48 |
| 2012-02-14 | Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}). | Kevin Atkinson | -0/+7 |
| 2012-02-14 | Correctly handle the character position at the EOF. | Kevin Atkinson | -0/+5 |
| 2012-02-14 | Do a better job of reporting source location for files (i.e. filemap) | Kevin Atkinson | -0/+51 |
| 2012-02-14 | rt: Don't kill tasks while they are in a callback from C | Brian Anderson | -0/+31 |
| 2012-02-14 | test: Test yielding in crust functions | Brian Anderson | -0/+27 |
| 2012-02-14 | rt: Maintain stack ptrs correctly when returning from stack switches | Brian Anderson | -0/+58 |
| 2012-02-14 | rustc: Translate crust functions | Brian Anderson | -0/+46 |
| 2012-02-14 | rustc: Translate the value of crust functions | Brian Anderson | -2/+10 |
| 2012-02-14 | rustc: Typecheck crust functions as *u8 | Brian Anderson | -0/+29 |