about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-07-30Explain more clearly why `fn() -> T` can't be `#[derive(Clone)]`Martin Nordholts-0/+40
2023-07-30Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubileeMatthias Krüger-0/+2
2023-07-30Mark `map_or` as `#[must_use]`Maybe Waffle-0/+2
2023-07-30Fix implementation of `Duration::checked_div`Jacob Pratt-4/+5
2023-07-30Rollup merge of #113512 - vallentin:lines-doc, r=workingjubileefee1-dead-3/+8
2023-07-29Adjust some tests for invalid_reference_casting improvementsUrgau-1/+2
2023-07-29Change default panic handler message format.Mara Bos-6/+10
2023-07-29Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkovbors-1/+2
2023-07-29Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgrbors-1/+1
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-0/+1
2023-07-29library: allow `ambiguous_glob_reexports` for `core_arch`bohan-1/+2
2023-07-28doc: replace wrong punctuation markTshepang Mbambo-1/+1
2023-07-27Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarilySabrinaJewson-1/+14
2023-07-27Rollup merge of #114109 - veera-sivarajan:fix-str-docs, r=GuillaumeGomezGuillaume Gomez-1/+1
2023-07-27Rollup merge of #114091 - waywardmonkeys:doc-fmt-finish-comments, r=Guillaume...Guillaume Gomez-3/+3
2023-07-27Auto merge of #114034 - Amanieu:riscv-atomicbool, r=thomccbors-8/+54
2023-07-26Fix URL for `rmatches`Veera-1/+1
2023-07-26docs: fmt::Debug*: Fix comments for finish method.Bruce Mitchener-3/+3
2023-07-26Optimize `AtomicBool` for target that don't support byte-sized atomicsAmanieu d'Antras-8/+54
2023-07-25`impl TryFrom<char> for u16`Lukas Markeffsky-2/+36
2023-07-25core library: Disable fpmath tests for i386 ...liushuyu-1/+1
2023-07-24Auto merge of #111362 - mj10021:issue-74838-update, r=cuviperbors-1/+1
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-1/+1
2023-07-23fixDeadbeef-0/+1
2023-07-22Add #[inline] to core debug assertion helpersBen Kimock-0/+3
2023-07-22Auto merge of #113746 - clarfonthey:ip_bits, r=thomccbors-52/+119
2023-07-22Rollup merge of #113898 - ajtribick:encode_utf16_size_hint, r=cuviperMatthias Krüger-5/+16
2023-07-22Rollup merge of #113252 - tgross35:const-cstr-from-ptr-tracking-issue, r=Chri...Matthias Krüger-1/+1
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-5/+0
2023-07-21Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviperbors-1/+58
2023-07-21Clarify logic on bytes:code units ratioAndrew Tribick-2/+4
2023-07-21Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieubors-51/+36
2023-07-20Fix size_hint for EncodeUtf16Andrew Tribick-5/+14
2023-07-20Get `!nonnull` metadata consistently in slice iterators, without needing `ass...Scott McMurray-79/+116
2023-07-18Link methods in From implsltdk-0/+4
2023-07-18remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constantsKaDiWa-51/+36
2023-07-17Rollup merge of #113762 - alexpovel:master, r=NilstriebMatthias Krüger-1/+1
2023-07-17Rollup merge of #113750 - nipzu:italicize-sort-complexity, r=workingjubileeMatthias Krüger-1/+1
2023-07-16Fix typoAlex Povel-1/+1
2023-07-16Fix sort_unstable_by_key italicizationnipzu-1/+1
2023-07-15Add BITS, from_bits, to_bits to IP addressesltdk-52/+115
2023-07-16collect.rs: remove "Basic usage" text where not usefulTshepang Mbambo-6/+0
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+4
2023-07-12Flip cfg's for bootstrap bumpMark Rousskov-47/+11
2023-07-12Replace version placeholder to 1.72Mark Rousskov-4/+4
2023-07-11Auto merge of #113175 - bryangarza:safe-transmute-rustc-coinductive, r=compil...bors-0/+1
2023-07-11Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obkbors-0/+2
2023-07-09Updated lines doc to include trailing carriage return notevallentin-3/+8
2023-07-09Rollup merge of #113469 - JohnTitor:rm-default-free-fn, r=AmanieuMatthias Krüger-45/+0
2023-07-08Rollup merge of #113064 - marcospb19:add-note-in-vec-swap-docs, r=Mark-Simula...Matthias Krüger-0/+2