| Age | Commit message (Expand) | Author | Lines |
| 2020-12-28 | de-stabilize unsized raw ptr methods for Weak | Ralf Jung | -50/+6 |
| 2020-12-10 | fix unsoundness in `make_contiguous` | Bastian Kauschke | -5/+27 |
| 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 | Rollup merge of #78857 - SkiFire13:bheap-opt, r=KodrAus | Mara Bos | -13/+19 |
| 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 #78417 - ssomers:btree_chop_up_2, r=Mark-Simulacrum | Jonas Schievink | -114/+176 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -95/+75 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-10 | Rollup merge of #78910 - tmiasko:intrinsics-link, r=jyn514 | Jonas Schievink | -2/+2 |
| 2020-11-10 | Rollup merge of #78897 - hyd-dev:alloc-error-hook-newline, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78896 - cyqsimon:master, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78854 - the8472:workaround-normalization-regression-master, ... | Jonas Schievink | -8/+4 |
| 2020-11-09 | Added SAFETY comment as request | Giacomo Stevanato | -0/+4 |
| 2020-11-10 | Add missing newline to error message of the default OOM hook | hyd-dev | -1/+1 |
| 2020-11-09 | Bad grammar | cyqsimon | -1/+1 |
| 2020-11-09 | Clarified description of write! macro | cyqsimon | -1/+1 |
| 2020-11-09 | BTreeMap: fix pointer provenance rules, make borrowing explicit | Stein Somers | -247/+328 |
| 2020-11-09 | Rollup merge of #78878 - shepmaster:intersecting-ignores, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2020-11-09 | Rollup merge of #78476 - RalfJung:btree-alias, r=Mark-Simulacrum | Dylan DPC | -4/+8 |
| 2020-11-09 | Rollup merge of #78437 - ssomers:btree_no_ord_at_node_level, r=Mark-Simulacrum | Dylan DPC | -41/+22 |
| 2020-11-09 | Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnay | Dylan DPC | -3/+71 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -44/+65 |
| 2020-11-09 | Fix links to stabilized versions of some intrinsics | Tomasz Miąsko | -2/+2 |
| 2020-11-08 | BTreeMap: split off most code of append, slightly improve interfaces | Stein Somers | -114/+176 |
| 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 | -71/+55 |
| 2020-11-08 | Rollup merge of #78811 - a1phyr:const_io_structs, r=dtolnay | Mara Bos | -7/+28 |
| 2020-11-08 | Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se | Mara Bos | -3/+3 |
| 2020-11-08 | Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay | Mara Bos | -8/+26 |
| 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 #78065 - tshepang:nits, r=dtolnay | Mara Bos | -11/+7 |
| 2020-11-08 | Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus | Mara Bos | -2/+19 |
| 2020-11-08 | Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus | Mara Bos | -24/+56 |
| 2020-11-07 | Remove useless bound checks from into_sorted_vec | Giacomo Stevanato | -1/+4 |
| 2020-11-07 | Remove useless branches from sift_down_range loop | Giacomo Stevanato | -6/+6 |
| 2020-11-07 | Remove branches from sift_down_to_bottom loop | Giacomo Stevanato | -6/+5 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -71/+55 |
| 2020-11-07 | remove needs_drop | The8472 | -8/+4 |
| 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 #78730 - kornelski:not-inverse, r=Dylan-DPC | Yuki Okushi | -2/+6 |