| Age | Commit message (Expand) | Author | Lines |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -5/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -3/+3 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-04 | auto merge of #4784 : alexcrichton/rust/bitv-clear-fix, r=graydon | bors | -1/+19 |
| 2013-02-04 | Fix the each_storage() iterator on big bit vectors | Alex Crichton | -1/+19 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -4/+4 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-30 | Repair RIMOV damage to libstd | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 7 | Ben Striegel | -1/+1 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -20/+18 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -3/+5 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -3/+3 |
| 2013-01-19 | Fix the difference method on bit vectors | Alex Crichton | -5/+32 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+4 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -4/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+4 |
| 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/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+4 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -8/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+8 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -16/+19 |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -3/+3 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -2/+2 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -2/+2 |
| 2012-09-28 | std: More demoding | Brian Anderson | -12/+12 |
| 2012-09-28 | De-export std::{bitv, cell, timer}. Part of #3583. | Graydon Hoare | -7/+5 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -31/+30 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-19 | std: Demode bitv | Brian Anderson | -1/+4 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -1/+1 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -1/+1 |
| 2012-09-04 | Use struct+impl syntax instead of the (deprecated) struct with embedded metho... | Gareth Daniel Smith | -151/+185 |
| 2012-09-04 | fix two issues with the exports: | Gareth Daniel Smith | -22/+1 |
| 2012-09-04 | add additional Bitv constructors (as proposed in issue #2964) | Gareth Daniel Smith | -0/+99 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -1/+1 |
| 2012-09-02 | Camel case core::ops | Brian Anderson | -1/+1 |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -1/+0 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -102/+107 |
| 2012-08-24 | fix some unused pattern binding warnings | Niko Matsakis | -1/+1 |
| 2012-08-21 | fix a bug in bitv where the undefined bits in small/big bitv values could cau... | Gareth Daniel Smith | -45/+116 |
| 2012-08-21 | fix a logic bug in small_bitv.set | Gareth Daniel Smith | -1/+9 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -3/+3 |