| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #84294 - WaffleLapkin:patch-2, r=jonas-schievink | bors | -2/+2 |
| 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 | Slightly change wording and fix typo in vec/mod.rs | Waffle Lapkin | -2/+2 |
| 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/+8 |
| 2021-04-17 | Auto merge of #84061 - AngelicosPhosphoros:issue-75598-add-inline-always-arit... | bors | -76/+76 |
| 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 | Auto merge of #83416 - alexcrichton:const-thread-local, r=sfackler | bors | -49/+227 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -49/+227 |
| 2021-04-16 | Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-se | Dylan DPC | -3/+87 |
| 2021-04-16 | Auto merge of #84220 - gpluscb:weak_doc, r=jyn514 | bors | -2/+2 |
| 2021-04-15 | VecDeque: Improve doc comments in binary search fns | Vojtech Kral | -5/+23 |
| 2021-04-15 | VecDeque: Add partition_point() #78021 | Vojtech Kral | -0/+63 |
| 2021-04-15 | VecDeque: binary_search_by(): return right away if hit found at back.first() ... | Vojtech Kral | -1/+4 |
| 2021-04-15 | Allow use of deprecated std::raw in a test for that feature | Simon Sapin | -0/+3 |
| 2021-04-15 | Auto merge of #84209 - pickfire:patch-3, r=jyn514 | bors | -4/+2 |
| 2021-04-15 | Correct outdated rc::Weak::default documentation | MarRue | -2/+2 |
| 2021-04-15 | Auto merge of #84088 - m-ou-se:stabilize-option-insert, r=m-ou-se | bors | -3/+1 |
| 2021-04-15 | Auto merge of #84198 - mlodato517:patch-1, r=jyn514 | bors | -1/+1 |
| 2021-04-15 | Merge same condition branch in vec spec_extend | Ivan Tham | -4/+2 |
| 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/+5 |
| 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 | Fix small typo in Drop documentation | Mark Lodato | -1/+1 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+2 |
| 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 | Fix join_paths error display. | Eric Huss | -1/+1 |
| 2021-04-13 | Auto merge of #84135 - rust-lang:GuillaumeGomez-patch-1, r=kennytm | bors | -1/+1 |
| 2021-04-13 | Rollup merge of #84121 - workingjubilee:stabilize-btree-retain, r=dtolnay | Dylan DPC | -4/+2 |
| 2021-04-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -7/+3 |
| 2021-04-13 | Rollup merge of #83707 - exrook:unsafecell, r=m-ou-se | Dylan DPC | -1/+1 |
| 2021-04-13 | Auto merge of #84086 - m-ou-se:stabilze-is-subnormal, r=dtolnay | bors | -4/+2 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -9/+5 |
| 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 | -16/+11 |