| Age | Commit message (Expand) | Author | Lines |
| 2021-07-29 | Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitor | bors | -0/+5 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -6/+49 |
| 2021-07-29 | Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahc | bors | -116/+287 |
| 2021-07-29 | Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcm | Yuki Okushi | -1/+1 |
| 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 | -6/+2 |
| 2021-07-28 | Use backticks when referring to `core::future::Ready` in panic message | Ibraheem Ahmed | -1/+1 |
| 2021-07-28 | Update stable version of ready!() macro. | 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 | -4/+16 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -2/+15 |
| 2021-07-28 | Add #[track_caller] for some function in core::mem. | Mara Bos | -0/+5 |
| 2021-07-28 | Documentation improvements | Frank Steffahn | -1/+6 |
| 2021-07-28 | Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce` | Frank Steffahn | -0/+3 |
| 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 | -35/+148 |
| 2021-07-28 | Improve documentation of TrustedRandomAccess | Frank Steffahn | -14/+30 |
| 2021-07-28 | Rollup merge of #87523 - frogtd:patch-2, r=dtolnay | Yuki Okushi | -4/+4 |
| 2021-07-28 | Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm | Yuki Okushi | -12/+15 |
| 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 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 | -9/+10 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -1/+2 |
| 2021-07-27 | Auto merge of #87509 - JohnTitor:rollup-8iqn6cl, r=JohnTitor | bors | -1/+1 |
| 2021-07-27 | Rollup merge of #87494 - midgleyc:comment-typos, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-07-27 | Auto merge of #87431 - the8472:array-iter-fold, r=kennytm | bors | -0/+21 |
| 2021-07-27 | Auto merge of #87062 - poliorcetics:fix-85462, r=dtolnay | bors | -2/+17 |
| 2021-07-26 | Document math behind MIN/MAX consts on integers | Smitty | -12/+15 |
| 2021-07-27 | from review: add a comment why try_fold was chosen instead of fold | The8472 | -0/+5 |
| 2021-07-26 | fix typo: whenver -> whenever | Chris Midgley | -1/+1 |
| 2021-07-24 | implement fold() on array::IntoIter to improve flatten().collect() perf | The8472 | -0/+16 |
| 2021-07-24 | Rollup merge of #87422 - mgeier:doc-strip-feature-attribute, r=LeSeulArtichaut | Manish Goregaokar | -1/+0 |
| 2021-07-24 | Rollup merge of #87410 - jonas-schievink:doc-hidden-format_args_nl, r=nagisa | Manish Goregaokar | -0/+1 |
| 2021-07-24 | DOC: remove unnecessary feature crate attribute from example code | Matthias Geier | -1/+0 |
| 2021-07-24 | Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2021-07-23 | Mark `format_args_nl` as `#[doc(hidden)]` | Jonas Schievink | -0/+1 |
| 2021-07-23 | Stabilize core::task::ready! | Yoshua Wuyts | -6/+2 |
| 2021-07-23 | Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor | Yuki Okushi | -6/+7 |
| 2021-07-22 | Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regressio... | Guillaume Gomez | -25/+1 |
| 2021-07-21 | Rollup merge of #81864 - ijackson:globalalloc-example, r=Amanieu | Eric Huss | -11/+56 |
| 2021-07-21 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -25/+1 |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -1/+93 |
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 |
| 2021-07-19 | replace Option combinators with try block | The8472 | -6/+2 |