about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-1/+1
2022-11-09Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-deadDylan DPC-4/+7
2022-11-09Rollup merge of #104111 - yancyribbens:add-mutable-to-the-description-for-as-...Dylan DPC-1/+2
2022-11-09Rollup merge of #103694 - WaffleLapkin:mask_doc_example, r=scottmcmDylan DPC-0/+53
2022-11-09Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcmDylan DPC-32/+36
2022-11-09const Compare Tuplesonestacked-4/+7
2022-11-08Add support for custom MIR parsingJakob Degen-0/+126
2022-11-08Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-...Guillaume Gomez-10/+15
2022-11-08Rollup merge of #104109 - yancyribbens:add-mutable-to-comment-for-align-to-mu...Guillaume Gomez-2/+2
2022-11-08Test const `Hash`, fix nitsonestacked-20/+59
2022-11-08doc: expand description for f32 and f64 associated constantsTrevor Spiteri-4/+80
2022-11-08document and improve array Guard typeThe 8472-8/+39
2022-11-07simplification: do not process the ArrayChunks remainder in fold()The 8472-19/+4
2022-11-07specialize iter::ArrayChunks::fold for TrustedRandomAccess itersThe 8472-3/+86
2022-11-07make the array initialization guard available to other modulesThe 8472-18/+18
2022-11-07add benchmark for iter::ArrayChunks::fold specializationThe 8472-2/+22
2022-11-07Fix `const_fn_trait_ref_impl`, add test for itonestacked-10/+15
2022-11-07rustdoc: Add mutable to the descriptionyancy-1/+2
2022-11-07rustdoc: Add mutable to the descriptionyancy-2/+2
2022-11-07Removed unnecessary Trait boundonestacked-4/+1
2022-11-07Lift `T: Sized` bounds from some `strict_provenance` `NonNull` methodsMaybe Waffle-12/+3
2022-11-06PhantomData layout guaranteesJoshua Liebow-Feeser-0/+6
2022-11-06Fix rebase errorsMark Rousskov-0/+3
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