| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Make some std::io functions `const` | Benoît du Garreau | -7/+28 |
| 2020-11-07 | Rollup merge of #78006 - pitaj:master, r=jyn514 | Yuki Okushi | -3/+5 |
| 2020-11-07 | Rollup merge of #74979 - maekawatoshiki:fix, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2020-11-06 | Stabilize hint::spin_loop | Ivan Tham | -1/+0 |
| 2020-11-06 | Disable accept4 on Android. | Maarten de Vries | -1/+7 |
| 2020-11-05 | document HACKs | Peter Jaszkowiak | -0/+2 |
| 2020-11-05 | Intra-doc links for std::io::buffered | Peter Jaszkowiak | -3/+3 |
| 2020-11-05 | Rollup merge of #78757 - camelid:crate-link-text, r=jyn514 | Mara Bos | -6/+6 |
| 2020-11-05 | Rollup merge of #78716 - est31:array_traits, r=Dylan-DPC | Mara Bos | -6/+3 |
| 2020-11-05 | Rollup merge of #78093 - camelid:as-cleanup, r=jyn514 | Mara Bos | -6/+13 |
| 2020-11-04 | Add missing comma | Camelid | -1/+1 |
| 2020-11-04 | Clean up some intra-doc links | Camelid | -5/+5 |
| 2020-11-04 | Clean up docs for 'as' keyword | Camelid | -6/+13 |
| 2020-11-04 | Fix docs for MacOs (again) | LinkTed | -1/+2 |
| 2020-11-04 | Move Copy and Clone into the list of traits implemented for all sizes | est31 | -6/+3 |
| 2020-11-03 | Fix docs for MacOs (correction) | LinkTed | -1/+2 |
| 2020-11-01 | Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-se | Mara Bos | -1/+2 |
| 2020-11-01 | Rollup merge of #78599 - panstromek:master, r=m-ou-se | Mara Bos | -0/+10 |
| 2020-10-31 | Apply suggestions from code review | Matyáš Racek | -4/+8 |
| 2020-10-31 | fix aliasing issue in unix sleep function | Ralf Jung | -1/+2 |
| 2020-10-31 | Add note to process::arg[s] that args shouldn't be escaped or quoted | Matyáš Racek | -0/+6 |
| 2020-10-31 | update stabilization to 1.49.0 | Ashley Mannix | -1/+1 |
| 2020-10-31 | Rollup merge of #77099 - tspiteri:exp_m1-examples, r=m-ou-se | Mara Bos | -16/+20 |
| 2020-10-31 | Rollup merge of #74622 - fusion-engineering-forks:panic-box, r=KodrAus | Mara Bos | -0/+14 |
| 2020-10-30 | Use SOCK_CLOEXEC and accept4() on more platforms. | Maarten de Vries | -6/+32 |
| 2020-10-30 | Rollup merge of #78554 - camelid:improve-drop_in_place-docs-wording, r=jyn514 | Yuki Okushi | -2/+2 |
| 2020-10-30 | Rollup merge of #77921 - wcampbell0x2a:f64-collapsible-if, r=jyn514 | Yuki Okushi | -14/+12 |
| 2020-10-29 | Improve wording of `core::ptr::drop_in_place` docs | Camelid | -2/+2 |
| 2020-10-28 | Add tracking issue number for panic_any. | Mara Bos | -1/+1 |
| 2020-10-28 | Update panic_any feature name. | Mara Bos | -1/+1 |
| 2020-10-28 | Fix test cases for MacOs | LinkTed | -2/+28 |
| 2020-10-27 | Clean up intra-doc links in `std::path` | Camelid | -6/+5 |
| 2020-10-27 | Change link to point to crates.io keyword "hasher" | Tom Kaitchuck | -3/+3 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -1/+2 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -10/+45 |
| 2020-10-26 | Fix bootstrap doctest failure | Nathan Whitaker | -1/+1 |
| 2020-10-27 | Rollup merge of #78412 - camelid:cleanup-hash-docs, r=jonas-schievink | Yuki Okushi | -5/+6 |
| 2020-10-27 | Rollup merge of #78394 - rubik:master, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytm | Yuki Okushi | -5/+2 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -1/+0 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+2 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Update doctest | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Improve formatting of hash collections docs | Camelid | -5/+6 |
| 2020-10-26 | fix(docs): typo in BufWriter documentation | Michele Lacchia | -1/+1 |
| 2020-10-26 | Rollup merge of #74477 - chansuke:sys-wasm-unsafe-op-in-unsafe-fn, r=Mark-Sim... | Dylan DPC | -15/+38 |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -5/+2 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+3 |
| 2020-10-24 | Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=Amanieu | Jonas Schievink | -1/+18 |
| 2020-10-24 | Rollup merge of #77610 - hermitcore:dtors, r=m-ou-se | Jonas Schievink | -163/+182 |