about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-03-22Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegenMatthias Krüger-1/+16
2023-03-23Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholkDylan DPC-72/+42
2023-03-23Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDentonDylan DPC-7/+7
2023-03-21Rollup merge of #106434 - clubby789:document-sum-result, r=the8472nils-4/+42
2023-03-21Use hex literal for INDEX_MASKMartin Gammelsæter-1/+1
2023-03-21Auto merge of #108717 - TDecki:dec2flt-inline, r=thomccbors-1/+18
2023-03-20Add example for `Option::product` and `Result::product`clubby789-4/+36
2023-03-20Add documentation for `type RET = ...`Andy Wang-0/+14
2023-03-20Allow optional RET type annotationAndy Wang-1/+2
2023-03-20Rollup merge of #109273 - WaffleLapkin:slice_is_sorted_by_array_windows, r=sc...Matthias Krüger-4/+2
2023-03-20Rollup merge of #109353 - Nilstrieb:rustc-mir-building, r=compiler-errorsMatthias Krüger-1/+1
2023-03-20Rollup merge of #109337 - frengor:collect_into_doc, r=scottmcmMatthias Krüger-4/+4
2023-03-19Add `#![feature(generic_arg_infer)]` to core for stdarchNilstrieb-0/+1
2023-03-19Add #[inline] to as_derefBen Kimock-0/+4
2023-03-19Fix wrong crate name in custom MIR docsNilstrieb-1/+1
2023-03-19Rollup merge of #108973 - est31:pin_docs, r=Mark-SimulacrumDylan DPC-16/+19
2023-03-19Rollup merge of #108829 - xfix:use-edition-2021-pat-in-matches, r=Mark-Simula...Dylan DPC-2/+2
2023-03-19Rollup merge of #104100 - ink-feather-org:const_iter_range, r=the8472,fee1-deadDylan DPC-16/+45
2023-03-19Improve collect_into documentationfren_gor-4/+4
2023-03-18Rollup merge of #109287 - scottmcm:hash-slice-size-of-val, r=oli-obkMatthias Krüger-1/+1
2023-03-18Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...onestacked-9/+28
2023-03-18move Option::as_slice to intrinsicAndre Bogus-72/+42
2023-03-17Use `size_of_val` instead of manual calculationScott McMurray-1/+1
2023-03-17Make the `Step` implementations const.onestacked-7/+17
2023-03-17Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbinibors-71/+47
2023-03-17Switch impls of `is_sorted_by` between slices and slice itersMaybe Waffle-2/+2
2023-03-17Make `slice::is_sorted_by` impl nicerMaybe Waffle-3/+1
2023-03-16Improve case mapping encoding schemeMartin Gammelsæter-1045/+779
2023-03-16Beautify pin! docsest31-16/+19
2023-03-16Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obkbors-4/+26
2023-03-16Split unicode case LUTs in single and multi variantsMartin Gammelsæter-1682/+963
2023-03-16Don't allow new const panic through format flattening.Mara Bos-4/+26
2023-03-15unequal → not equalgimbles-3/+3
2023-03-15Skip serializing ascii chars in case LUTsMartin Gammelsæter-26/+0
2023-03-15Bump to latest betaMark Rousskov-53/+29
2023-03-15Bump version placeholdersMark Rousskov-18/+18
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-14/+55
2023-03-14Improved implementation and comments after code review feedbackScott McMurray-12/+10
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-5/+1
2023-03-13Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-6/+7
2023-03-13add `#[doc(alias="flatmap")]` to `Option::and_then`Dante Broggi-0/+1
2023-03-13Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472bors-37/+83
2023-03-13Clarify stability guarantee for lifetimes in enum discriminantsMichael Krasnitski-0/+5
2023-03-12Clarify the text of some commentsScott McMurray-1/+5
2023-03-12Add a better approach comment in `ptr::read` to justify the intrinsicScott McMurray-11/+32
2023-03-11Move `Option::as_slice` to an always-sound implementationScott McMurray-37/+79
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-6/+28
2023-03-11Rollup merge of #106633 - c410-f3r:stabilize-nonzero_bits, r=dtolnayMatthias Krüger-12/+4
2023-03-10improve doc test for UnsafeCell::raw_get and fix docs errorgftea-1/+3
2023-03-10Rollup merge of #106921 - madsmtm:cell-memory-layout, r=dtolnayMatthias Krüger-0/+6