| Age | Commit message (Expand) | Author | Lines |
| 2012-10-05 | Finally removing all uses of by-mut-ref | Tim Chevalier | -29/+4 |
| 2012-10-05 | Remove uses of mutable ref mode. | Tim Chevalier | -1/+29 |
| 2012-10-05 | Revert "wip" | Tim Chevalier | -29/+1 |
| 2012-10-05 | wip | Tim Chevalier | -1/+29 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -2/+2 |
| 2012-09-28 | De-export std::{time, prettyprint{,2}, arena}. Part of #3583. | Graydon Hoare | -26/+12 |
| 2012-09-28 | Long lines | Brian Anderson | -5/+5 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -2/+1 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -1/+1 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -36/+0 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+36 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -8/+16 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -16/+8 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -8/+16 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+0 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -3/+4 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -4/+4 |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -1/+1 |
| 2012-08-30 | libstd: More test fixes | Patrick Walton | -0/+23 |
| 2012-08-29 | libstd: Fix some build breakage | Patrick Walton | -2/+2 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+7 |
| 2012-08-29 | Camel case more std types | Brian Anderson | -27/+27 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -66/+66 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -50/+50 |
| 2012-08-24 | Remove deprecated modes from libstd/time.rs | Kevin Cantu | -17/+20 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -34/+34 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -9/+16 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-11 | std: Update timespec comments to say "nanoseconds" | Chris Peterson | -2/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -3/+3 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -16/+16 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -35/+39 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -237/+209 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -6/+6 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -34/+34 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -5/+9 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -295/+296 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -44/+44 |
| 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 | -43/+43 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -38/+38 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -22/+22 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -18/+18 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -19/+18 |
| 2012-05-19 | expose tzset | Erick Tryzelaar | -0/+17 |
| 2012-05-03 | Comment only: Annotate FIXMEs in std::time | Tim Chevalier | -1/+2 |
| 2012-04-30 | core: Serialize all access to the environment using a weak global task | Brian Anderson | -14/+8 |