about summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-09-27Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull';Gabriel Bjørnager Jensen-0/+1
2024-09-24Auto merge of #130738 - bjoernager:const-make-ascii, r=jhprattbors-0/+2
2024-09-24Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]...Gabriel Bjørnager Jensen-0/+2
2024-09-23Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnayMichael Goulet-1/+0
2024-09-23stabilize const_intrinsic_copyRalf Jung-1/+0
2024-09-23random: add tracking issue, address other commentsjoboet-1/+1
2024-09-23std: implement the `random` featurejoboet-0/+2
2024-09-23Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnayMatthias Krüger-0/+1
2024-09-21Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';Gabriel Bjørnager Jensen-0/+1
2024-09-19Auto merge of #130547 - workingjubilee:rollup-tw30khz, r=workingjubileebors-1/+0
2024-09-19Auto merge of #130511 - bjoernager:const-char-encode-utf8, r=dtolnaybors-0/+1
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-1/+0
2024-09-18Mark and implement 'char::encode_utf8' as const.Gabriel Bjørnager Jensen-0/+1
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-0/+1
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-0/+1
2024-09-15also stabilize const_refs_to_cellRalf Jung-1/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-12Stabilize `const_float_classify`Eduardo Sánchez Muñoz-1/+0
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-1/+0
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-1/+2
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-1/+2
2024-09-05update cfgsBoxy-4/+0
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-0/+1
2024-09-01stabilize const_float_bits_convRalf Jung-1/+2
2024-08-25ub_checks intrinsics: fall back to cfg(ub_checks)Ralf Jung-0/+1
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-1/+1
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-1/+1
2024-08-19Stabilize feature `char_indices_offset`Eduardo Sánchez Muñoz-1/+0
2024-08-14apply #[optimize(size)] to #[cold] ones and part of the panick machineryThe 8472-0/+1
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-1/+1
2024-08-13stabilize `asm_const`Folkert-1/+1
2024-08-13Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=AmanieuMatthias Krüger-0/+1
2024-08-10Update std and compilerNadrieril-1/+1
2024-08-07Add tracking issue to core-pattern-typeltdk-1/+1
2024-08-04Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss...sayantn-0/+1
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-0/+1
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-2/+0
2024-07-29Stabilize offset_of_nestedGeorge Bateman-1/+1
2024-07-29Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`Miguel Ojeda-0/+1
2024-07-28step cfg(bootstrap)Mark Rousskov-2/+0
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-1/+0
2024-07-28stabilize const_wakerSlanterns-1/+0
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-1/+0
2024-07-25Stop using `unsized_const_parameters` in core/stdBoxy-1/+0
2024-07-22Rollup merge of #128008 - weiznich:fix/121521, r=lcnrTrevor Gross-0/+1
2024-07-22Start using `#[diagnostic::do_not_recommend]` in the standard libraryGeorg Semmler-0/+1
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-0/+1
2024-07-13Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrumbors-1/+0
2024-07-13Use is_val_statically_known to optimize powMikhail Zabaluev-0/+1
2024-07-05add `new_range_api` for RFC 3550Peter Jaszkowiak-0/+2