about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-03-25Correct typo (`back_box` -> `black_box`)Evie M-1/+1
2023-03-25Auto merge of #99929 - the8472:default-iters, r=scottmcmbors-0/+125
2023-03-25Auto merge of #109546 - saethlin:inline-into, r=scottmcmbors-0/+1
2023-03-24Add #[inline] to the Into for From implBen Kimock-0/+1
2023-03-24Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrumbors-1794/+783
2023-03-24Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomccMatthias Krüger-0/+3
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+14
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-0/+8
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-0/+1
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+8
2023-03-22Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=AmanieuMatthias Krüger-0/+1
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-1/+16
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/+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