| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -3/+3 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -10/+10 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -43/+43 |
| 2013-03-08 | Fix dvec-related fallout in tests | Alex Crichton | -6/+3 |
| 2013-03-08 | std: Remove uses of DVec | Alex Crichton | -1/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -144/+177 |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -43/+43 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -3/+3 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -0/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -4/+4 |
| 2013-02-21 | Cleanup, commenting, trivial renaming | John Clements | -2/+0 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -8/+8 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -4/+4 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -29/+29 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -3/+3 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -2/+2 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -29/+29 |
| 2013-02-14 | Remove all final references to die! | Nick Desaulniers | -2/+2 |
| 2013-02-14 | Remove DVec from json | Seo Sanghyeon | -3/+3 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -20/+20 |
| 2013-02-10 | added issue for reference in FIXME | John Clements | -1/+1 |
| 2013-02-09 | json tidy | John Clements | -4/+6 |
| 2013-02-09 | re-special-case Option in JSON encoding | John Clements | -9/+64 |
| 2013-02-09 | json add enum encoder test case | John Clements | -1/+41 |
| 2013-02-09 | json bugfix | John Clements | -2/+1 |
| 2013-02-09 | tidy | John Clements | -6/+6 |
| 2013-02-09 | json bugfixes | John Clements | -10/+7 |
| 2013-02-09 | fix typos in sample code, add enum to json encoder, add test case | John Clements | -2/+8 |
| 2013-02-09 | auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca... | bors | -1/+1 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -1/+1 |
| 2013-02-07 | implement BaseIter for LinearMap | Daniel Micay | -5/+5 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 |
| 2013-02-06 | remove issue #3148 workarounds (no longer needed) | Daniel Micay | -8/+0 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -2/+2 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -12/+0 |
| 2013-02-03 | Converted the floating point types to the new string conversion functions. | Marvin Löbel | -2/+2 |
| 2013-02-03 | rm commented out std::map code from json module | Daniel Micay | -12/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -21/+21 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -0/+1 |
| 2013-01-25 | register snapshots | Graydon Hoare | -26/+0 |
| 2013-01-23 | Merge pull request #4594 from thestinger/map | Tim Chevalier | -10/+10 |
| 2013-01-23 | fix tests | Daniel Micay | -1/+1 |
| 2013-01-23 | switch LinearMap to current constructor convention | Daniel Micay | -8/+8 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -3/+5 |
| 2013-01-23 | rename hashmap find_ref/get_ref -> find/get | Daniel Micay | -2/+2 |
| 2013-01-23 | rename send_map to hashmap | Daniel Micay | -2/+2 |
| 2013-01-14 | Add cfg attrs to handle auto_encode transition | Brian Anderson | -0/+26 |
| 2013-01-14 | Merge remote-tracking branch 'mneumann/f-serialize' | Brian Anderson | -3/+3 |
| 2013-01-10 | std: Fix pattern match on reference, address an XXX | Tim Chevalier | -18/+16 |