about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-09-24Rollup merge of #102186 - ink-feather-org:const_try_trait, r=fee1-deadMatthias Krüger-21/+104
2022-09-24Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcmMatthias Krüger-48/+48
2022-09-24Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcmbors-1/+8
2022-09-24Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcmbors-62/+81
2022-09-23Constify Residual behind const_tryonestacked-2/+5
2022-09-23Remove unused `ConstFn(Once)Closure` structs.onestacked-125/+0
2022-09-23Added some spacing in const closureonestacked-0/+10
2022-09-23Added const Default impls for Arrays and Tuples.onestacked-2/+4
2022-09-23Rollup merge of #102115 - Alfriadox:master, r=thomccMatthias Krüger-0/+23
2022-09-23Rollup merge of #102094 - GuillaumeGomez:bool-from-str-missing-docs, r=scottmcmMatthias Krüger-2/+2
2022-09-23Fixed Doc-Testsonestacked-6/+6
2022-09-23Constifed Try traitonestacked-19/+34
2022-09-23Added const_closureonestacked-0/+180
2022-09-22rustfmtScott McMurray-10/+4
2022-09-22Make ZST checks in core/alloc more readableScott McMurray-17/+32
2022-09-22Add `#[inline]` to trivial functions on `core::sync::Exclusive`Thom Chiovoloni-1/+8
2022-09-22Rollup merge of #102144 - chriss0612:const_convert_control_flow, r=scottmcmMatthias Krüger-2/+4
2022-09-22Derive Eq/PartialEq instead of manually implementing itScott McMurray-15/+23
2022-09-22Constify {FormResidual, Try} for ControlFlowonestacked-2/+4
2022-09-22Apply changes proposed in the reviewMaybe Waffle-33/+33
2022-09-22Added which number is computed in compute_float.Orson Peters-1/+1
2022-09-22Add missing assertionVenus Xeon-Blonde-0/+1
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-59/+61
2022-09-21Remove trailing whitespaceVenus Xeon-Blonde-9/+9
2022-09-22Rollup merge of #102102 - GuillaumeGomez:doc-aliases-sized-trait, r=thomccYuki Okushi-0/+1
2022-09-21Add examples to `bool::then` and `bool::then_some`Venus Xeon-Blonde-0/+22
2022-09-21Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methodsScott McMurray-1/+7
2022-09-21Add doc aliases on Sized traitGuillaume Gomez-0/+1
2022-09-21Rollup merge of #101995 - scottmcm:carrying-mul-example, r=Mark-SimulacrumDylan DPC-0/+30
2022-09-21Add missing documentation for `bool::from_str`Guillaume Gomez-2/+2
2022-09-21Auto merge of #100214 - scottmcm:strict-range, r=thomccbors-31/+268
2022-09-20Add `ptr::Alignment` typeScott McMurray-53/+90
2022-09-20Add the `#[derive_const]` attributeDeadbeef-0/+17
2022-09-19Optimize `array::IntoIter`Scott McMurray-31/+268
2022-09-19Rollup merge of #101798 - y86-dev:const_waker, r=lcnrMatthias Krüger-3/+7
2022-09-19Rollup merge of #101389 - lukaslueg:rcgetmutdocs, r=m-ou-seMatthias Krüger-9/+12
2022-09-19Added tracking issuey86-dev-3/+3
2022-09-18Add another example for `uN::carrying_mul`Scott McMurray-0/+30
2022-09-18Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrumbors-7/+4
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-173/+190
2022-09-17Rollup merge of #101821 - thomcc:unicode-15, r=ManishearthMatthias Krüger-173/+190
2022-09-17Rollup merge of #101672 - idigdoug:array_try_into, r=Mark-SimulacrumMatthias Krüger-1/+70
2022-09-17Auto merge of #101784 - reitermarkus:const-memchr, r=thomccbors-25/+23
2022-09-16Rollup merge of #101802 - chriss0612:const_fn_trait_ref_impls, r=fee1-deadDylan DPC-10/+15
2022-09-16Add `const_trait` to `Allocator`Deadbeef-0/+5
2022-09-16append_const_msg for std traitsDeadbeef-59/+16
2022-09-16Mark `Drop` with `#[const_trait]`Deadbeef-0/+1
2022-09-16Prevent errors for stage0 rustc buildDeadbeef-1/+1
2022-09-16Add more `const_trait` annotationsDeadbeef-3/+26
2022-09-16Add `const_trait`sDeadbeef-0/+11