about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-40/+6
2022-11-15Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er...Matthias Krüger-20/+0
2022-11-15Rollup merge of #104354 - lukas-code:blank-lines-2, r=JohnTitorMatthias Krüger-20/+6
2022-11-14x86_64 SSE2 fast-path for str.contains(&str) and short needlesThe 8472-0/+102
2022-11-14Fix doc example for `wrapping_abs`Tethys Svensson-0/+3
2022-11-14Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-seMatthias Krüger-2/+2
2022-11-14Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplettMatthias Krüger-9/+8
2022-11-14Add rustc_deny_explicit_implMichael Goulet-0/+6
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-79/+79
2022-11-13Fix clippy and rustdocMaybe Waffle-0/+1
2022-11-13Remove unused diagnostic itemsMaybe Waffle-21/+0
2022-11-13Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obkMatthias Krüger-0/+7
2022-11-13Rollup merge of #103996 - SUPERCILEX:docs, r=RalfJungMatthias Krüger-2/+2
2022-11-13remove leading newlines from `NonZero*` doc examplesLukas Markeffsky-20/+6
2022-11-12Auto merge of #103913 - Neutron3529:patch-1, r=thomccbors-5/+9
2022-11-12Fixed some `_i32` notation in `maybe_uninit`’s docElarcis-2/+2
2022-11-12Rollup merge of #104308 - scottmcm:no-more-validalign, r=thomccGuillaume Gomez-19/+14
2022-11-12Rollup merge of #104263 - albertlarsan68:add-ilog2-to-leading-zeroes-docs, r=...Guillaume Gomez-0/+8
2022-11-12Use `derive_const` and rm manual StructuralEq implDeadbeef-0/+7
2022-11-12Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obkDylan DPC-0/+17
2022-11-11Remove the old `ValidAlign` nameScott McMurray-19/+14
2022-11-11Try another wayAlbert Larsan-4/+4
2022-11-11Apply suggestionsAlbert Larsan-4/+4
2022-11-11Add a reference to ilog2 in leading_zeros integer docsAlbert Larsan-0/+8
2022-11-10Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-deadManish Goregaokar-52/+122
2022-11-09Allow and add `track_caller` to generatorsBryan Garza-0/+1
2022-11-09Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obkManish Goregaokar-0/+126
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