| Age | Commit message (Expand) | Author | Lines |
| 2020-05-12 | Stabilize process_set_argv0 feature for Unix | Jeremy Fitzhardinge | -2/+2 |
| 2020-05-12 | Warn against thread::sleep in async fn | Kornel | -0/+4 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -1/+1 |
| 2020-05-09 | Better documentation for io::Read::read() return value | Elinvynia | -0/+5 |
| 2020-05-07 | Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-Simulacrum | Dylan DPC | -0/+6 |
| 2020-05-07 | Allow a few warnings. | Steve Klabnik | -0/+6 |
| 2020-05-06 | Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppe | Dylan DPC | -8/+7 |
| 2020-05-06 | Rollup merge of #71921 - RalfJung:open-mode, r=hanna-kruppe | Dylan DPC | -0/+4 |
| 2020-05-05 | explain the types used in the open64 call | Ralf Jung | -0/+4 |
| 2020-05-05 | rely on rdlock/wrlock not returning anything but the specified error codes | Ralf Jung | -2/+6 |
| 2020-05-04 | edit Mutex comment | Ralf Jung | -4/+6 |
| 2020-05-04 | explain our rwlock implementation (and fix a potential data race) | Ralf Jung | -20/+24 |
| 2020-05-04 | expand comment on default mutex behavior | Ralf Jung | -3/+7 |
| 2020-05-03 | Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt | Dylan DPC | -1/+1 |
| 2020-05-02 | Rollup merge of #71785 - reitermarkus:cfg-attribute, r=Mark-Simulacrum | Dylan DPC | -7/+9 |
| 2020-05-02 | Replace `cfg` macro with attribute. | Markus Reiter | -7/+9 |
| 2020-05-02 | fix formatting issues that fail tidy test | Carsten Andrich | -16/+16 |
| 2020-05-02 | use or pattern to match error codes that map to ErrorKind::TimedOut | Carsten Andrich | -15/+15 |
| 2020-05-01 | Remove recommendation for unmaintained crate | Jacob Kiesel | -1/+1 |
| 2020-05-01 | add Windows system error codes that map to io::ErrorKind::TimedOut | Carsten Andrich | -2/+35 |
| 2020-04-29 | Add explicit references to the BuildHasher trait | Mark Rousskov | -0/+20 |
| 2020-04-29 | Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-04-29 | Implement FromStr for OsString | Mike Hommey | -0/+10 |
| 2020-04-28 | Impl Error for Infallible | Benoît du Garreau | -1/+2 |
| 2020-04-27 | Rollup merge of #67841 - sfackler:can-vector, r=Amaneiu | Dylan DPC | -0/+565 |
| 2020-04-27 | fix wasi | Steven Fackler | -2/+2 |
| 2020-04-27 | use nicer code style to define DEFAULT_MIN_STACK_SIZE | Stefan Lankes | -1/+1 |
| 2020-04-26 | fix wasm build | Steven Fackler | -0/+8 |
| 2020-04-26 | use new interface to create threads on HermitCore | Stefan Lankes | -8/+7 |
| 2020-04-26 | Suppress file length check temporarily | Steven Fackler | -0/+1 |
| 2020-04-26 | Fix stragglers | Steven Fackler | -9/+9 |
| 2020-04-26 | Update name | Steven Fackler | -158/+158 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+556 |
| 2020-04-26 | Use Cell::take in a couple places | ThinkChaos | -1/+1 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-25 | Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC | bors | -11/+6 |
| 2020-04-25 | Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -9/+4 |
| 2020-04-25 | Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievink | bors | -154/+24 |
| 2020-04-25 | Bump rustfmt to most recently shipped | Mark Rousskov | -7/+19 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -147/+5 |
| 2020-04-25 | Fix comment in docstring example for Error::kind | Askaholic | -2/+2 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -9/+4 |
| 2020-04-25 | Rollup merge of #71535 - workingjubilee:jubilee-markdown-fix, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-04-24 | Fix typos in docs for keyword "in" | Jubilee Young | -2/+2 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -5/+11 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -1/+1 |
| 2020-04-22 | impl From<Cow> for boxed slices and strings | Josh Stone | -0/+33 |
| 2020-04-22 | Rollup merge of #71414 - phansch:more-diagnostic-items, r=Manishearth | Dylan DPC | -0/+3 |
| 2020-04-22 | More diagnostic items for Clippy usage | Philipp Hansch | -0/+3 |