| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Change FIXME number | Tim Chevalier | -1/+1 |
| 2012-10-11 | Revert "Use a constant vector for the sudoku board, delete a FIXME" | Tim Chevalier | -13/+32 |
| 2012-10-11 | Use a constant vector for the sudoku board, delete a FIXME | Tim Chevalier | -32/+13 |
| 2012-10-11 | Use match move in pingpong, delete a FIXME | Tim Chevalier | -8/+4 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -8/+8 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -20/+21 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -15/+15 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -32/+64 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -1/+1 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -2/+2 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -5/+5 |
| 2012-09-28 | Fix graph500-bfs | Tim Chevalier | -5/+5 |
| 2012-09-28 | Fix benchmarks. | Graydon Hoare | -3/+3 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -10/+10 |
| 2012-09-27 | Demode rand | Tim Chevalier | -2/+2 |
| 2012-09-26 | Unbreak test/bench/task-perf-word-count-generic | Brian Anderson | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -25/+24 |
| 2012-09-25 | Fix borked tests | Tim Chevalier | -2/+2 |
| 2012-09-25 | Demode core::result | Brian Anderson | -5/+5 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -33/+33 |
| 2012-09-23 | core: Demode option | Brian Anderson | -19/+19 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -3/+3 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -30/+34 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+4 |
| 2012-09-20 | remove cfg(stage0) version of Eq, not needed for tests | Niko Matsakis | -22/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+22 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -25/+28 |
| 2012-09-19 | Remove final bits of residual hokey-hash functions. Close #1616. | Graydon Hoare | -13/+3 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -5/+5 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -12/+23 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -29/+18 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -18/+29 |
| 2012-09-18 | Tweak graph500-bfs so it pretty-prints | Brian Anderson | -2/+2 |
| 2012-09-18 | Fix some broken tests | Brian Anderson | -2/+2 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+14 |
| 2012-09-15 | int/uint parse_buf => parse_bytes (#3444) | Erick Tryzelaar | -2/+2 |
| 2012-09-13 | Remove unnecessary temporary, add type annot to help inferencer (cc #2280) | Niko Matsakis | -5/+2 |
| 2012-09-12 | Rename str::unsafe to str::raw | Brian Anderson | -3/+3 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -2/+2 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -29/+29 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -3/+3 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -25/+25 |
| 2012-09-10 | Rename the poorly named Managed<T> type to Mut<T>. | Niko Matsakis | -5/+5 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -1/+5 |
| 2012-09-10 | Fix broken tests | Brian Anderson | -3/+5 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -5/+5 |
| 2012-09-08 | test: bunch of test cleanup from sendable_futures change | Jeff Olson | -9/+16 |