about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2021-07-30Fix some broken rustdoc links in core::panic documentationDavid Tolnay-0/+6
2021-07-30Fix undocumented unsafe in AssertUnwindSafe implsDavid Tolnay-0/+2
2021-07-30Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to coreDavid Tolnay-0/+303
2021-07-30Fix separation of public vs internal parts of LocationDavid Tolnay-12/+12
2021-07-30Split core::panic module to subdirectoryDavid Tolnay-329/+340
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-6/+6
2021-07-30Add missing examples for NonNullGuillaume Gomez-0/+88
2021-07-30Rollup merge of #87585 - GuillaumeGomez:char-types-doc, r=joshtriplettYuki Okushi-0/+7
2021-07-30Rollup merge of #87522 - frogtd:patch-1, r=yaahcYuki Okushi-1/+1
2021-07-30Rollup merge of #87052 - phlopsi:patch-1, r=jyn514Yuki Okushi-4/+1
2021-07-30Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytmbors-31/+31
2021-07-30Add docs about performance and `Iterator::map` to `[T; N]::map`Lukas Kalbertodt-0/+22
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-29Add missing links for core::char typesGuillaume Gomez-0/+7
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-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-31/+35
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-27Fix assert in diy_floatfrogtd-1/+1
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