| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -30/+36 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-23 | Fix regression and overflow bug for rationals. | Joseph Crail | -5/+44 |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -0/+10 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -20/+20 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -31/+31 |
| 2014-09-17 | Test fixes from the rollup | Alex Crichton | -0/+3 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -20/+20 |
| 2014-09-16 | Deprecate libnum in favor of rust-lang/num | Aaron Turon | -1/+3 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -42/+42 |
| 2014-09-07 | auto merge of #17005 : bjz/rust/bit-count, r=thestinger | bors | -1/+1 |
| 2014-09-05 | auto merge of #16775 : jbcrail/rust/fix-rational-docs, r=pcwalton | bors | -2/+2 |
| 2014-09-05 | Make integer bit count methods return uints | Brendan Zabarauskas | -1/+1 |
| 2014-09-02 | auto merge of #16850 : vks/rust/hash-num, r=alexcrichton | bors | -8/+24 |
| 2014-08-31 | Fix whitespace and missing parentheses. | Joseph Crail | -2/+2 |
| 2014-08-30 | rollup merge of #16778 : jbcrail/fix-issue-15826 | Alex Crichton | -6/+29 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -0/+1 |
| 2014-08-29 | complex: use `///...` instead of `/**...*/` for comment | Vinzent Steinberg | -4/+2 |
| 2014-08-29 | num: implement `Hash` for `Complex` and `Ratio` | Vinzent Steinberg | -4/+22 |
| 2014-08-28 | Fix issue #15826. | Joseph Crail | -6/+29 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -3/+3 |
| 2014-08-17 | auto merge of #16558 : Gankro/rust/hashbig, r=pcwalton | bors | -1/+55 |
| 2014-08-17 | Make BigUint and BigInt Hash, fixes #16551 | Alexis Beingessner | -1/+55 |
| 2014-08-16 | auto merge of #16475 : treeman/rust/complex-divide-by-zero-test, r=alexcrichton | bors | -0/+8 |
| 2014-08-14 | Add a test for complex divide by zero. | Jonas Hietala | -0/+8 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -2/+2 |
| 2014-08-06 | Use byte literal in libnum | nham | -1/+1 |
| 2014-07-29 | Improve documentation of rounding functions | Piotr Jawniak | -8/+19 |
| 2014-07-29 | Rename Integer trait `divides` to `is_multiple_of`. | Jonas Hietala | -20/+43 |
| 2014-07-17 | auto merge of #15718 : treeman/rust/integer-doc, r=alexcrichton | bors | -18/+90 |
| 2014-07-16 | Main example for bigint usage. | Jonas Hietala | -42/+68 |
| 2014-07-16 | Examples for Integer trait methods. | Jonas Hietala | -18/+90 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -7/+8 |
| 2014-07-06 | auto merge of #15417 : pfalabella/rust/rational-signed, r=alexcrichton | bors | -0/+44 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -2/+3 |
| 2014-07-05 | Added num::Signed implementation to Ratio (squashed) | Paolo Falabella | -0/+44 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -6/+7 |
| 2014-07-02 | Rationals that have a 1 denom should print like ints | Paolo Falabella | -17/+28 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -5/+6 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |