| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-24 | Rollup merge of #75115 - chansuke:sys-cloudabi-unsafe, r=KodrAus | Jonas Schievink | -64/+75 |
| 2020-10-24 | Disable use of `linkat` on Android as well. | Dan Gohman | -5/+5 |
| 2020-10-24 | Rollup merge of #78274 - Enet4:patch-1, r=jonas-schievink | Jonas Schievink | -1/+2 |
| 2020-10-24 | Remove unnecessary unsafe block from condvar_atomics & mutex_atomics | chansuke | -3/+3 |
| 2020-10-24 | Fix unsafe operation of wasm32::memory_atomic_notify | chansuke | -1/+2 |
| 2020-10-24 | Add documents for DLMALLOC | chansuke | -4/+8 |
| 2020-10-24 | Add some description for (malloc/calloc/free/realloc) | chansuke | -0/+4 |
| 2020-10-24 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm | chansuke | -18/+32 |
| 2020-10-23 | Update description of Empty Enum for accuracy | Eduardo Pinho | -1/+2 |
| 2020-10-23 | Rollup merge of #77918 - wcampbell0x2a:cleanup-network-tests, r=m-ou-se | Yuki Okushi | -12/+5 |