about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-05-19Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3bors-12/+12
2023-05-18Option::map_or_else: Show an example of integrating with ResultColin Walters-1/+20
2023-05-18Add more tests for the offset_of!() macroest31-0/+15
2023-05-18Fix doc comment for `ConstParamTy` deriveJuniper Tyree-1/+1
2023-05-18Document `Pin` memory layoutJules Bertholet-0/+2
2023-05-17Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplettDylan DPC-0/+21
2023-05-17Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC-0/+8
2023-05-17Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnayDylan DPC-3/+2
2023-05-16add `UnsafeCell::from_mut`JoJoJet-0/+21
2023-05-16Add derive for `core::marker::ConstParamTy`Nilstrieb-0/+8
2023-05-16Hide repr attribute from doc of types without guaranteed reprDavid Tolnay-9/+9
2023-05-16Use code with reliable branchless code-gen for slice::sort mergeLukas Bergdoll-26/+12
2023-05-16Auto merge of #111044 - jmillikin:nonzero-negation, r=dtolnaybors-18/+12
2023-05-15Mark internal functions and traits unsafeLegionMammal978-24/+45
2023-05-15Give better error when collecting into `&[T]`Chayim Refael Friedman-0/+10
2023-05-15Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obkMatthias Krüger-1/+2
2023-05-15Rollup merge of #108356 - gftea:master, r=workingjubileeMatthias Krüger-1/+3
2023-05-15Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubileeMatthias Krüger-30/+30
2023-05-15Shorten lifetime of even more panic temporariesDavid Tolnay-12/+12
2023-05-15DocumentationAndy Wang-1/+1
2023-05-15Add CopyForDeref to custom MIRAndy Wang-0/+1
2023-05-15Rollup merge of #111581 - scottmcm:fix-pattern-comment, r=workingjubileeMatthias Krüger-4/+4
2023-05-15Rollup merge of #102673 - lukas-code:infered-lifetimes, r=ehussMatthias Krüger-1/+1
2023-05-14Fix some misleading and copy-pasted `Pattern` examplesScott McMurray-4/+4
2023-05-15Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnaybors-1/+2
2023-05-14Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors-3/+313
2023-05-14explain that `PhantomData<&'a T>` infers `T: 'a`Lukas Markeffsky-1/+1
2023-05-14Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay-6/+10
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors-0/+6
2023-05-13Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomccbors-4/+0
2023-05-12`ascii::Char`-ify the escaping codeScott McMurray-50/+65
2023-05-12Remove useless `assume`s from `slice::iter(_mut)`Scott McMurray-4/+0
2023-05-13Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnrbors-10/+73
2023-05-12hedge for future changesRalf Jung-4/+7
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-3/+4
2023-05-11Auto merge of #111395 - scottmcm:slice-iter-zst-experiment, r=the8472bors-35/+51
2023-05-11Populate effective visibilities in rustc_privacyBryanskiy-0/+6
2023-05-10Simplify the implementation of iterators over slices of ZSTsScott McMurray-35/+51
2023-05-10Allow the drop_copy lint in some library examplesUrgau-0/+1
2023-05-10Remove useless drop of copy typeUrgau-3/+3
2023-05-10Rollup merge of #111408 - TomMD:patch-1, r=workingjubileeMatthias Krüger-1/+1
2023-05-09Fix incorrect implication of transmuting slicesThomas M. DuBuisson-1/+1
2023-05-09Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubileeMatthias Krüger-10/+6
2023-05-09Rollup merge of #110770 - m-ou-se:fmt-temp-lifetime, r=oli-obkMatthias Krüger-0/+15
2023-05-09Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-seMatthias Krüger-9/+9
2023-05-09Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkovbors-6/+0
2023-05-09Limit lifetime of format_args!() with inlined args.Mara Bos-0/+15
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-3/+3
2023-05-09Auto merge of #110027 - nbdd0121:dieting, r=m-ou-sebors-0/+9
2023-05-08Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrumbors-37/+6