about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-07-29Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitorbors-0/+5
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-6/+49
2021-07-29Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahcbors-116/+287
2021-07-29Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcmYuki Okushi-1/+1
2021-07-29Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-seYuki Okushi-2/+41
2021-07-29Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-seYuki Okushi-6/+2
2021-07-28Use backticks when referring to `core::future::Ready` in panic messageIbraheem Ahmed-1/+1
2021-07-28Update stable version of ready!() macro.Mara Bos-2/+2
2021-07-28Extend documentation of const_format_args!().Mara Bos-0/+4
2021-07-28Improve comments about const panic handlingMara Bos-2/+2
2021-07-28Make const_fmt_args!() work during bootstrap.Mara Bos-0/+11
2021-07-28Use unreachable_unchecked in const_panic_fmt.Mara Bos-1/+4
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-4/+16
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-2/+15
2021-07-28Add #[track_caller] for some function in core::mem.Mara Bos-0/+5
2021-07-28Documentation improvementsFrank Steffahn-1/+6
2021-07-28Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce`Frank Steffahn-0/+3
2021-07-28Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerceFrank Steffahn-68/+102
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-35/+148
2021-07-28Improve documentation of TrustedRandomAccessFrank Steffahn-14/+30
2021-07-28Rollup merge of #87523 - frogtd:patch-2, r=dtolnayYuki Okushi-4/+4
2021-07-28Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytmYuki Okushi-12/+15
2021-07-28Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkovbors-1/+2
2021-07-27remove unneeded stringifySmitty-3/+3
2021-07-27Update range.rsfrogtd-4/+4
2021-07-27Stabilize `const_fn_union`Jacob Pratt-2/+2
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-9/+10
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-1/+2
2021-07-27Auto merge of #87509 - JohnTitor:rollup-8iqn6cl, r=JohnTitorbors-1/+1
2021-07-27Rollup merge of #87494 - midgleyc:comment-typos, r=joshtriplettYuki Okushi-1/+1
2021-07-27Auto merge of #87431 - the8472:array-iter-fold, r=kennytmbors-0/+21
2021-07-27Auto merge of #87062 - poliorcetics:fix-85462, r=dtolnaybors-2/+17
2021-07-26Document math behind MIN/MAX consts on integersSmitty-12/+15
2021-07-27from review: add a comment why try_fold was chosen instead of foldThe8472-0/+5
2021-07-26fix typo: whenver -> wheneverChris Midgley-1/+1
2021-07-24implement fold() on array::IntoIter to improve flatten().collect() perfThe8472-0/+16
2021-07-24Rollup merge of #87422 - mgeier:doc-strip-feature-attribute, r=LeSeulArtichautManish Goregaokar-1/+0
2021-07-24Rollup merge of #87410 - jonas-schievink:doc-hidden-format_args_nl, r=nagisaManish Goregaokar-0/+1
2021-07-24DOC: remove unnecessary feature crate attribute from example codeMatthias Geier-1/+0
2021-07-24Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-SimulacrumYuki Okushi-0/+4
2021-07-23Mark `format_args_nl` as `#[doc(hidden)]`Jonas Schievink-0/+1
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-6/+2
2021-07-23Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitorYuki Okushi-6/+7
2021-07-22Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regressio...Guillaume Gomez-25/+1
2021-07-21Rollup merge of #81864 - ijackson:globalalloc-example, r=AmanieuEric Huss-11/+56
2021-07-21Remove unsound TrustedRandomAccess implementationsFrank Steffahn-25/+1
2021-07-21docs: GlobalAlloc: Make example only require 4096-aligned staticIan Jackson-3/+3
2021-07-20Auto merge of #87168 - the8472:flatten-len, r=scottmcmbors-1/+93
2021-07-20docs: GlobalAlloc: completely replace example with one that worksIan Jackson-11/+56
2021-07-19replace Option combinators with try blockThe8472-6/+2