about summary refs log tree commit diff
path: root/src/libcore/hint.rs
AgeCommit message (Expand)AuthorLines
2019-04-18libcore => 2018Taiki Endo-1/+1
2019-04-05Remove parensUnreachable-2/+2
2019-04-05improve docs for std::hint::unreachable_unchecked()Unreachable-3/+2
2019-04-03Updated the reference in core::hint::spin_loop to the correct relative path.Christian-1/+1
2019-04-03Updated the documentation of core::hints::spin_loop and core::sync::spin_loop...Christian-7/+20
2019-03-26Life's too short not to use cfg_ifgnzlbg-23/+20
2019-03-26Document why the volatile read is usedgnzlbg-0/+1
2019-03-26Use fallback on emscripten targetsgnzlbg-2/+18
2019-03-25black_box should use inline assembly on wasm32gnzlbg-3/+3
2019-03-25black_box should inhibit optimizations on platforms without inline assemblygnzlbg-3/+6
2019-03-25Remove dupplicated configgnzlbg-2/+2
2019-03-25Moves test::black_box to core::hintgnzlbg-0/+19
2019-03-21Fix undefined behavior in hint::spin_loop for x86 targets without SSE2gnzlbg-6/+25
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-01-15Move spin_loop_hint to core::hint moduleClar Fon-0/+23
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-0/+61