| Age | Commit message (Expand) | Author | Lines |
| 2012-12-17 | Switch from serialization to std::serialize. (snapshot) | Erick Tryzelaar | -4/+4 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -15/+17 |
| 2012-11-28 | Merge remote-tracking branch 'erickt/time' | Brian Anderson | -110/+154 |
| 2012-11-28 | Register snapshots | Brian Anderson | -39/+0 |
| 2012-11-26 | libstd: turn time::Tm and time::Timespec into structs | Erick Tryzelaar | -194/+169 |
| 2012-11-26 | Made Tm_ a struct instead of a record and added serialization support to Tm a... | Jesse Jones | -17/+78 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+39 |
| 2012-11-18 | Made the time to string functions pure as well as empty_tm. | Jesse Jones | -10/+14 |
| 2012-11-18 | Replace TmMut with inherited mutability | Jesse Jones | -30/+16 |
| 2012-11-18 | Moved strptime and strftime into private helper functions. | Jesse Jones | -76/+84 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -2/+1 |
| 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 |