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
/
src
/
transform
/
check_unsafety.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-574
/
+0
2021-07-10
remove const_raw_ptr_to_usize_cast feature
Ralf Jung
-30
/
+1
2021-06-21
Fix unused_unsafe with compiler-generated unsafe
Cameron Steffen
-0
/
+1
2021-06-06
Remove some last remants of {push,pop}_unsafe!
Smitty
-1
/
+0
2021-06-03
Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor
bors
-1
/
+1
2021-06-02
Add `Ty::is_union` predicate and use it
Tomasz Miąsko
-1
/
+1
2021-05-28
rustc: Allow safe #[target_feature] on wasm
Alex Crichton
-0
/
+6
2021-04-25
unsafety checking: no longer care about is_min_const_fn
Ralf Jung
-50
/
+17
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-123
/
+7
2021-03-10
Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...
Yuki Okushi
-3
/
+2
2021-03-09
Switch to changing cp_non_overlap in tform
kadmin
-1
/
+1
2021-03-09
Update match branches
kadmin
-0
/
+1
2021-02-18
Stabilize `unsafe_op_in_unsafe_fn` lint
LeSeulArtichaut
-3
/
+2
2021-01-19
Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung
bors
-8
/
+9
2021-01-18
Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung
bors
-6
/
+2
2021-01-17
Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn
LeSeulArtichaut
-8
/
+9
2021-01-16
Use PlaceRef more consistently in rustc_mir
Olivia Crain
-6
/
+2
2020-12-31
remove move_val_init leftovers
Ralf Jung
-8
/
+0
2020-11-22
refactor unsafety checking of places
Ralf Jung
-75
/
+84
2020-11-20
improve formatting
Ralf Jung
-4
/
+8
2020-11-20
adjust union access unsafety check logic to take into account Deref and the a...
Ralf Jung
-15
/
+20
2020-11-20
consider assignments of union field of ManuallyDrop type safe
Ralf Jung
-25
/
+28
2020-11-06
Fixing Spelling Typos
ankushduacodes
-1
/
+1
2020-10-19
fix static_ptr_ty for foreign statics, and more comments in check_unsafety
Ralf Jung
-0
/
+3
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+733