| Age | Commit message (Expand) | Author | Lines |
| 2020-12-08 | Pin the ReentrantMutexes in sys::io::stdio. | Mara Bos | -25/+30 |
| 2020-12-08 | Return a Pin from SyncOnceCell::get_or_init_pin. | Mara Bos | -4/+7 |
| 2020-12-08 | Add (internal-only) SyncOnceCell::get_or_init_pin. | Mara Bos | -0/+52 |
| 2020-12-08 | Update ReentrantMutex tests to use Pin. | Mara Bos | -15/+21 |
| 2020-12-08 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -33/+19 |
| 2020-12-08 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 |
| 2020-12-08 | Fix outdated comment about not needing to flush stderr. | Mara Bos | -7/+3 |
| 2020-12-08 | [beta] always disable copy_file_range to avoid EOVERFLOW errors | The8472 | -1/+1 |
| 2020-11-12 | Auto merge of #78965 - jryans:emscripten-threads-libc, r=kennytm | bors | -20/+42 |
| 2020-11-12 | Fix timeout conversion | J. Ryan Stinnett | -2/+1 |
| 2020-11-12 | Update thread and futex APIs to work with Emscripten | J. Ryan Stinnett | -20/+43 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -16/+17 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-10 | Add missing newline to error message of the default OOM hook | hyd-dev | -1/+1 |
| 2020-11-09 | Rollup merge of #78878 - shepmaster:intersecting-ignores, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2020-11-09 | Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnay | Dylan DPC | -3/+71 |
| 2020-11-08 | Avoid overlapping cfg attributes when both macOS and aarch64 | Jake Goulding | -10/+15 |
| 2020-11-08 | Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514 | Mara Bos | -16/+8 |
| 2020-11-08 | Rollup merge of #78811 - a1phyr:const_io_structs, r=dtolnay | Mara Bos | -7/+28 |
| 2020-11-08 | Rollup merge of #78572 - de-vri-es:bsd-cloexec, r=m-ou-se | Mara Bos | -6/+38 |
| 2020-11-08 | Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus | Mara Bos | -1/+0 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -16/+8 |
| 2020-11-06 | Add tracking issue | Benoît du Garreau | -6/+6 |
| 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 | Move Copy and Clone into the list of traits implemented for all sizes | est31 | -6/+3 |
| 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 | 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 |