about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-11-06cfg-step codeMark Rousskov-48/+45
2022-11-06Bump version placeholders to releaseMark Rousskov-31/+31
2022-11-06Add small clarification around using pointers derived from referencesAlex Saveau-2/+2
2022-11-06Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726bors-3/+417
2022-11-06Added `const_hash` tracking issue idonestacked-18/+18
2022-11-06Made `Sip` const `Hasher`onestacked-14/+25
2022-11-06remove no-longer-needed work-arounds from the standard libraryRalf Jung-18/+9
2022-11-06Rollup merge of #104002 - RalfJung:unsafecell-new, r=JohnTitorMatthias Krüger-1/+1
2022-11-05Merge conflicts and rebase onto masterMichael Goulet-3/+30
2022-11-05Enforce Tuple trait on Fn traitsMichael Goulet-0/+387
2022-11-05fix a comment in UnsafeCell::newRalf Jung-1/+1
2022-11-05Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPCDylan DPC-2/+2
2022-11-04Small round of typo fixesAlex Saveau-2/+2
2022-11-04Make `BuildHasher` const_traitonestacked-3/+6
2022-11-04Made `Hash` and `Hasher` const_traitonestacked-24/+44
2022-11-04Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitorMatthias Krüger-2/+5
2022-11-04update commentNeutron3529-4/+8
2022-11-03Remove `iter::Empty` hackSky-6/+1
2022-11-03fix the overflow warning.Neutron3529-1/+9
2022-11-03Optimize the code to run faster.Neutron3529-9/+1
2022-11-02Add tracking issue for `const_arguments_as_str`Sky-1/+1
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-0/+18
2022-11-02Add additional float constantsSky-0/+40
2022-11-02Clarify docs of `RefCell`Chayim Refael Friedman-8/+9
2022-11-01Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcmManish Goregaokar-1/+3
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-0/+18
2022-11-01Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obkDylan DPC-0/+22
2022-11-01Use `allow_internal_unstable` and add unstable reasonclubby789-2/+2
2022-10-31Specialize PartialEq for Option<num::NonZero*> and Option<ptr::NonNull>clubby789-1/+67
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-0/+14
2022-10-31Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPCDylan DPC-1/+1
2022-10-30Add tracking issue to `error_in_core`Lukas Markeffsky-1/+1
2022-10-30Rollup merge of #103715 - tshepang:consistency, r=Dylan-DPCMatthias Krüger-2/+2
2022-10-30Rollup merge of #100006 - jyn514:update-copy, r=dtolnayMatthias Krüger-1/+1
2022-10-29interpret: fix align_of_val on packed typesRalf Jung-0/+22
2022-10-29More inference-friendly API for lazyAleksey Kladov-3/+7
2022-10-29use consistent terminologyTshepang Mbambo-2/+2
2022-10-29Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obkMatthias Krüger-11/+37
2022-10-28Auto merge of #102737 - RalfJung:poll_fn_pin, r=Mark-Simulacrumbors-4/+7
2022-10-28Lift `T: Sized` bounds from some `strict_provenance` pointer methodsMaybe Waffle-36/+12
2022-10-28Simplify implementation of various pointer methodsMaybe Waffle-25/+15
2022-10-28Make `pointer::with_metadata_of` const (+simplify implementation)Maybe Waffle-20/+6
2022-10-28Add examples for `pointer::mask`Maybe Waffle-0/+53
2022-10-28Remove unneeded attribute.Markus Reiter-1/+0
2022-10-28CStr: add some doc linksRalf Jung-2/+5
2022-10-27Rollup merge of #103394 - Pointerbender:unsafecell-docs, r=AmanieuMatthias Krüger-25/+36
2022-10-27Rollup merge of #103110 - RalfJung:manual-send, r=thomccMatthias Krüger-7/+6
2022-10-27Rollup merge of #103106 - saethlin:from_exposed_docs, r=thomccMatthias Krüger-6/+15
2022-10-27Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomccMatthias Krüger-36/+113
2022-10-27add "Memory layout" subsection to documentation of `UnsafeCell` for additiona...Pointerbender-0/+2