about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-07-29Fix may not to appropriate might not or must notAli Malik-4/+0
2021-07-29Fix may not to appropriate might not or must notAli Malik-96/+100
2021-07-29Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahcbors-135/+330
2021-07-28Update the examples in `String` and `VecDeque::retain`Josh Stone-6/+8
2021-07-29Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcmYuki Okushi-1/+1
2021-07-29Rollup merge of #86839 - D1mon:patch-1, r=JohnTitorYuki Okushi-0/+2
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-7/+2
2021-07-28Use backticks when referring to `core::future::Ready` in panic messageIbraheem Ahmed-1/+1
2021-07-29Add some doc aliasesD1mon-0/+2
2021-07-28thread set_name haiku implementation.David Carlier-2/+9
2021-07-28Update stable version of ready!() macro.Mara Bos-2/+2
2021-07-28Add tracking issue number to proc_macro_span_shrink.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-9/+22
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-2/+16
2021-07-28Add #[track_caller] for some function in core::mem.Mara Bos-0/+5
2021-07-28Documentation improvementsFrank Steffahn-3/+23
2021-07-28Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce`Frank Steffahn-2/+7
2021-07-28Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmtFrank Steffahn-11/+7
2021-07-28Add back TrustedRandomAccess-specialization for Vec, but only without coercionsFrank Steffahn-1/+33
2021-07-28Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerceFrank Steffahn-68/+102
2021-07-28Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...Frank Steffahn-39/+160
2021-07-28Improve documentation of TrustedRandomAccessFrank Steffahn-14/+30
2021-07-28Remove unsound TrustedRandomAccess implementationsFrank Steffahn-30/+1
2021-07-28stack overflow handler specific openbsd fix.David Carlier-8/+9
2021-07-28Rollup merge of #87523 - frogtd:patch-2, r=dtolnayYuki Okushi-4/+4
2021-07-28Rollup merge of #87507 - jethrogb:jb/sgx-unmoveable-mutex, r=dtolnayYuki Okushi-1/+3
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-1/+2
2021-07-28Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytmYuki Okushi-12/+15
2021-07-28Rollup merge of #87330 - inquisitivecrystal:extend-reserve, r=JohnTitorYuki Okushi-9/+1
2021-07-28Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkovbors-1/+2
2021-07-27remove unneeded stringifySmitty-3/+3
2021-07-27Update testsJacob Pratt-1/+1
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-11/+12
2021-07-27Fix assert in diy_floatfrogtd-1/+1
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-1/+2
2021-07-27Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by defaultAaron Hill-1/+1
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-1/+2
2021-07-27Auto merge of #87509 - JohnTitor:rollup-8iqn6cl, r=JohnTitorbors-8/+7
2021-07-27Rollup merge of #87494 - midgleyc:comment-typos, r=joshtriplettYuki Okushi-1/+1
2021-07-27Rollup merge of #87446 - devnexen:macos_update, r=dtolnayYuki Okushi-6/+3
2021-07-27Rollup merge of #87354 - Wind-River:2021_master, r=kennytmYuki Okushi-1/+3
2021-07-27Auto merge of #87431 - the8472:array-iter-fold, r=kennytmbors-0/+27
2021-07-27Add warning to SGX mutex implementationJethro Beekman-0/+2