| Age | Commit message (Expand) | Author | Lines |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -0/+1 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -0/+1 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -1/+4 |
| 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-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -1/+0 |
| 2021-04-12 | Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieu | bors | -14/+8 |
| 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-11 | Remove FixedSizeArray | Tomasz Miąsko | -1/+0 |
| 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 | -2/+1 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -1/+0 |
| 2021-04-04 | Rollup merge of #82487 - CDirkx:const-socketaddr, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+2 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -0/+1 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -1/+1 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+2 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -0/+1 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -1/+1 |
| 2021-03-08 | Rollup merge of #82870 - jfrimmel:improve-docs, r=jyn514 | Mara Bos | -1/+5 |
| 2021-03-07 | Add note about the `#[doc(no-inline)]` usage | Julian Frimmel | -1/+5 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+1 |
| 2021-03-05 | Rollup merge of #82770 - m-ou-se:assert-match, r=joshtriplett | Mara | -2/+3 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -0/+1 |
| 2021-03-04 | Add debug_assert_matches macro. | Mara Bos | -2/+2 |
| 2021-03-04 | Add assert_matches!(expr, pat). | Mara Bos | -2/+3 |
| 2021-03-04 | Implement Error for OccupiedError. | Mara Bos | -0/+1 |
| 2021-03-03 | Avoid unnecessary Vec construction in BufReader | Caleb Sander | -0/+1 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -6/+6 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -6/+6 |
| 2021-02-25 | Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}. | Mara Bos | -0/+1 |
| 2021-02-24 | Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6` | Christiaan Dirkx | -0/+1 |
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -1/+0 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-02-22 | Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus | Yuki Okushi | -0/+1 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -2/+2 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -1/+1 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+1 |
| 2021-02-17 | Provide NonZero_c_* integers | Ian Jackson | -0/+1 |
| 2021-02-15 | Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnay | Jonas Schievink | -1/+0 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -0/+1 |
| 2021-02-14 | Stabilize Arguments::as_str | Steven Fackler | -1/+0 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -0/+8 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -2/+1 |
| 2021-02-01 | Rollup merge of #78641 - the8472:buffered-copy, r=sfackler | Jonas Schievink | -0/+2 |