about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-03-09Explain why we don't use intrinsics::is_nonoverlappingBen Kimock-0/+2
2024-03-09fix: remove memory leak due to missing drop implementation for local waker. A...Tomás Vallotton-5/+16
2024-03-09NonZero::from_mut_unchecked is library UBBen Kimock-1/+1
2024-03-09Improve docsBen Kimock-8/+10
2024-03-09Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obkMatthias Krüger-0/+13
2024-03-09Rollup merge of #122232 - RalfJung:misc, r=jhprattMatthias Krüger-6/+7
2024-03-09Rollup merge of #121358 - GnomedDev:lower-align-typeid, r=Mark-SimulacrumMatthias Krüger-3/+8
2024-03-09miri: do not apply aliasing restrictions to Box with custom allocatorRalf Jung-0/+13
2024-03-09fn is_align_to: move some comments closer to the cast they refer toRalf Jung-6/+6
2024-03-09fix warning when building libcore for MiriRalf Jung-0/+1
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-202/+275
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-08Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviperMatthias Krüger-16/+24
2024-03-08Document overrides of `clone_from()`Noa-4/+40
2024-03-08align_offset, align_to: no longer allow implementations to spuriously fail to...Ralf Jung-16/+24
2024-03-08Rollup merge of #120608 - kornelski:slice-ptr-doc, r=cuviperMatthias Krüger-2/+26
2024-03-08Auto merge of #122059 - nyurik:with-as-const-str, r=cuviperbors-10/+26
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-1/+1
2024-03-07Rust is a proper name: rust → RustRalf Jung-8/+8
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-0/+1
2024-03-06add missing PartialOrd impl doc for arrayKonrad Höffner-0/+1
2024-03-06Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of sliceKonrad Höffner-2/+2
2024-03-05Optimize write with as_const_str for shorter codeYuri Astrakhan-10/+26
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-30/+73
2024-03-05Rollup merge of #121065 - CAD97:display-i18n, r=cuviperMatthias Krüger-0/+17
2024-03-05Implement MaybeUninit::fill{,_with,_from}Andrew Wock-22/+398
2024-03-05Auto merge of #121428 - okaneco:ipaddr_parse, r=cuviperbors-21/+131
2024-03-05Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviperbors-1/+1
2024-03-05Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgrbors-35/+51
2024-03-05Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obkMatthias Krüger-35/+51
2024-03-05Auto merge of #121001 - nyurik:optimize-core-fmt, r=cuviperbors-0/+6
2024-03-04doc wording improvementsChristopher Durham-1/+1
2024-03-04Explain use of display adaptersChristopher Durham-0/+17
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-2/+12
2024-03-04Add benches for `net` parsingokaneco-0/+80
2024-03-04net: Add branch to Parser::read_number for parsing without checkedokaneco-21/+51
2024-03-04Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkinMatthias Krüger-2/+2
2024-03-04Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingju...Matthias Krüger-3/+3
2024-03-04Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=...Matthias Krüger-32/+58
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-2/+12
2024-03-04Fix comment in Atomic{Ptr,Bool}::as_ptr.Janggun Lee-2/+2
2024-03-04include feedback from workingjubilee Jonas Pleyer-2/+2
2024-03-03Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods...Esteban Küber-9/+0
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-26/+51
2024-03-03Update library/core/src/sync/atomic.rsJoshua Liebow-Feeser-1/+1
2024-03-03Update library/core/src/sync/atomic.rsJoshua Liebow-Feeser-1/+1
2024-03-03Use "size and alignment" rather than layoutJoshua Liebow-Feeser-2/+2
2024-03-03Document AtomicPtr bit validityJoshua Liebow-Feeser-1/+1
2024-03-03Clarify bit validity for AtomicBoolJoshua Liebow-Feeser-1/+1
2024-03-03Clarify atomic bit validityJoshua Liebow-Feeser-1/+1