| Age | Commit message (Expand) | Author | Lines |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -2/+6 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -3/+3 |
| 2014-11-21 | auto merge of #19042 : SimonSapin/rust/generic-utf16-encoder, r=alexcrichton | bors | -1/+2 |
| 2014-11-20 | libs: make Cow usable, improve documentation | Aaron Turon | -2/+7 |
| 2014-11-20 | Link std::str to reference literals section | mdinger | -3/+3 |
| 2014-11-20 | Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>. | Simon Sapin | -1/+2 |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -2/+2 |
| 2014-11-17 | libcore: add borrow module | Aaron Turon | -1/+6 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+4 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -95/+95 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -2/+2 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -0/+1 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-11-06 | rollup merge of #18605 : Gankro/collect-fruit | Alex Crichton | -3/+5 |
| 2014-11-06 | Implement low-hanging fruit of collection conventions | Alexis Beingessner | -3/+5 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -8/+8 |
| 2014-11-05 | Fix tests | Jorge Aparicio | -5/+5 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+7 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -7/+8 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -1/+1 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-11-02 | auto merge of #18456 : gamazeps/rust/issue18449, r=thestinger | bors | -9/+6 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -12/+16 |
| 2014-10-31 | DOC: improves the str type explanation | gamazeps | -9/+6 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -4/+4 |
| 2014-10-30 | rollup merge of #18443 : alexcrichton/deref-vec-and-string | Alex Crichton | -69/+0 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -4/+4 |
| 2014-10-29 | collections: impl Deref for Vec/String | Alex Crichton | -69/+0 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -3/+4 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -96/+0 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -1/+2 |
| 2014-10-08 | auto merge of #17840 : Sawyer47/rust/issue-17751, r=huonw | bors | -1/+1 |
| 2014-10-07 | Re-exports core::str::Utf16CodeUnits in std::str | Piotr Jawniak | -1/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -2/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-03 | Fix lev_distance | Till Hoeppner | -9/+28 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -2/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -1/+2 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-26 | libcollections: In tests, remove some uses of deprecated methods and | nham | -1/+0 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -5/+8 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -19/+31 |
| 2014-08-19 | A few minor documentation fixes | P1start | -94/+90 |
| 2014-08-18 | Remove innapropriate string mutability section. | Steve Klabnik | -11/+0 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+5 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -2/+2 |