| Age | Commit message (Expand) | Author | Lines |
| 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-15 | Add hint about the return code of panic! | Stefan Schindler | -0/+2 |
| 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 |
| 2017-06-08 | std: Handle ENOSYS when calling `pipe2` | Alex Crichton | -6/+23 |
| 2017-06-08 | Auto merge of #42522 - frewsxcv:rollup, r=frewsxcv | bors | -1/+61 |
| 2017-06-07 | Rollup merge of #42490 - gaurikholkar:master, r=eddyb | Corey Farwell | -1/+1 |
| 2017-06-07 | Rollup merge of #42470 - frewsxcv:frewsxcv/ffi-cstr-doc-examples, r=QuietMisd... | Corey Farwell | -0/+60 |
| 2017-06-08 | Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton | bors | -1/+4 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -6/+71 |
| 2017-06-07 | Changing error message for interior mutability, adding ui test | gaurikholkar | -1/+1 |
| 2017-06-06 | Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichton | bors | -8/+10 |
| 2017-06-05 | Add doc example for `CString::as_bytes`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::as_bytes_with_nul`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::into_bytes_with_nul`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::into_bytes`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::into_raw`. | Corey Farwell | -0/+20 |
| 2017-06-05 | [fuchsia] Track change of mx_job_default | Raph Levien | -5/+1 |
| 2017-06-04 | Auto merge of #42426 - arthurprs:io_error, r=sfackler | bors | -0/+1 |
| 2017-06-04 | Always quote program name in Command::spawn on Windows | Oliver Middleton | -8/+10 |
| 2017-06-04 | inline io::Error creation from ErrorKind | arthurprs | -0/+1 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+2 |
| 2017-06-02 | Implement Sync for SyncSender | Steven Fackler | -5/+0 |
| 2017-06-02 | Switch to repr(C) for syscall structs | Jeremy Soller | -3/+3 |
| 2017-06-02 | Rollup merge of #42372 - frewsxcv:frewsxcv/improve-receiver-docs, r=QuietMisd... | Mark Simulacrum | -14/+21 |
| 2017-06-02 | Rollup merge of #42225 - brson:vs2017, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-06-02 | Rollup merge of #41981 - gamazeps:thread-detach, r=frewsxcv | Mark Simulacrum | -3/+28 |
| 2017-06-02 | Expands `detach` documentation in `thread::JoinHande`. | Felix Raimundo | -3/+28 |
| 2017-06-02 | Rewrite `Receiver::try_iter` doc example to show resulting values. | Corey Farwell | -8/+13 |
| 2017-06-02 | Rewrite `Receiver::iter` doc example to show resulting values. | Corey Farwell | -6/+8 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -10/+10 |
| 2017-06-01 | tests: fix fallout from empowering unused_allocation in comparisons. | Eduard-Mihai Burtescu | -10/+10 |
| 2017-05-31 | Rewrite doc examples for `Receiver::recv_timeout`. | Corey Farwell | -4/+33 |
| 2017-05-31 | Simplify helper functions | Irfan Hudda | -1/+4 |
| 2017-05-26 | doc rewording | king6cong | -1/+1 |