about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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-21Clarify logic on bytes:code units ratioAndrew Tribick-2/+4
2023-07-21Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieubors-50/+35
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-50/+35
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-46/+10
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
2023-07-08Remove `default_free_fn` featureYuki Okushi-45/+0
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-1/+6
2023-07-03Add diagnostic items for `<*mut _>::is_null` and `<*const _>::is_null`Urgau-0/+2
2023-07-01Update the tracking issue for `const_cstr_from_ptr`Trevor Gross-1/+1
2023-07-01Auto merge of #113194 - lu-zero:intrinsics-inline, r=thomccbors-3/+3
2023-07-01Rollup merge of #113072 - tshepang:patch-1, r=cuviperMatthias Krüger-40/+0
2023-06-30Mark wrapped intrinsics as inline(always)Luca Barbato-3/+3
2023-06-30Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnayMatthias Krüger-8/+10
2023-06-29Enable co-induction support for Safe TransmuteBryan Garza-0/+1
2023-06-29Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti...Matthias Krüger-30/+60
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-6/+6
2023-06-29optimize Cstr/EscapeAscii displayThe 8472-1/+67
2023-06-27std: edit [T]::swap docsJoão M. Bezerra-0/+2
2023-06-27Change the wording in `std::fmt::Write::write_str`Tobias Bucher-2/+2
2023-06-27Make `rustc_on_unimplemented` std-agnosticRageking8-30/+60
2023-06-26str docs: remove "Basic usage" text where not usefulTshepang Mbambo-40/+0
2023-06-26Auto merge of #113024 - Jerrody:master, r=thomccbors-1/+1
2023-06-26Auto merge of #111850 - the8472:external-step-by, r=scottmcmbors-36/+375
2023-06-25Mark the StepBy specialization as unsafeThe 8472-8/+8
2023-06-25StepBy<Range<{int <= usize}>> can be TrustedLenThe 8472-1/+7
2023-06-25doccomments for StepBy specializationsThe 8472-0/+41
2023-06-25Always inline primitive data types.George-1/+1
2023-06-23Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDentonMatthias Krüger-10/+14
2023-06-23add inline annotation to concrete implsThe 8472-0/+7
2023-06-23Specialize StepBy<Range<{integer}>>The 8472-36/+321
2023-06-21Finish up preliminary tvos support in libstdThom Chiovoloni-7/+16