| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-07 | Fix PartialEq documentation with regards to floats | Steven Fackler | -9/+9 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -0/+14 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -29/+25 |
| 2014-06-06 | Fix documentation for `slice()` | Adolfo OchagavĂa | -2/+2 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -11/+32 |
| 2014-06-04 | auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw | bors | -3/+27 |
| 2014-06-04 | auto merge of #14610 : alexcrichton/rust/issue-14008, r=brson | bors | -0/+14 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -35/+66 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -0/+14 |
| 2014-06-02 | auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichton | bors | -2/+17 |
| 2014-06-02 | Document failure cases for `char_at` and friends. | Aaron Turon | -2/+17 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -2/+2 |