| Age | Commit message (Expand) | Author | Lines |
| 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-01 | Remove recommendation for unmaintained crate | Jacob Kiesel | -1/+1 |
| 2020-04-29 | Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 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 | 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 |
| 2020-04-22 | Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnay | Yuki Okushi | -12/+12 |
| 2020-04-20 | Use assoc float consts instead of module level | Linus Färnstrand | -11/+11 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -1/+1 |
| 2020-04-20 | Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfackler | Dylan DPC | -8/+7 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-04-19 | Stabilize PathBuf capacity methods | Mark Rousskov | -8/+7 |
| 2020-04-18 | Change wording on read_vectored docs | Nathan Abel | -2/+3 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -6/+6 |