| Age | Commit message (Expand) | Author | Lines |
| 2012-03-13 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -29/+63 |
| 2012-03-13 | first (functional) version of the auto_serialize syntax ext | Niko Matsakis | -0/+85 |
| 2012-03-13 | rustc: Don't make the while loop body's basic block a child of the condition | Brian Anderson | -0/+8 |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -18/+18 |
| 2012-03-13 | Fix Issue #1926 by sorting the gather list. | Kevin Atkinson | -0/+6 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -47/+34 |
| 2012-03-11 | A few tests for infinite loops | Tim Chevalier | -0/+10 |
| 2012-03-10 | Fix test so it terminates, and un-xfail it | Tim Chevalier | -6/+4 |
| 2012-03-10 | Tweak some test cases and add a few new ones | Tim Chevalier | -1/+48 |
| 2012-03-10 | core Remove vec::enum_chars/uint. Closes #1955 | Brian Anderson | -0/+16 |
| 2012-03-10 | core: Clean up comments and exports | Brian Anderson | -3/+5 |
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -12/+12 |
| 2012-03-08 | rustc: Add pretty printing support for the address-of operator. Un-XFAIL-pret... | Patrick Walton | -6/+4 |
| 2012-03-08 | test: Add a simple region test, xfail'd in the pretty printer | Patrick Walton | -0/+12 |
| 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/+21 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -0/+2 |
| 2012-03-07 | Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used" | Patrick Walton | -2/+0 |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -0/+2 |
| 2012-03-05 | test: Add test for #979 | Brian Anderson | -0/+12 |
| 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 | 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/+59 |
| 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-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 | -8/+13 |
| 2012-02-23 | (core::str) remove len_bytes alias | Kevin Cantu | -4/+4 |
| 2012-02-23 | (core::str) mostly rename len -> len_chars | Kevin Cantu | -1/+1 |
| 2012-02-22 | test: Add a test for #1696 | Brian Anderson | -0/+8 |
| 2012-02-22 | rustc: Allow any integral types on rhs of shift ops | Brian Anderson | -0/+86 |
| 2012-02-22 | Take move captures in account in mutability checker | Marijn Haverbeke | -0/+5 |
| 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 | -254/+96 |
| 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 | Add new test for export globs, xfailed. | Graydon Hoare | -0/+11 |