| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-14 | Move msvc libs to core | Chris Denton | -0/+1 |
| 2024-04-13 | Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhpratt | Jacob Pratt | -1/+0 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-04-11 | Update stdarch submodule | Daniel Paoliello | -0/+1 |
| 2024-04-10 | Add basic f16 and f128 modules | Trevor Gross | -0/+4 |
| 2024-04-10 | Revert "Put basic impls for f16 and f128 behind cfg(not(bootstrap))" | Trevor Gross | -2/+2 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+3 |
| 2024-04-06 | Rollup merge of #123541 - RalfJung:remove-old-hacks, r=Mark-Simulacrum | Guillaume Gomez | -5/+1 |
| 2024-04-06 | Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-04-06 | remove miri-test-libstd hacks that are no longer needed | Ralf Jung | -5/+1 |
| 2024-04-02 | Put basic impls for f16 and f128 behind cfg(not(bootstrap)) | Trevor Gross | -2/+2 |
| 2024-03-30 | Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieu | bors | -0/+2 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -0/+1 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -2/+0 |
| 2024-03-28 | Add basic trait impls for `f16` and `f128` | Trevor Gross | -0/+2 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+1 |
| 2024-03-25 | Rollup merge of #123042 - dpaoliello:prelude, r=Nilstrieb | Jubilee | -1/+1 |
| 2024-03-25 | Rollup merge of #122896 - dpaoliello:stdarch, r=Amanieu | Jubilee | -0/+1 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+1 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -0/+2 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -0/+1 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -0/+1 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -1/+0 |
| 2024-03-23 | Rollup merge of #120577 - wutchzone:slice_split_at_unchecked, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -0/+1 |
| 2024-03-22 | Update stdarch submodule | Daniel Paoliello | -0/+1 |
| 2024-03-21 | Stabilize `const_caller_location` and `const_location_fields` | lilasta | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -6/+3 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -0/+1 |
| 2024-03-16 | Add as_(mut_)ptr and as_(mut_)slice to raw array pointers | Yotam Ofek | -0/+1 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -2/+0 |
| 2024-03-12 | Use `min_exhaustive_patterns` in core & std | Nadrieril | -1/+2 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+1 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+1 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+1 |