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
/
library
/
core
/
src
/
hint.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-07
Make some trivial functions `#[inline(always)]`
Eduardo Sánchez Muñoz
-1
/
+2
2022-11-06
Bump version placeholders to release
Mark Rousskov
-1
/
+1
2022-10-26
Print the precondition we violated, and visible through output capture
Ben Kimock
-1
/
+1
2022-10-07
add a few more assert_unsafe_precondition
Ralf Jung
-1
/
+4
2022-09-27
Stabilize bench_black_box
Urgau
-1
/
+1
2022-09-06
Compile spin_loop_hint as pause on x86 even without sse2 enabled
bjorn3
-11
/
+8
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-07-24
add miri-track-caller to some intrinsic-exposing methods
Ralf Jung
-0
/
+1
2022-05-06
Clarify unreachable_unchecked docs
Lukas Lueg
-9
/
+16
2022-04-17
Expand core::hint::unreachable_unchecked() docs
Lukas Lueg
-14
/
+58
2022-03-08
Add core::hint::must_use
David Tolnay
-0
/
+123
2022-01-05
Add is_riscv_feature_detected!; modify impl of hint::spin_loop
luojia65
-5
/
+15
2021-12-23
Constify `core::intrinsics::black_box`
woppopo
-1
/
+2
2021-12-05
Add spin_loop hint for RISC-V architecture
luojia65
-0
/
+5
2021-10-04
Stabilize `unreachable_unchecked` as `const fn`
Jacob Pratt
-1
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-14
/
+2
2021-08-15
Allow the use of the deprecated llvm_asm! in black_box
Amanieu d'Antras
-0
/
+1
2021-08-12
Implement `black_box` using intrinsic
Gary Guo
-12
/
+8
2021-05-02
Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplett
bors
-1
/
+1
2021-04-29
[Arm64] use isb instruction instead of yield in spin loops
Sebastian Pop
-1
/
+1
2021-04-25
move core::hint::black_box under its own feature gate
Ralf Jung
-1
/
+1
2021-01-03
Fixed documentation error
bool
-1
/
+1
2020-11-06
Stabilize hint::spin_loop
Ivan Tham
-9
/
+53
2020-10-05
hint doc use intra-doc links
Ivan Tham
-1
/
+1
2020-10-05
Hint doc use convert::identity relative link
Ivan Tham
-2
/
+2
2020-09-20
Rollup merge of #76823 - RalfJung:black-box-warn, r=joshtriplett
Ralf Jung
-1
/
+1
2020-09-19
Rollup merge of #76434 - RalfJung:black-box, r=Mark-Simulacrum
Ralf Jung
-1
/
+2
2020-09-17
black_box: silence unused_mut warning when building with cfg(miri)
Ralf Jung
-1
/
+1
2020-09-16
Fix black_box bug detected by Amanieu
Lzu Tao
-1
/
+1
2020-09-16
Prefer asm! over llvm_asm! in core
Lzu Tao
-2
/
+3
2020-09-07
do not inline black_box when building for Miri
Ralf Jung
-1
/
+2
2020-08-27
Fix typo in `std::hint::black_box` docs
aticu
-1
/
+1
2020-08-12
Remove intra-doc link as it resolves without reference link
Denis Vasilik
-1
/
+0
2020-08-11
Revert broken link
Denis Vasilik
-1
/
+1
2020-08-11
Use intra-doc links
Denis Vasilik
-3
/
+3
2020-08-08
make black_box a NOP in Miri
Ralf Jung
-1
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+127