| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-12 | Auto merge of #82918 - Manishearth:edition-2015-warn, r=oli-obk | bors | -0/+1 |
| 2021-04-12 | Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieu | bors | -14/+8 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -0/+1 |
| 2021-04-12 | Stabilize duration_zero. | Mara Bos | -1/+0 |
| 2021-04-12 | Update stdarch submodule (to before it switched to const generics) | Joshua Nelson | -14/+8 |
| 2021-04-12 | Rollup merge of #84094 - tmiasko:remove-fixed-size-array, r=m-ou-se | Dylan DPC | -1/+0 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -1/+0 |
| 2021-04-10 | clean up example on read_to_string | Steve Klabnik | -1/+2 |
| 2021-04-05 | Rollup merge of #83831 - AngelicosPhosphoros:issue-77583-inline-for-ip, r=m-o... | Dylan DPC | -0/+3 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -1/+0 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -1/+0 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -4/+1 |
| 2021-04-04 | Add `#[inline]` to IpAddr methods | AngelicosPhosphoros | -0/+3 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -1/+0 |
| 2021-04-04 | Rollup merge of #83780 - matklad:doc-error-message, r=JohnTitor | Yuki Okushi | -8/+15 |
| 2021-04-04 | Rollup merge of #82487 - CDirkx:const-socketaddr, r=m-ou-se | Yuki Okushi | -10/+21 |
| 2021-04-02 | Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay | Dylan DPC | -7/+16 |
| 2021-04-02 | Rollup merge of #83065 - CDirkx:win-alloc, r=dtolnay | Dylan DPC | -33/+220 |
| 2021-04-02 | Remove `debug_assert` | Christiaan Dirkx | -4/+1 |
| 2021-04-02 | Introduce `get_process_heap` and fix atomic ordering. | Christiaan Dirkx | -13/+22 |
| 2021-04-02 | Rollup merge of #83740 - obi1kenobi:patch-1, r=joshtriplett | Yuki Okushi | -1/+1 |