| Age | Commit message (Expand) | Author | Lines |
| 2014-08-22 | auto merge of #16509 : luqmana/rust/uw, r=alexcrichton | bors | -11/+10 |
| 2014-08-20 | libgreen: use FFI-safe types | Corey Richardson | -0/+10 |
| 2014-08-19 | Add examples for some StrSlice methods. | nham | -0/+46 |
| 2014-08-19 | auto merge of #16590 : nham/rust/str_searcher_underflow, r=alexcrichton | bors | -1/+1 |
| 2014-08-19 | auto merge of #16364 : tbu-/rust/pr_checkeddiv0, r=alexcrichton | bors | -3/+5 |
| 2014-08-18 | auto merge of #16579 : steveklabnik/rust/gh9099, r=pcwalton | bors | -1/+1 |
| 2014-08-18 | Fix underflow bug in core::str::Searcher::new for haystacks of length < 20 | nham | -1/+1 |
| 2014-08-18 | Improve text of Option.unwrap() | Steve Klabnik | -1/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -3/+3 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -36/+41 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -7/+12 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -36/+41 |
| 2014-08-15 | Register new snapshots | Alex Crichton | -8/+0 |
| 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 |