about summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-1/+0
2024-11-03stabilize const_arguments_as_strRalf Jung-1/+0
2024-11-02remove const_hash feature leftoversRalf Jung-1/+0
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-5/+0
2024-10-29Rollup merge of #131520 - zachs18:const-str-split, r=NoratriebJubilee-0/+2
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-1/+0
2024-10-26Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieubors-0/+1
2024-10-25Re-do recursive const stability checksRalf Jung-3/+3
2024-10-23const fn str::split_at*Zachary S-0/+2
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+2
2024-10-18Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay许杰友 Jieyou Xu (Joe)-1/+1
2024-10-16Partially stabilize const_pinGeorge Bateman-1/+1
2024-10-16Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgrbors-0/+1
2024-10-16Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnayMatthias Krüger-0/+1
2024-10-15update bootstrap configsJosh Stone-3/+0
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-0/+1
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-0/+1
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-1/+0
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+9
2024-10-14Stabilise 'const_make_ascii'Gabriel Bjørnager Jensen-1/+0
2024-10-14Add a `const_sockaddr_setters` featureTrevor Gross-0/+1
2024-10-14Rollup merge of #131616 - RalfJung:const_ip, r=tgross35Matthias Krüger-2/+0
2024-10-14Rollup merge of #131274 - workingjubilee:stabilize-the-one-that-got-away, r=s...Matthias Krüger-1/+0
2024-10-13switch unicode-data back to 'static'Ralf Jung-0/+1
2024-10-13merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gateRalf Jung-2/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-3/+0
2024-10-12library: Stabilize `const_replace`Jubilee Young-1/+0
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-12library: Stabilize `const_intrinsic_forget`Jubilee Young-1/+0
2024-10-11Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJungTrevor Gross-1/+0
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+9
2024-10-11stabilize duration_consts_floatRalf Jung-1/+0
2024-10-10Stabilise 'const_char_encode_utf8';Gabriel Bjørnager Jensen-1/+0
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-2/+0
2024-10-08Stabilize `isqrt` featureChai T. Rex-1/+0
2024-10-05library: Stabilize const `MaybeUninit::assume_init_mut`Jubilee Young-1/+0
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-2/+0
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-2/+0
2024-10-05Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk`onestacked-1/+0
2024-10-04Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,...Jubilee-1/+0
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-4/+0
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-1/+0
2024-10-02library: Stabilize `const_unsafecell_get_mut`Jubilee Young-1/+0
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-1/+0
2024-10-02library: Stabilize `const_str_as_mut`Jubilee Young-1/+0
2024-10-02library: Stabilize `const_str_from_utf8_unchecked_mut`Jubilee Young-1/+0
2024-10-01Stabilize `const_slice_from_raw_parts_mut`Eduardo Sánchez Muñoz-1/+0
2024-09-28stabilize const_cell_into_innerRalf Jung-1/+0