| Age | Commit message (Expand) | Author | Lines |
| 2014-07-03 | auto merge of #15324 : sneves/rust/master, r=alexcrichton | bors | -2/+2 |
| 2014-07-02 | Fix rotate_{left, right} for multiple of bitsize rotation amounts | Samuel Neves | -2/+2 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -14/+16 |
| 2014-07-01 | auto merge of #15288 : brson/rust/cleanslice, r=alexcrichton | bors | -459/+505 |
| 2014-07-01 | auto merge of #15281 : alexcrichton/rust/show-for-show, r=kballard | bors | -0/+3 |
| 2014-06-30 | core: Remove the unnecessary 'traits' module from 'slice' | Brian Anderson | -49/+39 |
| 2014-06-30 | core: Reorganize slice module. | Brian Anderson | -458/+514 |
| 2014-06-30 | Add `impl Show for &Show` | Alex Crichton | -0/+3 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -1/+45 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -1/+45 |
| 2014-06-30 | auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw | bors | -13/+155 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -13/+155 |
| 2014-06-30 | auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton | bors | -20/+44 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -3337/+13 |
| 2014-06-29 | core: optimize {option,result}::collect | Erick Tryzelaar | -20/+44 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -30/+30 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -12/+8 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -131/+126 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -118/+126 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -6/+8 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -13/+0 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -1/+1 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -1/+0 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+18 |
| 2014-06-24 | Move core::bool tests to run-pass | Brian Anderson | -99/+0 |
| 2014-06-24 | core: Remove bool::to_bit | Brian Anderson | -24/+1 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+7 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -216/+233 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -1/+0 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+2 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+2 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -1/+3 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+2 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Update doc comment for Int trait | Brendan Zabarauskas | -1/+2 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -68/+68 |
| 2014-06-18 | Remove `#[stable]` attribute from free-standing endian conversions and mark t... | Brendan Zabarauskas | -12/+12 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -345/+318 |
| 2014-06-18 | Fix comment formatting | Brendan Zabarauskas | -40/+36 |
| 2014-06-18 | Add a ByteOrder trait for abstracting over endian conversions | Brendan Zabarauskas | -167/+263 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -1/+3 |
| 2014-06-18 | auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonw | bors | -14/+22 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-17 | change ~[] -> Vec for collect() | Nathan Typanski | -14/+22 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -0/+4 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+3 |
| 2014-06-14 | auto merge of #14866 : bjz/rust/bitwise, r=alexcrichton | bors | -20/+152 |
| 2014-06-13 | auto merge of #14750 : bachm/rust/master, r=alexcrichton | bors | -0/+8 |