about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-57/+27
2024-09-12Document subtleties of `ManuallyDrop`Tim (Theemathas) Chirananthavat-11/+115
2024-09-12Stabilize `const_float_classify`Eduardo Sánchez Muñoz-31/+28
2024-09-12also update the wrapping_ docs to use similar wordingRalf Jung-20/+13
2024-09-12Rollup merge of #130160 - Scripter17:fix-slice-first_mut-doc, r=AmanieuStuart Cook-1/+1
2024-09-12simplify float::classify logicRalf Jung-109/+31
2024-09-12Auto merge of #130183 - Marcondiro:unicode-16.0.0, r=Manishearthbors-708/+743
2024-09-11various updates based on reviewRalf Jung-24/+38
2024-09-11ptr::add/sub: these are *not* equivalent to offset(count as isize)Ralf Jung-16/+19
2024-09-11MaybeUninit::zeroed: mention that padding is not zeroedRalf Jung-0/+3
2024-09-10clean up internal comments about float semanticsRalf Jung-8/+3
2024-09-10Bump unicode printable to version 16.0.0Marcondiro-57/+73
2024-09-10Bump unicode_data to version 16.0.0Marcondiro-651/+670
2024-09-10Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubileebors-16/+30
2024-09-09Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnayJubilee-16/+16
2024-09-09Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=AmanieuJubilee-0/+14
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-1/+6
2024-09-09move const fn with a null check into const_ptr_is_null gateRalf Jung-3/+3
2024-09-09move some const fn out of the const_ptr_as_ref featureRalf Jung-13/+13
2024-09-09Fix slice::first_mut docsJames C. Wise-1/+1
2024-09-09Stabilize `char::MIN`okaneco-4/+1
2024-09-09fix UB in a testRalf Jung-1/+6
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-15/+69
2024-09-09bootstrap `naked_asm!` for `compiler-builtins`Folkert de Vries-0/+14
2024-09-09Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubileeJubilee-4/+4
2024-09-09Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obkJubilee-20/+7
2024-09-09Rollup merge of #130090 - RalfJung:result-copied, r=NoratriebJubilee-6/+18
2024-09-09Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubileeJubilee-2/+1
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-18/+0
2024-09-08add FIXME(const-hack)Ralf Jung-38/+28
2024-09-08move Option::unwrap_unchecked into const_option feature gateRalf Jung-1/+1
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-4/+4
2024-09-08const: make ptr.is_null() stop execution on ambiguityRalf Jung-20/+7
2024-09-08Option, Result: put the &mut variants of 'copied' under the same feature as t...Ralf Jung-3/+9
2024-09-08Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomccbors-4/+16
2024-09-08remove pointless rustc_const_unstable on trait implsRalf Jung-2/+0
2024-09-08add some FIXME(const-hack)Ralf Jung-2/+2
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-35/+38
2024-09-07Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnayMatthias Krüger-2/+4
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-33/+34
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-94/+54
2024-09-07make Result::copied unstably constRalf Jung-2/+8
2024-09-07remove 'const' from 'Option::iter'Ralf Jung-2/+1
2024-09-07str: make as_mut_ptr and as_bytes_mut unstably constRalf Jung-2/+4
2024-09-07restate GlobalAlloc method safety preconditions in terms of what the caller h...Adam Sandberg Ericsson-15/+17
2024-09-06fix doc comments for Peekable::next_if(_eq)glowcoil-2/+2
2024-09-06Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgrbors-14/+22
2024-09-05better implementation of signed div_floor/ceilOrson Peters-4/+16
2024-09-05Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgr...Matthias Krüger-14/+14