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
/
ub_checks.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
fix: don't panic on volatile access to null
Luigi Sartor Piucco
-3
/
+15
2025-05-21
Add some track_caller info to precondition panics
Ben Kimock
-2
/
+4
2025-02-16
Make ub_check message clear that it's not an assert
Kornel
-3
/
+3
2024-11-27
update cfgs
Boxy
-2
/
+0
2024-11-16
clean up const stability around UB checks
Ralf Jung
-7
/
+9
2024-11-16
stabilize const_ptr_is_null
Ralf Jung
-1
/
+1
2024-11-05
add const_eval_select macro to reduce redundancy
Ralf Jung
-46
/
+37
2024-11-03
remove const-support for align_offset
Ralf Jung
-1
/
+13
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-3
/
+7
2024-10-09
Clean up is_aligned_and_not_null
Ben Kimock
-3
/
+3
2024-10-09
Allow zero-size reads/writes on null pointers
Ben Kimock
-2
/
+2
2024-08-21
Change `assert_unsafe_precondition` docs to refer to `check_language_ub`
Chai T. Rex
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+0
2024-07-26
Fix doc nits
John Arundel
-3
/
+5
2024-04-22
export assert_unsafe_precondition macro for std-internal use
The 8472
-2
/
+6
2024-03-23
refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...
Ralf Jung
-4
/
+31
2024-03-23
move assert_unsafe_preconditions to its own file
Ralf Jung
-0
/
+131