| Age | Commit message (Expand) | Author | Lines |
| 2015-10-19 | Correct drain implementations in libcollectionstest | Michael Layzell | -4/+4 |
| 2015-10-08 | Add unsafe Send and Sync impls to VecDeque's Drain<T> | Michael Layzell | -1/+5 |
| 2015-09-22 | Implement drain over a range for VecDeque | Michael Layzell | -14/+271 |
| 2015-08-29 | Auto merge of #28078 - apasel422:patch-1, r=alexcrichton | bors | -1/+0 |
| 2015-08-29 | Auto merge of #28070 - mdchoate:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-08-28 | Remove superfluous line from Nomicon | Andrew Paseltiner | -1/+0 |
| 2015-08-29 | Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichton | bors | -13/+283 |
| 2015-08-28 | Auto merge of #27900 - SimonSapin:Chars_as_str, r=alexcrichton | bors | -0/+24 |
| 2015-08-28 | Auto merge of #28068 - apasel422:debug-builders, r=sfackler | bors | -0/+1 |
| 2015-08-28 | Add .as_str() to str::Chars and str::CharIndices. See #27775. | Simon Sapin | -0/+24 |
| 2015-08-28 | Auto merge of #28067 - apasel422:issue-20803, r=alexcrichton | bors | -0/+19 |
| 2015-08-28 | Fix typo in loops.md | Michael Choate | -1/+1 |
| 2015-08-28 | re-export debug builders in `std::fmt` | Andrew Paseltiner | -0/+1 |
| 2015-08-28 | Auto merge of #28063 - steveklabnik:gh28053, r=alexcrichton | bors | -3/+5 |
| 2015-08-28 | add test for #20803 | Andrew Paseltiner | -0/+19 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -13/+283 |
| 2015-08-28 | Be explicit about using crates.io's libc crate | Steve Klabnik | -3/+5 |
| 2015-08-28 | Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichton | bors | -0/+20 |
| 2015-08-28 | Auto merge of #28054 - zaeleus:ios-imports, r=alexcrichton | bors | -4/+1 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -5/+8 |
| 2015-08-28 | Auto merge of #27956 - withoutboats:extend_string, r=alexcrichton | bors | -6/+24 |
| 2015-08-27 | std: Fix backtrace imports for ios targets | Michael Macias | -4/+1 |
| 2015-08-27 | Auto merge of #28052 - Manishearth:rollup, r=Manishearth | bors | -145/+430 |
| 2015-08-27 | Add some examples for the print! macro | Steve Klabnik | -0/+20 |
| 2015-08-28 | Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichton | Manish Goregaokar | -0/+45 |
| 2015-08-28 | Rollup merge of #28045 - apasel422:iter, r=sfackler | Manish Goregaokar | -27/+26 |
| 2015-08-28 | Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichton | Manish Goregaokar | -1/+81 |
| 2015-08-28 | Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb | Manish Goregaokar | -70/+84 |
| 2015-08-28 | Rollup merge of #28029 - tshepang:unusual, r=steveklabnik | Manish Goregaokar | -2/+5 |
| 2015-08-28 | Rollup merge of #28022 - steveklabnik:gh27936, r=alexcrichton | Manish Goregaokar | -1/+14 |
| 2015-08-28 | Rollup merge of #28013 - artemshitov:rustbook-scrolling, r=steveklabnik | Manish Goregaokar | -3/+1 |
| 2015-08-28 | Rollup merge of #28010 - GuillaumeGomez:patch-2, r=Manishearth | Manish Goregaokar | -41/+174 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -38/+37 |
| 2015-08-27 | Auto merge of #27930 - barosl:path_max, r=alexcrichton | bors | -23/+59 |
| 2015-08-27 | Auto merge of #27999 - dotdash:lt, r=eddyb | bors | -68/+72 |
| 2015-08-28 | Use a different buffer doubling logic for `std::sys::os::getcwd` | Barosl Lee | -5/+7 |
| 2015-08-28 | Reduce the reliance on `PATH_MAX` | Barosl Lee | -16/+35 |
| 2015-08-27 | Auto merge of #28031 - durka:patch-6, r=alexcrichton | bors | -1/+1 |
| 2015-08-28 | libc: Fix constants used by `libc::pathconf` | Barosl Lee | -2/+17 |
| 2015-08-27 | Some extra examples for the unimplemented! macro | Steve Klabnik | -0/+45 |
| 2015-08-27 | Add Windows-specific comments to testing guide | Steve Klabnik | -1/+14 |
| 2015-08-27 | remove calls to deprecated `iter::order` functions | Andrew Paseltiner | -27/+26 |
| 2015-08-27 | Comment out unused error codes in librustc_typeck/diagnostics.rs | Guillaume Gomez | -27/+28 |
| 2015-08-27 | Auto merge of #28030 - tshepang:improve-example, r=alexcrichton | bors | -2/+4 |
| 2015-08-27 | core: Implement IntoIterator for Option and Result references | Georg Brandl | -1/+81 |
| 2015-08-27 | fix some more unstable issue annotations | Alex Burka | -5/+8 |
| 2015-08-27 | Implemented Extend<String> and FromIterator<String> for String. | Without Boats | -6/+24 |
| 2015-08-27 | Auto merge of #28016 - ranma42:mini-rem-in-core, r=alexcrichton | bors | -2/+24 |
| 2015-08-27 | Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichton | bors | -0/+7 |
| 2015-08-27 | Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichton | bors | -1/+1 |