| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-15 | path: Fix joining Windows path when the receiver is "C:" | Kevin Ballard | -2/+9 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -3/+1 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -2/+4 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -1/+1 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -10/+10 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -5/+0 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -172/+172 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -172/+172 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -22/+22 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -33/+33 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -1/+0 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -2/+3 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -64/+0 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -28/+19 |
| 2013-10-16 | path2: Update for privacy changes | Kevin Ballard | -9/+3 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -9/+18 |
| 2013-10-16 | path2: Remove Path.into_str() | Kevin Ballard | -9/+0 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -261/+50 |