| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -17/+17 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -24/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -7/+17 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -24/+1 |
| 2014-05-14 | Add ToCStr impl for &Path and StrBuf | Aaron Turon | -2/+21 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -3/+3 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -8/+12 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -10/+4 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-12 | std: update & de-~[] path's tests. | Huon Wilson | -31/+21 |
| 2014-04-12 | std: migrate path::windows to using StrBuf internally. | Huon Wilson | -64/+70 |
| 2014-04-12 | std: migrate path::unix to using Vec internally. | Huon Wilson | -10/+12 |
| 2014-04-11 | Parameterize contains_nul for BytesContainer. | Kevin Butler | -5/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -11/+12 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -3/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -2/+2 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -9/+12 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -9/+12 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+4 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -2/+2 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -30/+30 |
| 2014-02-27 | path: Implement windows::make_non_verbatim() | Kevin Ballard | -0/+66 |
| 2014-02-27 | path: clean up some lint warnings and an obsolete comment | Kevin Ballard | -2/+1 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -2/+2 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -12/+4 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -75/+13 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -8/+0 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -2/+0 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -2/+2 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -5/+5 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -5/+5 |
| 2014-01-21 | [std::str] Remove the now unused not_utf8 condition. | Simon Sapin | -3/+3 |
| 2014-01-21 | [std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o... | Simon Sapin | -14/+6 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-19 | auto merge of #11643 : kballard/rust/path-root-path, r=erickt | bors | -3/+6 |
| 2014-01-18 | Expose platform independent path separators | Erick Tryzelaar | -22/+27 |
| 2014-01-18 | auto merge of #11605 : alexcrichton/rust/issue-9582, r=brson | bors | -2/+2 |
| 2014-01-17 | Make WindowsPath::new("C:foo").root_path() return Some("C:") | Kevin Ballard | -3/+6 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -13/+13 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -4/+10 |
| 2014-01-16 | Forbid coercing unsafe functions to closures | Alex Crichton | -2/+2 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -4/+10 |