summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
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-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
2024-07-04stabilize `const_int_from_str`Skgland-1/+0
2024-07-03Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnayJacob Pratt-1/+0
2024-06-30Rollup merge of #126705 - safinaskar:panic, r=Mark-SimulacrumMatthias Krüger-5/+2
2024-06-29Updated docs on `#[panic_handler]` in `library/core/src/lib.rs`Askar Safin-5/+2
2024-06-28implement new effects desugaringDeadbeef-0/+1
2024-06-25Stabilize const unchecked conversion from u32 to charDavid Tolnay-1/+0
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-2/+0
2024-06-21update intrinsic const param countingDeadbeef-0/+1
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-2/+0
2024-06-20Remove `feature(const_closures)` from libcoreDeadbeef-1/+0
2024-06-19Stabilize `hint_assert_unchecked`Trevor Gross-1/+0
2024-06-19Stabilise c_unwindGary Guo-1/+1
2024-06-12Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb"Oli Scherer-1/+0
2024-05-28Rollup merge of #125551 - clarfonthey:ip-bits, r=jhprattJubilee-1/+0
2024-05-25Stabilise ip_bits featureltdk-1/+0
2024-05-25Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlinbors-0/+1
2024-05-23Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methodsltdk-0/+1
2024-05-21core: actually use TAIT instead of emulating itjoboet-0/+1
2024-05-03Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ...Michael Goulet-1/+0
2024-05-03feat: stabilize `split_at_checked`UserIsntAvailable-1/+0
2024-05-01Step bootstrap cfgsMark Rousskov-4/+1
2024-04-28Stabilize `non_null_convenience`Trevor Gross-1/+0
2024-04-28Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrumbors-1/+3
2024-04-24Stabilise `inline_const`Gary Guo-1/+1
2024-04-22export assert_unsafe_precondition macro for std-internal useThe 8472-1/+3