| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -1430/+0 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -2/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -5/+5 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -2/+2 |
| 2013-05-09 | auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger | bors | -11/+11 |
| 2013-05-09 | remove vecs_implicitly_copyable from libstd/libcore | Daniel Micay | -11/+11 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -13/+15 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -10/+0 |
| 2013-04-25 | implement Ord, TotalEq and TotalOrd for char | Daniel Micay | -55/+37 |
| 2013-04-20 | std: remove unused 'mut' variables | Alex Crichton | -3/+2 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -1/+1 |
| 2013-04-19 | std: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -12/+10 |
| 2013-04-14 | std: remove unused unsafe blocks/functions | Alex Crichton | -11/+9 |
| 2013-04-08 | Removing some mutable fields in libstd | Alex Crichton | -37/+36 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -20/+20 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -2/+2 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -8/+8 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -2/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -5/+5 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -20/+20 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -6/+6 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -3/+3 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -5/+4 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -6/+6 |
| 2013-01-30 | Repair RIMOV damage to libstd | Ben Striegel | -2/+1 |
| 2013-01-30 | RIMOV, round 8 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 5 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 4 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 3 | Ben Striegel | -1/+1 |
| 2013-01-25 | Fix Option camel case in comments | Tyler Bindon | -1/+1 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -66/+72 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -41/+47 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -4/+5 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -3/+18 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -4/+14 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -14/+4 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -4/+14 |
| 2012-12-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -0/+1 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+6 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+28 |
| 2012-12-23 | std: Mark some functions as pure | Chris Peterson | -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 | -4/+6 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -2/+2 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -2/+2 |