| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-05-07 | Fix documentation tests in windows::fs | David LeGare | -3/+1 |
| 2017-05-07 | fix typo | Felix Raimundo | -2/+2 |
| 2017-05-07 | Better example for `thread::unpark`. | Felix Raimundo | -5/+12 |
| 2017-05-07 | Add `park` info to `unpark`. | Felix Raimundo | -1/+8 |
| 2017-05-07 | Add link to the module doc in `park_timeout`. | Felix Raimundo | -1/+2 |
| 2017-05-07 | Add a link to `park` in the `park_timeout` doc. | Felix Raimundo | -6/+9 |
| 2017-05-06 | Update documentation in windows::fs | David LeGare | -10/+127 |
| 2017-05-06 | Fix definitions of ULONG_PTR | Joshua Sheard | -3/+4 |
| 2017-05-06 | Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv | bors | -0/+22 |
| 2017-05-05 | Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docs | David LeGare | -1455/+2624 |
| 2017-05-05 | Update documentation in windows::ffi | David LeGare | -21/+91 |
| 2017-05-05 | Update documention in windows::ffi | David LeGare | -9/+44 |
| 2017-05-05 | Auto merge of #41773 - frewsxcv:rollup, r=frewsxcv | bors | -128/+128 |
| 2017-05-05 | Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=alexcric... | Corey Farwell | -3/+21 |
| 2017-05-05 | Rollup merge of #41512 - alexcrichton:fix-windows-tls-deadlock, r=BurntSushi | Corey Farwell | -115/+93 |
| 2017-05-05 | Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton | Corey Farwell | -10/+14 |
| 2017-05-05 | std: Prevent deadlocks in doctests on Windows | Alex Crichton | -1/+3 |
| 2017-05-05 | std: Avoid locks during TLS destruction on Windows | Alex Crichton | -115/+93 |
| 2017-05-05 | Update mod.rs | Raphaël Huchet | -1/+1 |
| 2017-05-05 | Add an example to std::thread::Result type | Raphaël Huchet | -0/+22 |
| 2017-05-04 | Reload nameserver information on lookup failure | Jon Gjengset | -3/+21 |
| 2017-05-04 | Deprecate heap::EMPTY in favour of Unique::empty or otherwise. | Alexis Beingessner | -1/+2 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -9/+12 |
| 2017-05-04 | Update mod.rs | Raphaël Huchet | -1/+1 |
| 2017-05-04 | create link to Result | Raphaël Huchet | -0/+1 |
| 2017-05-04 | Join method returns a thread::Result | Raphaël Huchet | -1/+1 |
| 2017-05-03 | Rollup merge of #41721 - mgattozzi:stdin-stdout-update, r=steveklabnik | Corey Farwell | -4/+6 |
| 2017-05-03 | Rollup merge of #41720 - frewsxcv:duration-doc-examples, r=steveklabnik | Corey Farwell | -4/+25 |
| 2017-05-03 | Rollup merge of #41543 - z1mvader:master, r=steveklabnik | Corey Farwell | -11/+22 |
| 2017-05-03 | Windows io::Error: also format NTSTATUS error codes | Jethro Beekman | -3/+24 |
| 2017-05-03 | Update ChildStdin/ChildStdout docs to be clearer | Michael Gattozzi | -4/+6 |