| Age | Commit message (Expand) | Author | Lines |
| 2012-03-08 | Rename last to last_opt, last_unsafe to last | Tim Chevalier | -1/+1 |
| 2012-03-08 | Rename last_total to last_unsafe | Tim Chevalier | -1/+1 |
| 2012-03-07 | Fix #1941: inlining of items that themselves contain nested items | Niko Matsakis | -0/+50 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -3/+10 |
| 2012-03-07 | Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used" | Patrick Walton | -10/+3 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -3/+10 |
| 2012-03-07 | Improve a type error message (avoid the word 'non-dereferenceable') | Tim Chevalier | -0/+6 |
| 2012-03-05 | test: Add test for #979 | Brian Anderson | -0/+12 |
| 2012-03-05 | rustc: Lower case error messages | Brian Anderson | -37/+37 |
| 2012-03-05 | print type arguments when pretty-printing all nominal types | Niko Matsakis | -0/+10 |
| 2012-03-04 | test: xfail-fast run-pass/classes-simple.rs | Brian Anderson | -0/+2 |
| 2012-03-04 | Translate simple classes | Tim Chevalier | -4/+3 |
| 2012-03-02 | comp/std: rename io::string_reader to io::str_reader. | Erick Tryzelaar | -2/+2 |
| 2012-03-02 | core: Remove _mut functions from vec | Brian Anderson | -8/+12 |
| 2012-03-02 | test: xfail-fast the cci tests | Brian Anderson | -0/+2 |
| 2012-03-02 | Revert "rust: xfail-fast run-pass/cci_no_inline_exe" | Brian Anderson | -1/+0 |
| 2012-03-02 | Revert "test: xfail-fast run-pass/cci_iter.exe" | Brian Anderson | -1/+0 |
| 2012-03-02 | rust: xfail-fast run-pass/cci_no_inline_exe | Brian Anderson | -0/+1 |
| 2012-03-02 | test: xfail-fast run-pass/cci_iter.exe | Brian Anderson | -0/+1 |
| 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 |