| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -25/+25 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -2/+2 |
| 2013-03-24 | expose find_mut in the Map trait | Daniel Micay | -12/+12 |
| 2013-03-24 | smallintmap: add find_mut method | Daniel Micay | -2/+28 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -11/+11 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -5/+6 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -6/+6 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -1/+11 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -6/+6 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -22/+22 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -5/+5 |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -4/+5 |
| 2013-02-07 | implement ReverseIter for SmallIntMap | Daniel Micay | -1/+13 |
| 2013-02-07 | implement BaseIter for SmallIntMap | Daniel Micay | -14/+19 |
| 2013-02-07 | rm each method from the Map trait | Daniel Micay | -10/+10 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 |
| 2013-02-06 | remove old snapshot workaround from smallintmap | Daniel Micay | -4/+0 |
| 2013-01-31 | modernize smallintmap | Daniel Micay | -133/+94 |
| 2013-01-31 | copy oldsmallintmap.rs to smallintmap.rs | Daniel Micay | -0/+237 |
| 2013-01-31 | move smallintmap to oldsmallintmap | Daniel Micay | -237/+0 |
| 2013-01-31 | implement container::Mutable for SmallIntMap | Daniel Micay | -3/+17 |
| 2013-01-31 | clean up SmallIntMap tests a bit | Daniel Micay | -4/+3 |
| 2013-01-31 | drop the StdMap implementation from SmallIntMap | Daniel Micay | -9/+1 |
| 2013-01-31 | implement container::Container for SmallIntMap | Daniel Micay | -6/+30 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -4/+4 |
| 2013-01-28 | Remove bounds from type decl of smallintmap | Niko Matsakis | -2/+2 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -2/+4 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -1/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+5 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -10/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+10 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -1/+0 |
| 2012-11-25 | Rename insert_with functions to update, update_with_key | Brian Anderson | -8/+8 |
| 2012-11-25 | Add improvements to insert_with_key | Kevin Cantu | -1/+39 |
| 2012-11-25 | Add an insert_with_key function to the Map trait | Kevin Cantu | -0/+7 |
| 2012-11-18 | Made Map.contains_key, contains_key_ref, and get pure. | Jesse Jones | -4/+4 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -3/+3 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -10/+10 |
| 2012-10-01 | De-export std::{rope,smallintmap}. Part of #3583. | Graydon Hoare | -7/+7 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -3/+2 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -1/+1 |