| Age | Commit message (Expand) | Author | Lines |
| 2017-06-22 | Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-06-22 | Rollup merge of #42799 - leodasvacas:impl-clone-for-default-hasher, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -2/+59 |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+10 |
| 2017-06-21 | Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichton | Corey Farwell | -5/+0 |
| 2017-06-21 | Impl Clone for DefaultHasher | Leonardo Yvens | -1/+1 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -2/+59 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -269/+215 |
| 2017-06-20 | Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavus | Corey Farwell | -0/+172 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-06-20 | Add a couple doc additional examples for `env::join_paths`. | Corey Farwell | -0/+29 |
| 2017-06-20 | Add doc example for `CString::from_raw`. | Corey Farwell | -0/+21 |
| 2017-06-20 | Add doc example for `FromBytesWithNulError`. | Corey Farwell | -0/+8 |
| 2017-06-20 | Add doc example for `NulError`. | Corey Farwell | -0/+8 |
| 2017-06-20 | Add doc example for `CStr::to_str`. | Corey Farwell | -0/+9 |
| 2017-06-20 | Add doc example for `CString::as_c_str`. | Corey Farwell | -0/+12 |
| 2017-06-20 | Add doc example for `Box<CStr>::into_c_string`. | Corey Farwell | -0/+12 |
| 2017-06-20 | Add doc example for `CString::into_boxed_c_str`. | Corey Farwell | -0/+12 |
| 2017-06-20 | Add doc example for `CStr::to_string_lossy`. | Corey Farwell | -0/+25 |
| 2017-06-20 | Add error scenario doc examples for `CStr::from_bytes_with_nul`. | Corey Farwell | -0/+18 |
| 2017-06-20 | Add doc example for `CStr::to_bytes_with_nul`. | Corey Farwell | -0/+9 |
| 2017-06-20 | Add doc example for `CStr::to_bytes`. | Corey Farwell | -0/+9 |
| 2017-06-20 | Auto merge of #42716 - alexbool:cstr-inlines, r=BurntSushi | bors | -0/+15 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -0/+9 |
| 2017-06-20 | Mark smaller CStr and CString functions as #[inline] | Alexander Bulaev | -0/+15 |
| 2017-06-20 | Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton | bors | -0/+20 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+10 |
| 2017-06-17 | Reintroduce deprecated `collections` crate | Murarth | -0/+1 |
| 2017-06-16 | Rollup merge of #42705 - est31:master, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-06-17 | Auto merge of #42613 - stepancheg:lossy, r=alexcrichton | bors | -35/+117 |
| 2017-06-17 | Auto merge of #42604 - stepancheg:timedwait, r=alexcrichton | bors | -19/+81 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -2/+2 |
| 2017-06-16 | Auto merge of #42430 - nagisa:core-float, r=alexcrichton | bors | -8/+4 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -0/+3 |
| 2017-06-16 | Rollup merge of #42685 - Havvy:doc-remove-sometimes, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-06-15 | implement Error trait for error structs added in allocator API. | Felix S. Klock II | -0/+20 |
| 2017-06-15 | Fix condvar.wait(distant future) return immediately on OSX | Stepan Koltsov | -19/+81 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -35/+117 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -17/+13 |
| 2017-06-14 | Re-implement float min/max in rust | Simonas Kazlauskas | -8/+4 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -6/+6 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+2 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -17/+13 |
| 2017-06-13 | Remove sometimes in std::io::Read doc | Havvy | -1/+1 |
| 2017-06-13 | Rollup merge of #42597 - mark-buer:park_timeout_example_fix, r=alexcrichton | Corey Farwell | -5/+9 |
| 2017-06-13 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -0/+3 |
| 2017-06-12 | Rollup merge of #42579 - maccoda:maccoda/env_docs, r=steveklabnik | Corey Farwell | -9/+11 |
| 2017-06-12 | Capture elapsed duration in Thread::park_timeout example | Mark Buer | -5/+9 |
| 2017-06-10 | env docs completion. | Dylan Maccora | -9/+11 |
| 2017-06-09 | Auto merge of #42521 - alexcrichton:enosys, r=cuviper | bors | -6/+23 |