| Age | Commit message (Expand) | Author | Lines |
| 2017-05-20 | Remove unused lifetimes. | Clar Charr | -2/+2 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -32/+32 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -32/+32 |
| 2017-05-19 | Rollup merge of #42079 - seeekr:patch-1, r=steveklabnik | Mark Simulacrum | -1/+1 |
| 2017-05-19 | Rollup merge of #42070 - tshepang:env-misc, r=BurntSushi | Mark Simulacrum | -9/+12 |
| 2017-05-19 | Rollup merge of #42056 - sylvestre:master, r=alexcrichton | Mark Simulacrum | -1/+6 |
| 2017-05-19 | Rollup merge of #42024 - citizen428:docs/update-exitstatus, r=steveklabnik | Mark Simulacrum | -0/+23 |
| 2017-05-19 | Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcv | Mark Simulacrum | -57/+287 |
| 2017-05-19 | Fix doc test failure for OpenOptionsExt | David LeGare | -1/+1 |
| 2017-05-18 | Normalize docs in windows::ffi and windows::fs | David LeGare | -57/+64 |
| 2017-05-18 | Add documentation for `ExitStatus` | Michael Kohl | -0/+23 |
| 2017-05-18 | fix typo in libstd/sync/mpsc/mod.rs docs | Denis Andrejew | -1/+1 |
| 2017-05-18 | misc doc improvements for std::env | Tshepang Lekhonkhobe | -9/+12 |
| 2017-05-17 | Improve the error management when /proc is not mounted | Sylvestre Ledru | -1/+6 |
| 2017-05-16 | Rollup merge of #41995 - gamazeps:thread-localkey, r=frewsxcv | Mark Simulacrum | -15/+30 |
| 2017-05-16 | Rollup merge of #41994 - gamazeps:thread-builder, r=GuillaumeGomez | Mark Simulacrum | -11/+38 |
| 2017-05-15 | Add links to the `thread::LocalKey` doc. | Felix Raimundo | -15/+30 |
| 2017-05-14 | Improve `thread::Builder` documentation. | Felix Raimundo | -11/+38 |
| 2017-05-14 | Explain why `thread::yield_now` could be used. | Felix Raimundo | -0/+23 |
| 2017-05-12 | Rollup merge of #41896 - tshepang:too-long, r=steveklabnik | Mark Simulacrum | -2/+2 |
| 2017-05-12 | Rollup merge of #41860 - mbrubeck:docs, r=nagisa | Mark Simulacrum | -6/+4 |
| 2017-05-11 | Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichton | bors | -3/+38 |
| 2017-05-11 | Add test | Jethro Beekman | -0/+14 |
| 2017-05-11 | doc: break into 2 sentences | Tshepang Lekhonkhobe | -2/+2 |
| 2017-05-11 | Rollup merge of #41192 - zackw:eprintln, r=alexcrichton | Corey Farwell | -24/+86 |
| 2017-05-10 | Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnik | Steve Klabnik | -6/+56 |
| 2017-05-10 | Rollup merge of #41809 - gamazeps:thread-docs, r=steveklabnik | Steve Klabnik | -61/+91 |
| 2017-05-10 | Rollup merge of #41531 - steveklabnik:gh40159, r=nagisa | Steve Klabnik | -1/+35 |
| 2017-05-10 | Fix up stability annotations per feedback. | Zack Weinberg | -7/+7 |
| 2017-05-10 | Revise the eprint(ln)! feature. | Zack Weinberg | -58/+37 |
| 2017-05-10 | Add `eprint!` and `eprintln!` macros to the prelude. | Zack Weinberg | -0/+83 |
| 2017-05-10 | Auto merge of #41815 - Yamakaky:improve-backtrace-bottom, r=alexcrichton | bors | -8/+47 |
| 2017-05-10 | Fix typos in doc | Felix Raimundo | -1/+1 |
| 2017-05-09 | Fix tidy errors | David LeGare | -3/+6 |
| 2017-05-09 | Remove wrong or outdated info from CString docs. | Matt Brubeck | -6/+4 |
| 2017-05-09 | Don't show the std frames before user code on unwinding. | Yamakaky | -8/+47 |
| 2017-05-09 | Fix warnings in examples | Felix Raimundo | -4/+4 |
| 2017-05-09 | Fix link | Felix Raimundo | -5/+5 |
| 2017-05-09 | Add more ways to create a PathBuf to docs | steveklabnik | -1/+35 |
| 2017-05-09 | Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnik | bors | -23/+20 |
| 2017-05-09 | Address review comments | Felix Raimundo | -2/+2 |
| 2017-05-09 | Address review comments | Felix Raimundo | -2/+4 |
| 2017-05-09 | Add a link to `thread::Builder` in `thread::spawn` | Felix Raimundo | -0/+5 |
| 2017-05-09 | Add more examples to `thread::spawn` | Felix Raimundo | -6/+51 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -1/+1 |
| 2017-05-07 | Fix typos in `thread::park` documentation. | Felix Raimundo | -4/+6 |
| 2017-05-07 | Update the `thread::Thread` documentation. | Felix Raimundo | -24/+12 |
| 2017-05-07 | Add stack size doc to `thread::spawn`. | Felix Raimundo | -0/+7 |
| 2017-05-07 | Inline `thread::park` documentation. | Felix Raimundo | -52/+62 |
| 2017-05-07 | Improve `thread::panicking` documentaion. | Felix Raimundo | -0/+12 |