about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-01-25fmtYuri Astrakhan-1/+8
2024-01-25Postpone .next() call until iterationYuri Astrakhan-29/+49
2024-01-25Boost intersperse(_with) performanceYuri Astrakhan-52/+74
2024-01-25Rollup merge of #120338 - steffahn:provenance_links, r=NilstriebMatthias Krüger-8/+8
2024-01-25core: add `From<core::ascii::char>` implementationsMichal Nazarewicz-0/+16
2024-01-25Update primitive_docs.rsJoshua Liebow-Feeser-0/+4
2024-01-25Fix links to [strict|exposed] provenance sections of `[std|core]::ptr`Frank Steffahn-8/+8
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-0/+112
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-149/+445
2024-01-24Rollup merge of #118326 - WaffleLapkin:nz_count_ones, r=scottmcmLeón Orell Valerian Liehr-0/+37
2024-01-24core: add Duration constructorsDirkjan Ochtman-0/+120
2024-01-24std/time: avoid divisions in Duration::newUtkarsh Gupta-7/+12
2024-01-24remove StructuralEq traitRalf Jung-5/+23
2024-01-24Add `NonZero*::count_ones`Maybe Waffle-0/+37
2024-01-23Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmeasebors-10/+105
2024-01-23Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errorsLeón Orell Valerian Liehr-2/+2
2024-01-23Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiaskoLeón Orell Valerian Liehr-0/+2
2024-01-23Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnayLeón Orell Valerian Liehr-8/+101
2024-01-23Rollup merge of #120244 - reitermarkus:nonzero-self, r=dtolnayLeón Orell Valerian Liehr-43/+48
2024-01-23Further Implement Power of Two OptimizationNicholas Thompson-146/+324
2024-01-23Further Implement `is_val_statically_known`Nicholas Thompson-8/+22
2024-01-23Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviperbors-9/+12
2024-01-22Add Assume custom MIR.Camille GILLOT-0/+2
2024-01-22Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co...Matthias Krüger-0/+1
2024-01-22Use `Self` in `NonZero*` implementations.Markus Reiter-43/+48
2024-01-22Rollup merge of #118578 - mina86:c, r=dtolnayMatthias Krüger-28/+217
2024-01-22Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgrbors-39/+39
2024-01-22Auto merge of #120196 - matthiaskrgr:rollup-id2zocf, r=matthiaskrgrbors-2/+0
2024-01-22Rollup merge of #120194 - HTGAzureX1212:HTGAzureX1212shorten-option-must-use,...Matthias Krüger-1/+1
2024-01-22Rollup merge of #119726 - NCGThompson:div-overflow-doc, r=NilstriebMatthias Krüger-36/+34
2024-01-22Rollup merge of #118714 - The-Ludwig:explain_ord_derive_enum_field, r=NilstriebMatthias Krüger-2/+4
2024-01-21reviewMichal Nazarewicz-178/+20
2024-01-21Manually implement derived `NonZero` traits.Markus Reiter-8/+101
2024-01-21Auto merge of #119807 - Emilgardis:track_caller_from_impl_into, r=Nilstriebbors-0/+1
2024-01-21Fix `clippy::correctness` in the libraryNilstrieb-0/+12
2024-01-21Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`Zalathar-2/+2
2024-01-21Rollup merge of #120045 - scottmcm:unhide-repeat-n, r=Mark-SimulacrumMatthias Krüger-2/+0
2024-01-21Auto merge of #85528 - the8472:iter-markers, r=dtolnaybors-12/+105
2024-01-21chore: suggest wrapping in an `assert!()` insteadHTGAzureX1212-1/+1
2024-01-21Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnayNadrieril-0/+25
2024-01-21Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-SimulacrumNadrieril-21/+33
2024-01-21Rollup merge of #116090 - rmehri01:strict_integer_ops, r=m-ou-seNadrieril-15/+996
2024-01-20Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrumbors-1/+1
2024-01-20Use bool instead of PartiolOrd in is_sorted_byEbbDrop-21/+33
2024-01-20Spelling fixsunrosa-1/+1
2024-01-20core: introduce split_at{,_mut}_checkedMichal Nazarewicz-28/+375
2024-01-20doc: fix some doctests after rebaseTomás Vallotton-3/+3
2024-01-20refactor: make waker mandatory.Tomás Vallotton-81/+18
2024-01-20chore: make method order consistent with wakerTomás Vallotton-13/+13
2024-01-20docs: remove recommendations to use LocalWaker in stable API documentationTomás Vallotton-57/+46