index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
hint.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-127
/
+0
2020-07-17
Make unreachable_unchecked a const fn
Nazım Can Altınova
-1
/
+2
2020-06-30
Deny unsafe ops in unsafe fns, part 6
LeSeulArtichaut
-2
/
+0
2020-06-30
Deny unsafe ops in unsafe fns, part 1
LeSeulArtichaut
-1
/
+5
2020-04-24
Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::...
LeSeulArtichaut
-2
/
+7
2020-04-03
Make documentation examples use new integer assoc consts
Linus Färnstrand
-1
/
+1
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-16
/
+12
2019-11-26
Fix spelling typos
Brian Wignall
-1
/
+1
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-16
/
+0
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-0
/
+16
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-16
/
+0
2019-09-18
broken hyperlinks in documentation
Arno Haase
-1
/
+1
2019-09-17
newly phrased documentation for spin loop hints
Arno Haase
-17
/
+5
2019-09-10
fixed linter error
Arno Haase
-7
/
+7
2019-09-10
typo fix
Arno Haase
-1
/
+1
2019-09-10
documentation enhancement for 'spin loop hint': replace 'CPU' with 'CPU or core'
Arno Haase
-3
/
+3
2019-08-26
Auto merge of #62891 - vext01:improve-black-box-docs, r=RalfJung,Centril,gnzlbg
bors
-4
/
+12
2019-08-24
Improve the documentation for std::hint::black_box.
Edd Barrett
-4
/
+12
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-1
/
+1
2019-06-10
std: Remove internal definitions of `cfg_if!` macro
Alex Crichton
-25
/
+25
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+1
2019-04-05
Remove parens
Unreachable
-2
/
+2
2019-04-05
improve docs for std::hint::unreachable_unchecked()
Unreachable
-3
/
+2
2019-04-03
Updated the reference in core::hint::spin_loop to the correct relative path.
Christian
-1
/
+1
2019-04-03
Updated the documentation of core::hints::spin_loop and core::sync::spin_loop...
Christian
-7
/
+20
2019-03-26
Life's too short not to use cfg_if
gnzlbg
-23
/
+20
2019-03-26
Document why the volatile read is used
gnzlbg
-0
/
+1
2019-03-26
Use fallback on emscripten targets
gnzlbg
-2
/
+18
2019-03-25
black_box should use inline assembly on wasm32
gnzlbg
-3
/
+3
2019-03-25
black_box should inhibit optimizations on platforms without inline assembly
gnzlbg
-3
/
+6
2019-03-25
Remove dupplicated config
gnzlbg
-2
/
+2
2019-03-25
Moves test::black_box to core::hint
gnzlbg
-0
/
+19
2019-03-21
Fix undefined behavior in hint::spin_loop for x86 targets without SSE2
gnzlbg
-6
/
+25
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-01-15
Move spin_loop_hint to core::hint module
Clar Fon
-0
/
+23
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-04-16
Stabilize core::hint::unreachable_unchecked.
kennytm
-0
/
+61