about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
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/+86
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/+69
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-8/+30
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-16Update format_args!() test to account for inlining.Mara Bos-4/+4
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
2023-03-10Rollup merge of #108964 - majaha:ptr_metadata_doc, r=workingjubileeMatthias Krüger-4/+4
2023-03-10Rollup merge of #108956 - Raekye:master, r=scottmcmMatthias Krüger-2/+2
2023-03-10Fix docs for ptr method with_metadata_of()Matt Harding-4/+4
2023-03-09Make ptr::from_ref and ptr::from_mut in #106116 const.Raekye-2/+2
2023-03-09Add examples section which demonstrates the behaviour (specifically the sign ...bmoxb-0/+20
2023-03-09Add missing comment for f64bmoxb-1/+2
2023-03-09Indicate that `0.0` refers to positive `0.0`bmoxb-2/+2
2023-03-09Document the resulting values produced when using `From<bool>` on floatsbmoxb-1/+2