| Age | Commit message (Expand) | Author | Lines |
| 2013-10-17 | auto merge of #9863 : csainty/rust/issue-9755-once-fns-feature-directive, r=a... | bors | -1/+2 |
| 2013-10-16 | Rewrite str.starts_with()/ends_with() to be simpler | Kevin Ballard | -19/+6 |
| 2013-10-16 | Implement new methods vec.starts_with()/vec.ends_with() | Kevin Ballard | -0/+46 |
| 2013-10-16 | Rewrite vec.contains() to be simpler | Kevin Ballard | -2/+2 |
| 2013-10-16 | Fixed example comment for num::cast(). | Ziad Hatahet | -1/+1 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -1/+2 |
| 2013-10-16 | auto merge of #9585 : vky/rust/num-docs, r=alexcrichton | bors | -2/+70 |
| 2013-10-16 | Added comments to public functions in num.rs. | Vijay Korapaty | -2/+70 |
| 2013-10-16 | auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton | bors | -8/+38 |
| 2013-10-16 | auto merge of #9833 : alexcrichton/rust/fixes, r=brson | bors | -19/+147 |
| 2013-10-16 | auto merge of #9634 : blake2-ppc/rust/by-ref-iter, r=thestinger | bors | -0/+44 |
| 2013-10-16 | auto merge of #9885 : thestinger/rust/vector, r=brson | bors | -22/+110 |
| 2013-10-16 | auto merge of #9892 : Kimundi/rust/ResultToStr, r=alexcrichton | bors | -6/+47 |
| 2013-10-16 | Added Result implementations for ToStr and fmt::Default | Marvin Löbel | -6/+47 |
| 2013-10-16 | auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichton | bors | -1709/+4994 |
| 2013-10-16 | path2: Update for privacy changes | Kevin Ballard | -15/+3 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -13/+22 |
| 2013-10-16 | path2: Remove Path.into_str() | Kevin Ballard | -19/+0 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -633/+84 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -322/+222 |
| 2013-10-15 | auto merge of #9857 : brson/rust/mainsched, r=alexcrichton | bors | -2/+8 |
| 2013-10-15 | Build a few extra features into format! parsing | Alex Crichton | -19/+135 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+12 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -117/+122 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -1090/+992 |
| 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 | -1975/+1189 |
| 2013-10-15 | path2: Add format helpers .display() and .filename_display() | Kevin Ballard | -0/+83 |
| 2013-10-15 | path2: Convert typedefs to `pub use`s | Kevin Ballard | -15/+15 |
| 2013-10-15 | path2: Rename pop_opt() to pop() and add each_parent() | Kevin Ballard | -18/+152 |
| 2013-10-15 | path2: Implement stat support | Kevin Ballard | -0/+393 |
| 2013-10-15 | path2: Implement IterBytes for Path | Kevin Ballard | -0/+16 |
| 2013-10-15 | path2: Implement .as_display_str() and .to_display_str() | Kevin Ballard | -1/+94 |
| 2013-10-15 | path2: Add opt variants for from_vec/from_str | Kevin Ballard | -0/+73 |
| 2013-10-15 | path2: Rename Path::new() to Path::from_vec() | Kevin Ballard | -77/+77 |
| 2013-10-15 | path2: Implement WindowsPath | Kevin Ballard | -28/+2314 |
| 2013-10-15 | path2: Update for changes from master | Kevin Ballard | -13/+13 |
| 2013-10-15 | path2: Add more tests to posix impl | Kevin Ballard | -3/+11 |
| 2013-10-15 | path2: Extract posix/windows into their own files | Kevin Ballard | -1639/+1693 |
| 2013-10-15 | path2: Add tests for the [u8]-based methods | Kevin Ballard | -270/+560 |
| 2013-10-15 | path2: Update all the tests for the new [u8]-based approach | Kevin Ballard | -179/+189 |
| 2013-10-15 | path2: Reimplement PosixPath in terms of ~[u8] | Kevin Ballard | -138/+154 |
| 2013-10-15 | path2: Start reimplementing in terms of ~[u8] instead of ~str | Kevin Ballard | -88/+357 |
| 2013-10-15 | path2: Implement PosixPath | Kevin Ballard | -1/+770 |
| 2013-10-15 | Initial sketching out of the new path module | Kevin Ballard | -0/+286 |
| 2013-10-15 | use element count in slices, not size in bytes | Daniel Micay | -21/+109 |
| 2013-10-15 | fix bounds checking failure message | Daniel Micay | -1/+1 |