about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-04-24Rollup merge of #84489 - amorison:issue-83969-fix, r=yaahcYuki Okushi-0/+5
2021-04-24Rollup merge of #83990 - the8472:take-trusted-len, r=dtolnayYuki Okushi-1/+22
2021-04-24Rollup merge of #84444 - notriddle:num-docs-from-undocumented-items-toggle, r...Yuki Okushi-4/+12
2021-04-24Rollup merge of #80805 - camelid:iter-by_ref-example, r=steveklabnikYuki Okushi-23/+8
2021-04-23Mention FusedIterator case in Iterator::fuse docAdrien Morison-0/+5
2021-04-23Auto merge of #82585 - TrolledWoods:master, r=dtolnaybors-0/+25
2021-04-22Get rid of "[+] show undocumented items" toggle on numeric From implsMichael Howell-4/+12
2021-04-22Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-sebors-0/+112
2021-04-21Rollup merge of #84406 - m-ou-se:drop-delete-alias, r=dtolnayMara Bos-1/+0
2021-04-21Rollup merge of #84390 - m-ou-se:make-debug-non-exhaustive-without-fields-a-l...Mara Bos-18/+9
2021-04-21Rollup merge of #84301 - r00ster91:patch-1, r=kennytmMara Bos-0/+8
2021-04-21Rollup merge of #84251 - RalfJung:non-zero-const-since, r=kennytmMara Bos-14/+14
2021-04-21Rollup merge of #84013 - CDirkx:fmt, r=m-ou-seMara Bos-11/+11
2021-04-21Bump slice_index_with_ops_bound_pair to 1.53.0Mara Bos-2/+2
2021-04-21Remove `delete` alias from `mem::drop`.Mara Bos-1/+0
2021-04-21Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive`Christiaan Dirkx-4/+4
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-11/+11
2021-04-21Format `Struct { .. }` on one line even with `{:#?}`.Mara Bos-18/+9
2021-04-19Clarify the difference between insert and get_or_insertAleksey Kladov-29/+35
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-1/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+1
2021-04-18Say that it "may panic"r00ster-2/+2
2021-04-18Document that `index` and `index_mut` can panicr00ster-0/+8
2021-04-18Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnaybors-0/+4
2021-04-17Auto merge of #84061 - AngelicosPhosphoros:issue-75598-add-inline-always-arit...bors-76/+76
2021-04-17Add the try_trait_v2 library basicsScott McMurray-5/+389
2021-04-16fix 'const-stable since' for NonZeroU*::new_uncheckedRalf Jung-14/+14
2021-04-16Document the edition behavior for array.into_iter()Josh Stone-0/+8
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+5
2021-04-16Add `IntoIterator` impl `for [T; N]` (arrays by value)Lukas Kalbertodt-0/+10
2021-04-15Auto merge of #84088 - m-ou-se:stabilize-option-insert, r=m-ou-sebors-3/+1
2021-04-15Auto merge of #84198 - mlodato517:patch-1, r=jyn514bors-1/+1
2021-04-15Deprecate the core::raw / std::raw moduleSimon Sapin-0/+4
2021-04-14Fix small typo in Drop documentationMark Lodato-1/+1
2021-04-14Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJungbors-0/+2
2021-04-13Implement indexing slices with pairs of ops::Bound<usize>AnthonyMikh-0/+112
2021-04-13Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcmDylan DPC-5/+3
2021-04-13Rollup merge of #83707 - exrook:unsafecell, r=m-ou-seDylan DPC-1/+1
2021-04-13Auto merge of #84086 - m-ou-se:stabilze-is-subnormal, r=dtolnaybors-4/+2
2021-04-13Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m...bors-8/+5
2021-04-12Pretend Duration::MAX was part of duration_saturating_opsJubilee Young-1/+1
2021-04-12Mark Duration::is_zero as rustc_const_stable.Mara Bos-0/+1
2021-04-12Stabilize duration_zero.Mara Bos-5/+2
2021-04-12Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-sebors-7/+3
2021-04-12Auto merge of #84085 - m-ou-se:stabilize-atomic-fetch-update, r=kennytmbors-4/+2
2021-04-11stabilize core::array::{from_ref,from_mut}Waffle-2/+2
2021-04-11Add some #[inline(always)] to arithmetic methods of integersAngelicosPhosphoros-76/+76
2021-04-11Stabilize nonzero_leading_trailing_zerosAndreas Jonson-6/+4
2021-04-11stabilize const_cttzAndreas Jonson-2/+1
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-7/+3