summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-06-14Revert "implement TrustedRandomAccess for Take iterator adapter"The8472-22/+1
2021-06-11Remove unsound TrustedRandomAccess implementationsFrank Steffahn-24/+1
2021-06-10Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics).Felix S. Klock II-152/+192
2021-06-10Revert effects of PRs 81167 and 83091.Felix S. Klock II-12/+6
2021-05-22Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-3/+3
2021-05-22remove InPlaceIterable marker from Peekable due to unsoundnessThe8472-4/+1
2021-05-04Revert "Add debug_assert_matches macro."Mark Rousskov-36/+0
2021-05-04Revert "Add assert_matches!(expr, pat)."Mark Rousskov-100/+23
2021-04-29Drop alias `reduce` for `fold` - we have a `reduce` functionJosh Triplett-1/+0
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-0/+1
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+1
2021-04-27Reorder the parameter descriptions of map_or and map_or_elseDan Zwell-9/+9
2021-04-26Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-sebors-5/+407
2021-04-26Rollup merge of #84523 - m-ou-se:stabilize-ordering-helpers, r=m-ou-seMara Bos-12/+12
2021-04-26Rollup merge of #84120 - workingjubilee:stabilize-duration-max, r=m-ou-seMara Bos-3/+7
2021-04-26Auto merge of #83390 - clarfonthey:hasher_docs, r=Amanieubors-0/+27
2021-04-26Auto merge of #84543 - paolobarbolini:reverse_bits-const-since, r=m-ou-sebors-2/+2
2021-04-26Document Hasher spec decision from #42951ltdk-0/+27
2021-04-25Update to reflect feedback on the constraintsJubilee Young-4/+6
2021-04-25Documentation improvements (hopefully)Scott McMurray-14/+32
2021-04-25Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrumbors-1/+1
2021-04-25Fix 'const-stable since' of reverse_bitsPaolo Barbolini-2/+2
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-1/+1
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-0/+23
2021-04-24Clarify Duration::MAX depends on InstantJubilee Young-2/+4
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+2
2021-04-25Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-seYuki Okushi-2/+2
2021-04-24Stabilize ordering_helpers.Mara Bos-12/+12
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