| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -3/+3 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -8/+9 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -1/+1 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -6/+6 |
| 2012-09-26 | libcore: De-export dvec, rand, run, and sys | Patrick Walton | -18/+9 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+3 |
| 2012-09-19 | libcore: unsafe mod renamed to cast | Erick Tryzelaar | -3/+3 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -6/+6 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -6/+6 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -3/+3 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 |
| 2012-09-10 | Make all remaining moves explicit in libcore | Tim Chevalier | -5/+5 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -1/+6 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-09-02 | core: deny(vecs_implicity_copyable) | Brian Anderson | -4/+4 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -3/+3 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 |
| 2012-08-27 | Convert over some residual uses of #oldmacros. | Graydon Hoare | -2/+2 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -15/+15 |
| 2012-08-25 | libstd: Don't make task-local GC data when creating TCP streams. | Patrick Walton | -0/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -3/+3 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -1/+5 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -25/+25 |
| 2012-08-14 | Attempt to fix windows bustage | Brian Anderson | -2/+2 |
| 2012-08-14 | De-mode more pieces of core. | Graydon Hoare | -30/+34 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -4/+4 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -12/+8 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -10/+10 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -3/+3 |
| 2012-07-24 | Fix windows breakage. | Graydon Hoare | -1/+1 |
| 2012-07-24 | Update some str functions to slices, merge as_buf and unpack_slice. | Graydon Hoare | -2/+2 |
| 2012-07-23 | Switch reader to work with preallocated vecs | Erick Tryzelaar | -0/+1 |
| 2012-07-14 | Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor... | Michael Sullivan | -1/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -23/+23 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -72/+72 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -14/+14 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -11/+11 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -22/+22 |