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
2025-02-18
update version placeholders
Josh Stone
-1
/
+1
2025-02-14
core: Apply unsafe_op_in_unsafe_fn
Eric Huss
-1
/
+1
2025-02-11
Change the issue number for `likely_unlikely` and `cold_path`
Trevor Gross
-3
/
+3
2025-01-27
Stabilize `const_black_box`
Trevor Gross
-1
/
+3
2025-01-20
Rollup merge of #133695 - x17jiri:hint_likely, r=Amanieu
Matthias Krüger
-0
/
+135
2025-01-20
1. Removed 'rustc_nounwind' 2. Rewording of comments
Jiri Bobek
-11
/
+6
2025-01-15
Export likely(), unlikely() and cold_path() in std::hint
Jiri Bobek
-0
/
+140
2024-12-12
feat: clarify how to use `black_box()`
BD103
-3
/
+89
2024-11-27
update cfgs
Boxy
-1
/
+0
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+1
2024-09-01
add extra linebreaks so rustdoc can identify the first sentence
binarycat
-0
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-28
Update CURRENT_RUSTC_VERSION
Mark Rousskov
-2
/
+2
2024-07-04
chore: remove repeat words
cuishuang
-1
/
+1
2024-07-03
Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay
Jacob Pratt
-23
/
+74
2024-06-19
Stabilize `hint_assert_unchecked`
Trevor Gross
-5
/
+3
2024-06-19
Update documentation for `hint::assert_unchecked`
Trevor Gross
-20
/
+73
2024-06-19
reword the hint::blackbox non-guarantees
The 8472
-1
/
+1
2024-04-15
Add support for Arm64EC to the Standard Library
Daniel Paoliello
-1
/
+1
2024-03-23
move assert_unsafe_preconditions to its own file
Ralf Jung
-2
/
+3
2024-03-08
Distinguish between library and lang UB in assert_unsafe_precondition
Ben Kimock
-4
/
+7
2024-02-08
Rewrite assert_unsafe_precondition around the new intrinsic
Ben Kimock
-1
/
+1
2024-01-04
Fixed ambiguity in hint.rs
Ming, Bai
-1
/
+1
2023-12-19
Add `hint::assert_unchecked`
Scott McMurray
-0
/
+48
2023-10-02
Rollup merge of #116350 - Nilstrieb:in-situ, r=Dylan-DPC
Tyler Mandry
-1
/
+1
2023-10-02
Improve wording of `hint::black_box` docs
4gboframram
-1
/
+1
2023-09-04
Simplify `core::hint::spin_loop`
Maybe Waffle
-24
/
+17
2023-04-26
Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514
jyn
-6
/
+3
2023-04-22
Fix grammar
Caleb Robson
-2
/
+2
2023-03-25
Correct typo (`back_box` -> `black_box`)
Evie M
-1
/
+1
2023-03-07
black_box hint - Adjust for improved readability
pat-nel87
-6
/
+3
2023-02-23
black_box doc corrections - Issue #107957
pat-nel87
-3
/
+3
2023-02-15
clarify correctness of `black_box`
Callum Leslie
-1
/
+2
2023-01-07
Improve the documentation of `black_box`
Trevor Gross
-0
/
+69
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
[next]