| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -0/+1 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -0/+2 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-01-30 | Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAus | Yuki Okushi | -0/+3 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -1/+0 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+1 |
| 2021-01-24 | Rollup merge of #79174 - taiki-e:std-future, r=Mark-Simulacrum | Jonas Schievink | -3/+2 |
| 2021-01-22 | Add `core::stream::Stream` | Yoshua Wuyts | -0/+3 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -0/+12 |
| 2021-01-07 | Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieu | bors | -1/+0 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -2/+1 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -2/+3 |
| 2020-12-27 | Stablize slice::strip_prefix and strip_suffix, with SlicePattern | Ian Jackson | -1/+0 |
| 2020-12-22 | Fix new ambiguity in the standard library | Joshua Nelson | -2/+3 |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -1/+0 |
| 2020-12-18 | Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-se | bors | -1/+0 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -0/+1 |
| 2020-12-08 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -0/+2 |
| 2020-12-07 | Dogfood 'str_split_once()` in the std lib | Eric Arellano | -0/+1 |
| 2020-12-03 | Only deny doc_keyword in std and set it as "allow" by default | Guillaume Gomez | -0/+1 |
| 2020-12-02 | Auto merge of #69864 - LinkTed:master, r=Amanieu | bors | -0/+1 |