| Age | Commit message (Expand) | Author | Lines |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -24/+7 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -196/+134 |
| 2021-04-22 | Move `sys_common::poison` to `sync::poison` | Christiaan Dirkx | -14/+15 |
| 2021-04-21 | Ensure TLS destructors run before thread joins in SGX | Mohsen Zohrevandi | -11/+119 |
| 2021-04-21 | Rollup merge of #84212 - CDirkx:void, r=m-ou-se | Mara Bos | -252/+238 |
| 2021-04-21 | Rollup merge of #84119 - CDirkx:vxworks, r=m-ou-se | Mara Bos | -222/+88 |
| 2021-04-21 | Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se | Mara Bos | -29/+29 |
| 2021-04-21 | Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock` | Christiaan Dirkx | -60/+53 |
| 2021-04-21 | Apply suggestions from code review | Christiaan Dirkx | -2/+4 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -29/+29 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -196/+198 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -60/+44 |
| 2021-04-19 | Rollup merge of #84291 - RalfJung:thread-local-const-init, r=alexcrichton | Dylan DPC | -1/+1 |
| 2021-04-19 | Rollup merge of #84256 - tspiteri:pretty-minus-zero, r=workingjubilee | Dylan DPC | -4/+4 |
| 2021-04-19 | Fix `vxworks` compilation errors | Christiaan Dirkx | -10/+23 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -213/+64 |
| 2021-04-19 | Stablize {HashMap,BTreeMap}::into_{keys,values} | Folyd | -18/+12 |
| 2021-04-19 | Update library/std/src/primitive_docs.rs | Trevor Spiteri | -2/+2 |
| 2021-04-18 | Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett | bors | -54/+77 |
| 2021-04-18 | fix aliasing violations in thread_local_const_init | Ralf Jung | -1/+1 |
| 2021-04-18 | Bump to 1.53.0 | CDirkx | -1/+1 |
| 2021-04-18 | Fix test `metadata_access_times` to also check for `Unsupported` | Christiaan Dirkx | -1/+3 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -18/+29 |
| 2021-04-18 | Use `NotSupported` in more places | Christiaan Dirkx | -47/+48 |
| 2021-04-18 | Bump since to 1.52.0 | CDirkx | -1/+1 |
| 2021-04-18 | Update `decode_error_kind` to decode os errors to `NotSupported` | Christiaan Dirkx | -0/+4 |
| 2021-04-18 | Add and insta-stabilize `std::io::ErrorKind::NotSupported` | Christiaan Dirkx | -6/+11 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -0/+1 |
| 2021-04-16 | Add documentation to help people find `Ipv4Addr::UNSPECIFIED` | Josh Triplett | -0/+3 |
| 2021-04-16 | doc: use U+2212 for minus sign in floating-point -0.0 remarks | Trevor Spiteri | -4/+4 |
| 2021-04-16 | Document the edition behavior for array.into_iter() | Josh Stone | -0/+50 |
| 2021-04-16 | Adjust docs and tests for new `IntoIterator` impl for arrays | Lukas Kalbertodt | -19/+4 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -49/+227 |
| 2021-04-14 | Requires deprecated *and* deprecated_in_future, depending on what stage is bu... | David Tolnay | -1/+1 |
| 2021-04-14 | s/deprecated_in_future/deprecated/ | David Tolnay | -1/+1 |
| 2021-04-15 | Deprecate the core::raw / std::raw module | Simon Sapin | -0/+1 |
| 2021-04-15 | Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm | Dylan DPC | -1/+1 |
| 2021-04-15 | Rollup merge of #82492 - CDirkx:sys_common_alloc, r=m-ou-se | Dylan DPC | -8/+22 |
| 2021-04-14 | Update documentation | Christiaan Dirkx | -5/+17 |
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -3/+5 |
| 2021-04-13 | BufWriter: improve safety comment | Tyson Nottingham | -6/+10 |
| 2021-04-13 | Fix join_paths error display. | Eric Huss | -1/+1 |
| 2021-04-13 | BufWriter: simplify buffer draining | Tyson Nottingham | -5/+1 |
| 2021-04-13 | BufWriter: use #[cold] and less aggressive #[inline] hints | Tyson Nottingham | -1/+3 |
| 2021-04-13 | BufWriter: handle possibility of overflow | Tyson Nottingham | -15/+39 |
| 2021-04-13 | BufWriter: optimize for write sizes less than buffer size | Tyson Nottingham | -24/+32 |
| 2021-04-13 | BufWriter: avoid using expensive Vec methods | Tyson Nottingham | -12/+75 |
| 2021-04-13 | BufWriter: apply #[inline] / #[inline(never)] optimizations | Tyson Nottingham | -24/+66 |
| 2021-04-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -1/+0 |
| 2021-04-13 | Auto merge of #82992 - philippeitis:stabilize_bufreader_seek_relative, r=work... | bors | -1/+1 |