about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
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-14Run most core::num tests in const context tooltdk-525/+539
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-19/+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-26/+114
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-1/+101
2024-10-13Auto merge of #125679 - clarfonthey:escape_ascii, r=joboetbors-26/+110
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-19/+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-17/+19
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-18/+17
2024-10-12library: Stabilize `const_replace`Jubilee Young-3/+4
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-13/+12
2024-10-12library: Stabilize `const_intrinsic_forget`Jubilee Young-2/+1
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-8/+6
2024-10-11Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlinTrevor Gross-0/+53
2024-10-11Avoid superfluous UB checks in `IndexRange`Josh Stone-4/+7
2024-10-11Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJungTrevor Gross-3/+5
2024-10-11Rollup merge of #131287 - RalfJung:const_result, r=tgross35Trevor Gross-5/+9
2024-10-11Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboetTrevor Gross-13/+4
2024-10-11Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomccTrevor Gross-51/+0
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+53
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+27
2024-10-11stabilize const_resultRalf Jung-5/+9
2024-10-11stabilize duration_consts_floatRalf Jung-8/+6
2024-10-11Rollup merge of #131512 - j7nw4r:master, r=jhprattMatthias Krüger-1/+2
2024-10-11rename RcBox in other places tooJonathan Dönszelmann-7/+7
2024-10-10Fixing rustDoc for LayoutError.Johnathan W-1/+2
2024-10-10Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubileeMatthias Krüger-6/+4
2024-10-10Stabilise 'const_char_encode_utf8';Gabriel Bjørnager Jensen-3/+5
2024-10-09Clean up is_aligned_and_not_nullBen Kimock-3/+3
2024-10-09Add more precondition check testsBen Kimock-3/+5
2024-10-09Allow zero-size reads/writes on null pointersBen Kimock-19/+29
2024-10-09Optimize escape_asciiltdk-26/+110
2024-10-09Rollup merge of #131383 - AngelicosPhosphoros:better_doc_for_slice_slicing_at...Matthias Krüger-0/+21