about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-10-21stabilize Strict Provenance and Exposed ProvenanceRalf Jung-386/+307
2024-10-19Derive Copy+Hash for IntErrorKindranger-ross-1/+1
2024-10-19zero-sized accesses are fine on null pointersRalf Jung-13/+16
2024-10-18Rollup merge of #131858 - AnthonyMikh:AnthonyMikh/repeat_n-is-not-that-specia...许杰友 Jieyou Xu (Joe)-3/+1
2024-10-18Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay许杰友 Jieyou Xu (Joe)-11/+11
2024-10-18Rollup merge of #131850 - lexeyOK:master, r=compiler-errorsMatthias Krüger-1/+1
2024-10-18remove outdated documentation for `repeat_n`AnthonyMikh-3/+1
2024-10-17Auto merge of #131572 - cuviper:ub-index_range, r=thomccbors-4/+7
2024-10-18Missing parenthesis lexx-1/+1
2024-10-17Auto merge of #130223 - LaihoE:faster_str_replace, r=thomccbors-0/+33
2024-10-16Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgrbors-76/+69
2024-10-16Partially stabilize const_pinGeorge Bateman-11/+11
2024-10-16Rollup merge of #131730 - zlfn:master, r=tgross35Matthias Krüger-76/+69
2024-10-16Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgrbors-6/+23
2024-10-16Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnayMatthias Krüger-6/+23
2024-10-16Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrumbors-224/+128
2024-10-16Rollup merge of #131712 - tgross35:const-lazy_cell_into_inner, r=joboetUrgau-2/+2
2024-10-15update bootstrap configsJosh Stone-88/+1
2024-10-15replace placeholder versionJosh Stone-136/+127
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-7/+7
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-192/+346
2024-10-15Refactor `floating` macro and nofloat panic messagezlfn-58/+60
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-28/+71
2024-10-15Rename debug! macro to impl_Debug!zlfn-5/+7
2024-10-15Combine impl_int and impl_uintzlfn-15/+4
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-192/+346
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-14/+19
2024-10-15Rollup merge of #131706 - GKFX:fix-const-hacks, r=tgross35Matthias Krüger-5/+3
2024-10-15Rollup merge of #131339 - HeroicKatora:set_ptr_value-documentation, r=Mark-Si...Matthias Krüger-20/+61
2024-10-15Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e...Matthias Krüger-8/+10
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+27
2024-10-14Stabilise 'const_make_ascii'Gabriel Bjørnager Jensen-9/+16
2024-10-14Add a `const_sockaddr_setters` featureTrevor Gross-16/+25
2024-10-14Mark LazyCell::into_inner unstably constTrevor Gross-2/+2
2024-10-14Fix two const-hacksGeorge Bateman-5/+3
2024-10-14`rt::Argument`: elide lifetimesLieselotte-13/+13
2024-10-14Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdevMatthias Krüger-24/+36
2024-10-14Rollup merge of #129424 - coolreader18:stabilize-pin_as_deref_mut, r=dtolnayMatthias Krüger-1/+1
2024-10-14Rollup merge of #131616 - RalfJung:const_ip, r=tgross35Matthias Krüger-16/+0
2024-10-14Rollup merge of #131274 - workingjubilee:stabilize-the-one-that-got-away, r=s...Matthias Krüger-3/+7
2024-10-14Rollup merge of #130629 - Dirbaio:net-from-octets, r=tgross35Matthias Krüger-25/+90
2024-10-13core/net: use hex for ipv6 doctests for consistency.Dario Nieuwenhuis-37/+25
2024-10-13core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segmentsDario Nieuwenhuis-0/+77
2024-10-13Auto merge of #125679 - clarfonthey:escape_ascii, r=joboetbors-23/+91
2024-10-13switch unicode-data back to 'static'Ralf Jung-8/+9
2024-10-13merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gateRalf Jung-16/+0
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-8/+10
2024-10-13Fix typo thing->thin referring to pointerAndreas Molzer-2/+2
2024-10-12Stabilize `const_option`Trevor Gross-16/+19
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-17/+17