| Age | Commit message (Expand) | Author | Lines |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -2/+0 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -11/+11 |
| 2014-08-06 | Use byte literals in libstd | nham | -19/+17 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -26/+26 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+6 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+23 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -15/+15 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+0 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+22 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -14/+14 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -28/+28 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -35/+35 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -54/+67 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -1/+1 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -12/+3 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -18/+18 |
| 2014-05-15 | std: Delegate some integer formatting to core::fmt | Alex Crichton | -44/+28 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -3/+0 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -689/+8 |
| 2014-05-14 | Change StrBuf::from_utf8() to return Result | Kevin Ballard | -0/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -9/+9 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -21/+17 |
| 2014-05-08 | Clean up unused imports | Kevin Ballard | -1/+0 |
| 2014-05-08 | Handle fallout in std::ascii and std::strconv | Kevin Ballard | -10/+10 |
| 2014-05-08 | More fallout from removing FromIterator on ~[T] | Kevin Ballard | -2/+2 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -0/+3 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -1506/+77 |
| 2014-05-07 | core: Inherit what's possible from the num module | Alex Crichton | -849/+15 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+7 |
| 2014-04-27 | Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rs | Jacob Hegna | -10/+28 |
| 2014-04-24 | add min_pos_value constant for floats | Aaron Turon | -19/+40 |
| 2014-04-23 | fix std::f32 and std::f64 constants | Aaron Turon | -75/+94 |
| 2014-04-23 | auto merge of #13694 : jacob-hegna/rust/master, r=brson | bors | -0/+20 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -429/+523 |
| 2014-04-22 | Removed trailing whitespace in on line 242 in int_macros.rs and on line 156 i... | Jacob Hegna | -3/+3 |
| 2014-04-22 | Added examples for parse_bytes(buf: &[u8], radix: uint) in int_macros.rs and ... | Jacob Hegna | -0/+20 |
| 2014-04-20 | auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwalton | bors | -2/+8 |
| 2014-04-19 | auto merge of #13614 : cgaebel/rust/master, r=brson | bors | -0/+6 |
| 2014-04-19 | Reorder Float methods in trait definition and make consistent in impls | Brendan Zabarauskas | -293/+268 |
| 2014-04-19 | Fix formatting in float implementations | Brendan Zabarauskas | -72/+198 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -154/+154 |