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
/
compiler
/
rustc_mir_transform
/
src
/
check_alignment.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-18
Auto merge of #112599 - saethlin:cleaner-panics, r=thomcc
bors
-6
/
+4
2023-06-16
Update compiler/rustc_mir_transform/src/check_alignment.rs
Wesley Wiser
-0
/
+1
2023-06-16
Launch a non-unwinding panic for misaligned pointer deref
Ben Kimock
-6
/
+4
2023-06-16
Disable alignment checks on i686-pc-windows-msvc
Ben Kimock
-0
/
+3
2023-06-07
Remove wrongly emitted `.eh_frame` in `-Cpanic=abort`
Gary Guo
-1
/
+6
2023-05-27
Exclude Rvalue::AddressOf for raw pointer deref alignment checks
Ben Kimock
-0
/
+8
2023-05-01
Box AssertKind
Ben Kimock
-2
/
+2
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-13
Only emit alignment checks if we have a panic_impl
Ben Kimock
-0
/
+7
2023-04-06
Fix new usage of old api
Gary Guo
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-1
/
+1
2023-03-24
Skip checks for common types with alignment 1
Ben Kimock
-0
/
+7
2023-03-24
Use Vec::split_off
Ben Kimock
-1
/
+1
2023-03-24
Clarify that we are doing ptr.addr() internally
Ben Kimock
-1
/
+1
2023-03-23
A MIR transform that checks pointers are aligned
Ben Kimock
-0
/
+220