| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -5/+5 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -2/+2 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -31/+36 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -3/+0 |
| 2014-08-06 | Char::from_digit signature fix | fort | -1/+1 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+4 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -238/+3 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -202/+0 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -0/+1 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+1 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -1/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+1 |
| 2014-05-28 | Move trait impls for primitives near trait definition | Piotr Jawniak | -30/+0 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -25/+44 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -2/+2 |
| 2014-05-13 | std: Rename str::Normalizations to str::Decompositions | Florian Zeitz | -2/+2 |
| 2014-05-13 | core: Move Hangul decomposition into unicode.rs | Florian Zeitz | -48/+6 |
| 2014-05-13 | core: Use appropriately sized integers for codepoints and bytes | Florian Zeitz | -50/+45 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -5/+9 |
| 2014-05-07 | core: Add a limited implementation of failure | Alex Crichton | -2/+2 |
| 2014-05-07 | core: Bring char/finally test style up to date | Alex Crichton | -154/+157 |
| 2014-05-07 | core: Inherit the char module | Alex Crichton | -0/+854 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -406/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -35/+0 |
| 2013-05-19 | Use `///` style doc-comments and add missing headings | Brendan Zabarauskas | -72/+83 |
| 2013-05-19 | Code modernisation and cleanup | Brendan Zabarauskas | -64/+100 |
| 2013-05-19 | Create Char trait | Brendan Zabarauskas | -56/+101 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -3/+3 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -4/+4 |
| 2013-05-03 | Remove pub from core::{unicode,cmath,stackwalk,rt} | Alex Crichton | -17/+16 |
| 2013-04-30 | char: fix unused import warning | Daniel Micay | -0/+1 |
| 2013-04-25 | implement Ord, TotalEq and TotalOrd for char | Daniel Micay | -14/+15 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -14/+2 |
| 2013-04-20 | Cleaned up case related functions a bit | Marvin Löbel | -2/+16 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -6/+4 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -28/+28 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -14/+14 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -29/+29 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -57/+57 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -3/+4 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-02-03 | Fixed errors resulting from rebase. | Marvin Löbel | -2/+2 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -1/+1 |
| 2013-02-03 | Added char::from_digit(), char::is_digit_radix() and an argument check to cha... | Marvin Löbel | -0/+50 |