about summary refs log tree commit diff
path: root/library/core/tests/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-195/+0
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-0/+10
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-0/+58
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-03-24Address PR feedbackScott McMurray-12/+20
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+19
2024-01-02Adjust library tests for unused_tuple_struct_fields -> dead_codeJake Goulding-3/+3
2022-02-25Switch bootstrap cfgsMark Rousskov-2/+0
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-1/+0
2022-01-28update cfg(bootstrap)sPietro Albini-1/+0
2022-01-28test_const_allocate_at_runtimewoppopo-1/+10
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-0/+13
2021-12-23Constify `core::intrinsics::black_box`woppopo-0/+15
2021-11-24Make `intrinsics::write_bytes` constwoppopo-0/+30
2020-09-24move test to intergrated test in library/coreLzu Tao-0/+15
2020-07-27mv std libs to library/mark-0/+22