| Age | Commit message (Expand) | Author | Lines |
| 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::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -9/+9 |
| 2014-01-21 | [std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o... | Simon Sapin | -40/+11 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+2 |
| 2014-01-20 | auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichton | bors | -2/+2 |
| 2014-01-19 | auto merge of #11643 : kballard/rust/path-root-path, r=erickt | bors | -4/+7 |
| 2014-01-20 | Fix misuse of character/byte in std::path. | OGINO Masanori | -2/+2 |
| 2014-01-18 | Expose platform independent path separators | Erick Tryzelaar | -41/+62 |
| 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 | -4/+7 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -32/+32 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -7/+20 |
| 2014-01-16 | Forbid coercing unsafe functions to closures | Alex Crichton | -2/+2 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -7/+20 |
| 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 | -6/+4 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -3/+6 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -1/+1 |
| 2013-12-30 | Add more benchmark tests to path/posix | g3xzh | -0/+41 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -4/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -25/+25 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -5/+0 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -356/+356 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -10/+10 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -356/+356 |
| 2013-11-27 | Add benchmark tests to path/posix | g3xzh | -0/+86 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -45/+44 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -3/+1 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -67/+67 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2/+0 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -4/+5 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -64/+0 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -69/+0 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -300/+39 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-16 | path2: Update for privacy changes | Kevin Ballard | -15/+3 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -11/+20 |
| 2013-10-16 | path2: Remove Path.into_str() | Kevin Ballard | -19/+0 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -631/+81 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -317/+217 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -115/+119 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -1017/+918 |
| 2013-10-15 | path2: Remove Path::normalize() | Kevin Ballard | -8/+5 |
| 2013-10-15 | path2: Write a few paragraphs of module documentation | Kevin Ballard | -1/+54 |
| 2013-10-15 | path2: Update for loop -> continue | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Update asserts for new format!() style | Kevin Ballard | -31/+36 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -0/+5495 |