| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -3/+9 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -106/+62 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -169/+169 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -5/+5 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -7/+7 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -1/+0 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -48/+0 |
| 2013-10-23 | Removed the unnecesary comments | reedlepee | -1/+0 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -7/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -2/+8 |
| 2013-10-23 | Don't Make str field private | reedlepee | -0/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -6/+6 |
| 2013-10-17 | Fix starts_with() and ends_with(). | Jack Moffitt | -2/+6 |
| 2013-10-16 | Rewrite str.starts_with()/ends_with() to be simpler | Kevin Ballard | -19/+6 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+1 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -3/+3 |
| 2013-10-04 | auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphism | bors | -1/+1 |
| 2013-10-04 | Fixed another minor typo in std::str docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | Fix minor typo in std::str module docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-02 | Add an implementation of FromStr for ~str and @str | Florian Gilcher | -1/+21 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -14/+14 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -1/+1 |
| 2013-09-26 | std: removed some warnings in tests. | Erick Tryzelaar | -1/+1 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -1/+1 |
| 2013-09-26 | Moved StrSlice doc comments from impl to trait. | Marvin Löbel | -336/+410 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -26/+26 |
| 2013-09-24 | Do not imply that str is sometimes null-terminated. | Simon Sapin | -2/+2 |
| 2013-09-20 | auto merge of #9276 : alexcrichton/rust/dox, r=brson | bors | -6/+80 |
| 2013-09-17 | std: Fix an invalid read in from_c_multistring | Brian Anderson | -2/+2 |
| 2013-09-17 | Document a few undocumented modules in libstd | Alex Crichton | -6/+80 |
| 2013-09-16 | std: merge conflict cleanup from std::str | Jeff Olson | -1/+0 |
| 2013-09-16 | std: more work on from_c_multistring.. let it take an optional len param | Jeff Olson | -5/+17 |
| 2013-09-16 | std: win32 os::env() str parsing to str::raw::from_c_multistring + test | Jeff Olson | -0/+37 |
| 2013-09-16 | auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichton | bors | -105/+78 |
| 2013-09-17 | std::str: Fix overflow problems in unsafe code | blake2-ppc | -105/+59 |
| 2013-09-16 | std::str: Add bench tests for StrVector::connect() and for str::push_str | blake2-ppc | -0/+19 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -1/+16 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -8/+8 |
| 2013-09-05 | auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brson | bors | -48/+48 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -48/+48 |
| 2013-09-05 | str: rm `map_chars`, replaced by iterators | Daniel Micay | -11/+0 |
| 2013-09-04 | std::str: Deny surrogates in is_utf8 | blake2-ppc | -3/+12 |
| 2013-09-04 | auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton | bors | -1/+1 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -38/+8 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -1/+1 |
| 2013-09-03 | auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw | bors | -15/+6 |
| 2013-09-01 | std::iterator: Use ExactSize, inheriting DoubleEndedIterator | blake2-ppc | -1/+1 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -4/+0 |
| 2013-08-30 | std::str: Use reverse enumerate and .rposition | blake2-ppc | -15/+6 |