| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 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 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -23/+16 |
| 2014-06-13 | rustc: [T, ..N] and [T, ..N+1] are not the same | Alex Crichton | -0/+8 |
| 2014-06-13 | Clarify `Any` docs | P1start | -4/+6 |
| 2014-06-13 | Add Bitwise::{swap_bytes, rotate_left, rotate_right} methods | Brendan Zabarauskas | -20/+152 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -131/+12 |
| 2014-06-13 | added get_mut() for [T] | bachm | -0/+8 |
| 2014-06-12 | auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichton | bors | -1/+31 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -131/+12 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -100/+42 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -7/+8 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -7/+8 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+4 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -37/+0 |
| 2014-06-10 | Show impl for Ref & RefMut | fort | -1/+31 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-09 | librustc: Implement overloading for the call operator behind a feature | Patrick Walton | -0/+21 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -85/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -20/+20 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -3/+3 |
| 2014-06-07 | Clarify restrictions on ne | Steven Fackler | -2/+4 |