about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-05-09PR feedbackScott McMurray-1/+2
2021-05-09Fix `Step` feature flag, make tidy lint more useful to find things like thisltdk-2/+2
2021-05-09Make unchecked_{add,sub,mul} inherent methods unstably constltdk-12/+19
2021-05-07Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisaDylan DPC-3/+3
2021-05-07Rollup merge of #84755 - jyn514:core-links, r=kennytmDylan DPC-10/+14
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-127/+106
2021-05-06Fix rustdoc::private-intra-doc-links errors in the docsScott McMurray-2/+2
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-2/+81
2021-05-06Simple library test updatesScott McMurray-13/+7
2021-05-06Actually implement the feature in the compilerScott McMurray-5/+98
2021-05-06Bootstrapping preparation for the libraryScott McMurray-101/+119
2021-05-06Add additional migrations to handle auto-traits and clone traitsRoxane-0/+1
2021-05-06Rollup merge of #84949 - sdroege:maybe-unint-typo, r=m-ou-seDylan DPC-1/+1
2021-05-05Rollup merge of #84878 - jimblandy:contains-doc-fix, r=joshtriplettRalf Jung-2/+3
2021-05-05Rollup merge of #84843 - wcampbell0x2a:use-else-if-let, r=dtolnayRalf Jung-6/+4
2021-05-05Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-seRalf Jung-38/+23
2021-05-05Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-3/+3
2021-05-05Fix typo in `MaybeUninit::array_assume_init` safety commentSebastian Dröge-1/+1
2021-05-03Update `ptr` docs with regards to `ptr::addr_of!`Julian Frimmel-38/+23
2021-05-03Clarify documentation for `[T]::contains`. Fixes #84877.Jim Blandy-2/+3
2021-05-03use `else if` in std librarywcampbell-6/+4
2021-05-03Auto merge of #84845 - wcampbell0x2a:clippy-redundant-field-names, r=joshtrip...bors-2/+2
2021-05-02[clippy] remove redundant field nameswcampbell-2/+2
2021-05-02Change 'NULL' to 'null'Brent Kerby-26/+26
2021-05-02Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplettbors-1/+1
2021-04-30str::is_char_boundary - few commentsSoveu-1/+13
2021-04-30Allow using `core::` in intra-doc links within core itselfJoshua Nelson-10/+14
2021-04-30str::is_char_boundary - slight optimizationSoveu-2/+2
2021-04-29[Arm64] use isb instruction instead of yield in spin loopsSebastian Pop-1/+1
2021-04-29Drop alias `reduce` for `fold` - we have a `reduce` functionJosh Triplett-1/+0
2021-04-28Inline Iterator as IntoIterator.Camille GILLOT-0/+1
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