about summary refs log tree commit diff
path: root/library/core/src/hint.rs
AgeCommit message (Expand)AuthorLines
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-14/+2
2021-08-15Allow the use of the deprecated llvm_asm! in black_boxAmanieu d'Antras-0/+1
2021-08-12Implement `black_box` using intrinsicGary Guo-12/+8
2021-05-02Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplettbors-1/+1
2021-04-29[Arm64] use isb instruction instead of yield in spin loopsSebastian Pop-1/+1
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-1/+1
2021-01-03Fixed documentation errorbool-1/+1
2020-11-06Stabilize hint::spin_loopIvan Tham-9/+53
2020-10-05hint doc use intra-doc linksIvan Tham-1/+1
2020-10-05Hint doc use convert::identity relative linkIvan Tham-2/+2
2020-09-20Rollup merge of #76823 - RalfJung:black-box-warn, r=joshtriplettRalf Jung-1/+1
2020-09-19Rollup merge of #76434 - RalfJung:black-box, r=Mark-SimulacrumRalf Jung-1/+2
2020-09-17black_box: silence unused_mut warning when building with cfg(miri)Ralf Jung-1/+1
2020-09-16Fix black_box bug detected by AmanieuLzu Tao-1/+1
2020-09-16Prefer asm! over llvm_asm! in coreLzu Tao-2/+3
2020-09-07do not inline black_box when building for MiriRalf Jung-1/+2
2020-08-27Fix typo in `std::hint::black_box` docsaticu-1/+1
2020-08-12Remove intra-doc link as it resolves without reference linkDenis Vasilik-1/+0
2020-08-11Revert broken linkDenis Vasilik-1/+1
2020-08-11Use intra-doc linksDenis Vasilik-3/+3
2020-08-08make black_box a NOP in MiriRalf Jung-1/+3
2020-07-27mv std libs to library/mark-0/+127