about summary refs log tree commit diff
path: root/src/libcore/hint.rs
AgeCommit message (Expand)AuthorLines
2020-04-24Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::...LeSeulArtichaut-2/+7
2020-04-03Make documentation examples use new integer assoc constsLinus Färnstrand-1/+1
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-16/+12
2019-11-26Fix spelling typosBrian Wignall-1/+1
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-16/+0
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-0/+16
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-16/+0
2019-09-18broken hyperlinks in documentationArno Haase-1/+1
2019-09-17newly phrased documentation for spin loop hintsArno Haase-17/+5
2019-09-10fixed linter errorArno Haase-7/+7
2019-09-10typo fixArno Haase-1/+1
2019-09-10documentation enhancement for 'spin loop hint': replace 'CPU' with 'CPU or core'Arno Haase-3/+3
2019-08-26Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbgbors-4/+12
2019-08-24Improve the documentation for std::hint::black_box.Edd Barrett-4/+12
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-1/+1
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-25/+25
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