about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-06-30Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-SimulacrumMatthias Krüger-6/+2
2024-06-30Rollup merge of #126705 - safinaskar:panic, r=Mark-SimulacrumMatthias Krüger-5/+2
2024-06-30Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgrbors-1/+1
2024-06-29Print `TypeId` as a `u128` for `Debug`Trevor Gross-1/+12
2024-06-29Rollup merge of #127122 - TDecking:div_ceil, r=NilstriebMatthias Krüger-1/+1
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-0/+47
2024-06-29Stabilize `duration_abs_diff`Ole Bertram-2/+3
2024-06-29small correction to fmt::Pointer implSky-2/+1
2024-06-29Remove uneccessary condition in `div_ceil`Tobias Decking-1/+1
2024-06-29Updated docs on `#[panic_handler]` in `library/core/src/lib.rs`Askar Safin-5/+2
2024-06-29Rollup merge of #127073 - Sky9x:unnecessary-seqcst, r=NilstriebGuillaume Gomez-1/+1
2024-06-29Rollup merge of #127072 - Sky9x:docs-includes-vs-does-include, r=scottmcmGuillaume Gomez-4/+4
2024-06-28Rollup merge of #127071 - Sky9x:remove-ptr-to-from-bits, r=scottmcmMatthias Krüger-131/+0
2024-06-28Rollup merge of #127070 - Sky9x:unit-const-param-ty, r=BoxyUwUMatthias Krüger-4/+1
2024-06-28Rollup merge of #127055 - shepmaster:hash-finish-must-use, r=dtolnayMatthias Krüger-0/+1
2024-06-28address review commentsDeadbeef-3/+8
2024-06-28general fixups and turn `TODO`s into `FIXME`sDeadbeef-1/+3
2024-06-28Implement `Min` trait in new solverDeadbeef-4/+5
2024-06-28implement new effects desugaringDeadbeef-0/+39
2024-06-28Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJungMatthias Krüger-21/+31
2024-06-28Remove unnecessary SeqCst in `impl fmt::Pointer for AtomicPtr`Sky-1/+1
2024-06-28docs: say "includes" instead of "does include"Sky-4/+4
2024-06-27Remove (deprecated & unstable) {to,from}_bits pointer methodsSky-131/+0
2024-06-27add () to the marker_impls macro for ConstParamTySky-4/+1
2024-06-27Mark `Hasher::finish` as #[must_use]Jake Goulding-0/+1
2024-06-27fix least significant digits of f128 associated constantsTrevor Spiteri-3/+3
2024-06-27core: improve commentjoboet-2/+2
2024-06-26Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrumbors-58/+1378
2024-06-26Rollup merge of #126879 - the8472:next-chunk-filter-drop, r=cuviperMatthias Krüger-45/+45
2024-06-26core: avoid `extern` types in formatting infrastructurejoboet-21/+25
2024-06-25fix UI test, simplify error messagejoboet-0/+6
2024-06-25add comments explaining optimizations for Filter::next_chunkThe 8472-1/+3
2024-06-25fix Drop items getting leaked in Filter::next_chunkThe 8472-45/+43
2024-06-25Rollup merge of #126946 - cyrgani:patch-1, r=compiler-errorsMatthias Krüger-1/+1
2024-06-25Rollup merge of #126927 - workingjubilee:vaargsafe-is-unsafe, r=joboetMatthias Krüger-4/+5
2024-06-25Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoeristerMatthias Krüger-0/+1
2024-06-25Stabilize const unchecked conversion from u32 to charDavid Tolnay-3/+5
2024-06-25Detect unused structs which derived Defaultmu001999-0/+1
2024-06-25simd_bitmask intrinsic: add a non-power-of-2 multi-byte exampleRalf Jung-6/+13
2024-06-25Add missing slash in const_eval_select doc commentcyrgani-1/+1
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-2/+1250
2024-06-25Add doctests to existing `f16` and `f128` functionsTrevor Gross-4/+68
2024-06-24core: VaArgSafe is an unsafe traitJubilee Young-4/+5
2024-06-25Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieubors-2/+13
2024-06-24Rollup merge of #126904 - GrigorenkoPV:nonzero-fixme, r=joboetMichael Goulet-13/+2
2024-06-24Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwcoMichael Goulet-0/+9
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-25/+25
2024-06-24Small fixme in core now that split_first has no codegen issuesPavel Grigorenko-6/+2
2024-06-24Small fixme in core now that NonZero is genericPavel Grigorenko-13/+2
2024-06-24Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils...Matthias Krüger-17/+33