| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1929/+90 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -3/+3 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+3 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -1/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -50/+50 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -10/+10 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -10/+10 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -43/+41 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -50/+60 |
| 2014-04-23 | std: Change CharEq to take `&mut self` | Alex Crichton | -50/+60 |
| 2014-04-22 | auto merge of #13674 : pcwalton/rust/more-str-inlines, r=alexcrichton | bors | -0/+4 |
| 2014-04-21 | str: Inline `only_ascii` in string iterators. | Patrick Walton | -0/+4 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -3/+3 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -130/+134 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -62/+31 |
| 2014-04-11 | Implement Char::encode_utf16 | Keegan McAllister | -16/+3 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -39/+39 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -477/+82 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -3/+3 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -24/+24 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -1/+1 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | std and green: fix some warnings | Erick Tryzelaar | -1/+1 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -4/+4 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -22/+5 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -22/+5 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-03-21 | libstd: Add some methods to `Vec<T>`. | Patrick Walton | -0/+1 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -14/+14 |
| 2014-03-18 | remove duplicate methods in impls | Corey Richardson | -3/+0 |
| 2014-03-16 | `strdup_uniq` doesn't have to be `pub`. | Lindsey Kuper | -2/+1 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+7 |
| 2014-03-10 | libstd: Update docs for `slice_shift_char` and {shift,pop}_{char,byte} | Piotr Czarnecki | -17/+10 |
| 2014-03-10 | libstd: Add unit tests for `slice_shift_char` | Piotr Czarnecki | -0/+12 |
| 2014-03-10 | libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and... | Piotr Czarnecki | -34/+53 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -25/+1 |
| 2014-03-05 | Str::slice_chars() is O(end), not O(end - begin) | Simon Sapin | -2/+2 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -9/+9 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -4/+4 |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -16/+0 |
| 2014-02-23 | Merge remote-tracking branch 'huonw/inline-helpers' | Brian Anderson | -0/+1 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -7/+4 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -2/+2 |
| 2014-02-23 | std: mark two helper functions #[inline]. | Huon Wilson | -0/+1 |
| 2014-02-21 | auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichton | bors | -3/+3 |