| Age | Commit message (Expand) | Author | Lines |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-11 | core: add Eq impl to LinearMap. | Erick Tryzelaar | -0/+37 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -2/+2 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -10/+10 |
| 2012-10-08 | libcore: add pop/swap/consume to SendMap | Erick Tryzelaar | -29/+126 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -4/+4 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -12/+3 |
| 2012-09-26 | libcore: De-export ptr, send_map, and task::local_data | Patrick Walton | -18/+14 |
| 2012-09-25 | core: Mark more mods as demoded | Brian Anderson | -0/+4 |
| 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 | -24/+8 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -1/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+1 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-15 | Make most send_map functions pure | Erick Tryzelaar | -19/+19 |
| 2012-09-15 | libcore: add find_ref/get_ref to SendMap trait | Erick Tryzelaar | -2/+9 |
| 2012-09-15 | libcore: send_map test simplification. | Erick Tryzelaar | -6/+2 |
| 2012-09-14 | replace with_find_ref() with find_ref(), which is just nicer to use | Niko Matsakis | -32/+26 |
| 2012-09-12 | libcore: add send_map::with_find_ref and with_get_ref. | Erick Tryzelaar | -0/+31 |
| 2012-09-12 | libcore: modernize send_map's whitespacing | Erick Tryzelaar | -46/+42 |
| 2012-09-12 | update to store map on stack, taking advantage of auto-ref | Niko Matsakis | -7/+7 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -4/+4 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -5/+5 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -8/+8 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-08-30 | Migrate core::send_map to random, keyed hashes w/ hash::Hash trait. | Graydon Hoare | -40/+33 |
| 2012-08-28 | correct name of SendMap trait | Niko Matsakis | -1/+1 |
| 2012-08-28 | refactor send_map impl to be based on structs | Niko Matsakis | -19/+47 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -3/+3 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -19/+19 |
| 2012-08-24 | Remove one last match check, in send_map | Tim Chevalier | -2/+5 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -6/+6 |
| 2012-08-22 | convert send_map to use explicit self | Niko Matsakis | -72/+69 |
| 2012-08-22 | Remove match check in send_map | Tim Chevalier | -1/+4 |
| 2012-08-22 | Comments only: update issue number for FIXME | Tim Chevalier | -1/+2 |
| 2012-08-21 | implement a map testing benchmark | Niko Matsakis | -0/+7 |
| 2012-08-21 | remove some FIXMEd code as the relevant issue is fixed | Niko Matsakis | -14/+15 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -42/+42 |
| 2012-08-14 | De-mode task.rs and add some option::foo_ref() helpers | Ben Blum | -2/+2 |
| 2012-08-13 | Stop parsing old operator overloading syntax | Brian Anderson | -3/+0 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -10/+10 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -1/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -6/+6 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -8/+4 |
| 2012-08-02 | Make comparisons between region pointers work | Tim Chevalier | -1/+1 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -11/+11 |