| Age | Commit message (Expand) | Author | Lines |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+0 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -96/+100 |
| 2021-07-29 | Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahc | bors | -135/+330 |
| 2021-07-28 | Update the examples in `String` and `VecDeque::retain` | Josh Stone | -6/+8 |
| 2021-07-29 | Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcm | Yuki Okushi | -1/+1 |
| 2021-07-29 | Rollup merge of #86839 - D1mon:patch-1, r=JohnTitor | Yuki Okushi | -0/+2 |
| 2021-07-29 | Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-se | Yuki Okushi | -2/+41 |
| 2021-07-29 | Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-se | Yuki Okushi | -7/+2 |
| 2021-07-28 | Use backticks when referring to `core::future::Ready` in panic message | Ibraheem Ahmed | -1/+1 |
| 2021-07-29 | Add some doc aliases | D1mon | -0/+2 |
| 2021-07-28 | thread set_name haiku implementation. | David Carlier | -2/+9 |
| 2021-07-28 | Update stable version of ready!() macro. | Mara Bos | -2/+2 |
| 2021-07-28 | Add tracking issue number to proc_macro_span_shrink. | Mara Bos | -2/+2 |
| 2021-07-28 | Extend documentation of const_format_args!(). | Mara Bos | -0/+4 |
| 2021-07-28 | Improve comments about const panic handling | Mara Bos | -2/+2 |
| 2021-07-28 | Make const_fmt_args!() work during bootstrap. | Mara Bos | -0/+11 |
| 2021-07-28 | Use unreachable_unchecked in const_panic_fmt. | Mara Bos | -1/+4 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -9/+22 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -2/+16 |
| 2021-07-28 | Add #[track_caller] for some function in core::mem. | Mara Bos | -0/+5 |
| 2021-07-28 | Documentation improvements | Frank Steffahn | -3/+23 |
| 2021-07-28 | Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce` | Frank Steffahn | -2/+7 |
| 2021-07-28 | Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmt | Frank Steffahn | -11/+7 |
| 2021-07-28 | Add back TrustedRandomAccess-specialization for Vec, but only without coercions | Frank Steffahn | -1/+33 |
| 2021-07-28 | Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerce | Frank Steffahn | -68/+102 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -39/+160 |
| 2021-07-28 | Improve documentation of TrustedRandomAccess | Frank Steffahn | -14/+30 |
| 2021-07-28 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -30/+1 |
| 2021-07-28 | stack overflow handler specific openbsd fix. | David Carlier | -8/+9 |
| 2021-07-28 | Rollup merge of #87523 - frogtd:patch-2, r=dtolnay | Yuki Okushi | -4/+4 |
| 2021-07-28 | Rollup merge of #87507 - jethrogb:jb/sgx-unmoveable-mutex, r=dtolnay | Yuki Okushi | -1/+3 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -1/+2 |
| 2021-07-28 | Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm | Yuki Okushi | -12/+15 |
| 2021-07-28 | Rollup merge of #87330 - inquisitivecrystal:extend-reserve, r=JohnTitor | Yuki Okushi | -9/+1 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -1/+2 |
| 2021-07-27 | remove unneeded stringify | Smitty | -3/+3 |
| 2021-07-27 | Update tests | Jacob Pratt | -1/+1 |
| 2021-07-27 | Update range.rs | frogtd | -4/+4 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -2/+2 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -11/+12 |
| 2021-07-27 | Fix assert in diy_float | frogtd | -1/+1 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -1/+2 |
| 2021-07-27 | Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default | Aaron Hill | -1/+1 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -1/+2 |
| 2021-07-27 | Auto merge of #87509 - JohnTitor:rollup-8iqn6cl, r=JohnTitor | bors | -8/+7 |
| 2021-07-27 | Rollup merge of #87494 - midgleyc:comment-typos, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-07-27 | Rollup merge of #87446 - devnexen:macos_update, r=dtolnay | Yuki Okushi | -6/+3 |
| 2021-07-27 | Rollup merge of #87354 - Wind-River:2021_master, r=kennytm | Yuki Okushi | -1/+3 |
| 2021-07-27 | Auto merge of #87431 - the8472:array-iter-fold, r=kennytm | bors | -0/+27 |
| 2021-07-27 | Add warning to SGX mutex implementation | Jethro Beekman | -0/+2 |