| Age | Commit message (Expand) | Author | Lines |
| 2014-08-14 | libcore: Get rid of useless mem::forget wrapper. | Luqman Aden | -11/+10 |
| 2014-08-14 | auto merge of #16470 : liigo/rust/rename-private-cmp-macros, r=brson | bors | -8/+8 |
| 2014-08-13 | Address some review feedback | Brian Anderson | -14/+12 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -12/+12 |
| 2014-08-13 | core: Put stability attributes all over the slice module | Brian Anderson | -0/+72 |
| 2014-08-13 | core: Add binary_search and binary_search_elem methods to slices. | Brian Anderson | -0/+92 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -3/+3 |
| 2014-08-13 | core: Rename MutableCloneableSlice::copy_from to clone_from_slice | Brian Anderson | -2/+8 |
| 2014-08-13 | core: Deprecate ImmutableSlice::tailn and initn | Brian Anderson | -0/+4 |
| 2014-08-13 | core: Rename ImmutableSlice::unsafe_ref to unsafe_get | Brian Anderson | -0/+12 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -16/+18 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -20/+20 |
| 2014-08-13 | libcore: rename private cmp macros | Liigo Zhuang | -8/+8 |
| 2014-08-12 | auto merge of #16081 : luqmana/rust/nr, r=pcwalton | bors | -0/+7 |
| 2014-08-11 | Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a... | nham | -3/+4 |
| 2014-08-11 | librustc: Don't allow return_address intrinsic in functions that don't use an... | Luqman Aden | -0/+7 |
| 2014-08-11 | core/std: squash dead_code warnings from fail! invocations. | Huon Wilson | -4/+9 |
| 2014-08-08 | Add division by zero case to the `CheckedDiv` comment | Tobias Bucher | -3/+5 |
| 2014-08-08 | libcore: Fix documentation comment for f32. | Ruud van Asseldonk | -1/+1 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -44/+0 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -22/+31 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -22/+31 |
| 2014-08-07 | auto merge of #16316 : forticulous/rust/char-Fix, r=alexcrichton | bors | -1/+1 |
| 2014-08-06 | Char::from_digit signature fix | fort | -1/+1 |
| 2014-08-06 | auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton | bors | -19/+19 |
| 2014-08-06 | auto merge of #16225 : pczarn/rust/iter-refactoring, r=kballard | bors | -62/+24 |
| 2014-08-06 | auto merge of #16276 : nham/rust/fix_marker_docs, r=steveklabnik | bors | -2/+2 |
| 2014-08-06 | core: Refactor iterators | Piotr Czarnecki | -62/+24 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -26/+77 |
| 2014-08-06 | Use byte literals in libcore | nham | -19/+19 |
| 2014-08-05 | Remove references to `~[]` in core::kinds::marker docs. | nham | -2/+2 |
| 2014-08-05 | auto merge of #16188 : nham/rust/immut_slice_split_at, r=brson | bors | -4/+17 |
| 2014-08-05 | auto merge of #16187 : steveklabnik/rust/gh15830, r=alexcrichton | bors | -3/+3 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -26/+77 |
| 2014-08-04 | Clarify Argument docs. | Steve Klabnik | -3/+3 |
| 2014-08-04 | num: Fix the documentation of abs_sub. | OGINO Masanori | -2/+2 |
| 2014-08-03 | auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton | bors | -0/+34 |
| 2014-08-03 | core: add a reverse method to Ordering. | Huon Wilson | -0/+34 |
| 2014-08-01 | Add a split_at method to slice::ImmutableVector | nham | -4/+17 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-08-01 | auto merge of #16152 : tshepang/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-08-01 | doc: fix typos in std::num::Int | Tshepang Lekhonkhobe | -2/+2 |
| 2014-07-31 | Implement slice::Vector for Option<T> and CVec<T> | Derek Harland | -9/+12 |
| 2014-07-31 | Fix deprecation commment on `core::cmp::lexical_ordering` | Tobias Bucher | -1/+1 |
| 2014-07-31 | core: Fix failure doc comment | Brian Anderson | -1/+1 |
| 2014-07-31 | core: Add #[inline(never)] to failure functions | Brian Anderson | -2/+2 |
| 2014-07-31 | Modify failure lang items to take less pointers. | Brian Anderson | -0/+26 |
| 2014-07-29 | Improve documentation of rounding functions | Piotr Jawniak | -35/+34 |
| 2014-07-28 | auto merge of #15983 : brson/rust/fail, r=alexcrichton | bors | -4/+7 |
| 2014-07-28 | Use correct conventions for static | Brian Anderson | -2/+2 |