| Age | Commit message (Expand) | Author | Lines |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -0/+12 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -0/+12 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -0/+12 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -0/+14 |
| 2024-12-02 | stabilize const_{size,align}_of_val | Ralf Jung | -0/+2 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -595/+949 |
| 2024-11-30 | Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -595/+949 |
| 2024-11-30 | Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+33 |
| 2024-11-29 | refine mir debuginfo docs | Ralf Jung | -5/+14 |
| 2024-11-29 | Doc comment custom MIR debuginfo. | Camille GILLOT | -0/+24 |
| 2024-11-27 | update cfgs | Boxy | -189/+57 |
| 2024-11-27 | replace placeholder version | Boxy | -3/+3 |
| 2024-11-24 | changes old intrinsic declaration to new declaration | aaishwarymishra@gmail.com | -595/+949 |
| 2024-11-23 | Match simd_relaxed_fma documentation to fmuladd intrinsic | Caleb Zulawski | -4/+8 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -0/+10 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -8/+40 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -48/+48 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -8/+40 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -8/+40 |
| 2024-11-17 | Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-11-16 | clean up const stability around UB checks | Ralf Jung | -6/+6 |
| 2024-11-16 | stabilize const_ptr_is_null | Ralf Jung | -2/+2 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2024-11-13 | Rollup merge of #132907 - BLANKatGITHUB:intrinsic, r=saethlin | Jubilee | -805/+1279 |
| 2024-11-13 | Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35 | bors | -2/+23 |
| 2024-11-13 | const_panic: don't wrap it in a separate function | Ralf Jung | -2/+23 |
| 2024-11-12 | adds new declaration to codegen | aaishwarymishra@gmail.com | -0/+2 |
| 2024-11-12 | new intrinsic declaration | aaishwarymishra@gmail.com | -1228/+1278 |
| 2024-11-12 | new intrinsic declaration | aaishwarymishra@gmail.com | -108/+530 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -78/+102 |
| 2024-11-08 | mark is_val_statically_known intrinsic as stably const-callable | Ralf Jung | -4/+5 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -0/+3944 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-06 | grammar fix | dacian | -1/+1 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -1/+1 |
| 2024-08-31 | Fixed more typos in library/core | ranger-ross | -1/+1 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -1/+1 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+8 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-26 | Fix doc nits | John Arundel | -54/+55 |
| 2024-07-25 | Stop using `unsized_const_parameters` in core/std | Boxy | -12/+0 |
| 2024-07-05 | Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubilee | bors | -6/+13 |
| 2024-06-25 | simd_bitmask intrinsic: add a non-power-of-2 multi-byte example | Ralf Jung | -6/+13 |
| 2024-06-24 | Fix simd_gather documentation | Petteri Räty | -3/+0 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+7 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -26/+32 |
| 2024-05-28 | Add custom mir support for `PtrMetadata` | Scott McMurray | -0/+4 |
| 2024-05-24 | Fix some SIMD intrinsics documentation | Mees Frensel | -4/+4 |