| Age | Commit message (Expand) | Author | Lines |
| 2024-08-25 | ub_checks intrinsics: fall back to cfg(ub_checks) | Ralf Jung | -0/+1 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -1/+1 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -1/+1 |
| 2024-08-19 | Stabilize feature `char_indices_offset` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -1/+1 |
| 2024-08-13 | Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-08-10 | Update std and compiler | Nadrieril | -1/+1 |
| 2024-08-07 | Add tracking issue to core-pattern-type | ltdk | -1/+1 |
| 2024-08-04 | Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss... | sayantn | -0/+1 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -2/+0 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -1/+1 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -2/+0 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+0 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -1/+0 |
| 2024-07-25 | Stop using `unsized_const_parameters` in core/std | Boxy | -1/+0 |
| 2024-07-22 | Rollup merge of #128008 - weiznich:fix/121521, r=lcnr | Trevor Gross | -0/+1 |
| 2024-07-22 | Start using `#[diagnostic::do_not_recommend]` in the standard library | Georg Semmler | -0/+1 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -0/+1 |
| 2024-07-13 | Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrum | bors | -1/+0 |
| 2024-07-13 | Use is_val_statically_known to optimize pow | Mikhail Zabaluev | -0/+1 |
| 2024-07-05 | add `new_range_api` for RFC 3550 | Peter Jaszkowiak | -0/+2 |
| 2024-07-04 | stabilize `const_int_from_str` | Skgland | -1/+0 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+0 |
| 2024-06-30 | Rollup merge of #126705 - safinaskar:panic, r=Mark-Simulacrum | Matthias Krüger | -5/+2 |
| 2024-06-29 | Updated docs on `#[panic_handler]` in `library/core/src/lib.rs` | Askar Safin | -5/+2 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+1 |
| 2024-06-25 | Stabilize const unchecked conversion from u32 to char | David Tolnay | -1/+0 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -2/+0 |
| 2024-06-21 | update intrinsic const param counting | Deadbeef | -0/+1 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -2/+0 |
| 2024-06-20 | Remove `feature(const_closures)` from libcore | Deadbeef | -1/+0 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -1/+0 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-12 | Revert "Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb" | Oli Scherer | -1/+0 |
| 2024-05-28 | Rollup merge of #125551 - clarfonthey:ip-bits, r=jhpratt | Jubilee | -1/+0 |
| 2024-05-25 | Stabilise ip_bits feature | ltdk | -1/+0 |
| 2024-05-25 | Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlin | bors | -0/+1 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -0/+1 |
| 2024-05-21 | core: actually use TAIT instead of emulating it | joboet | -0/+1 |
| 2024-05-03 | Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ... | Michael Goulet | -1/+0 |
| 2024-05-03 | feat: stabilize `split_at_checked` | UserIsntAvailable | -1/+0 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -4/+1 |
| 2024-04-28 | Stabilize `non_null_convenience` | Trevor Gross | -1/+0 |
| 2024-04-28 | Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrum | bors | -1/+3 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-22 | export assert_unsafe_precondition macro for std-internal use | The 8472 | -1/+3 |