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
/
src
/
test
/
ui
/
unsafe
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2151
/
+0
2023-01-08
Mention signature rather than fn pointers when comparing impl/trait methods
Michael Goulet
-4
/
+4
2023-01-03
Don't trim path for `unsafe_op_in_unsafe_fn` lints
Léo Lanteri Thauvin
-0
/
+21
2022-11-04
Formatting changes + add UI test
clubby789
-0
/
+50
2022-10-01
bless ui tests
Maybe Waffle
-4
/
+4
2022-08-02
never consider unsafe blocks unused if they would be required with unsafe_op_...
Ralf Jung
-58
/
+6
2022-07-13
remove untagged_union feature gate
Ralf Jung
-48
/
+29
2022-06-21
Move some tests to more reasonable directories
Caio
-0
/
+95
2022-04-26
Revert "add `DefId` to unsafety violations and display function path in E0133"
Oli Scherer
-43
/
+51
2022-04-24
only show a simple description in E0133 span label
Emil Gardström
-12
/
+12
2022-04-24
add `DefId` to unsafety violations and display function path in E0133
Emil Gardström
-34
/
+34
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-4
/
+59
2022-03-21
Don't run UB in test suite
Smitty
-54
/
+107
2022-02-28
Tweak diagnostics
Esteban Kuber
-4
/
+8
2022-02-20
Improve `unused_unsafe` lint
Frank Steffahn
-4
/
+16
2022-01-12
Remove ui tests for LLVM-style inline assembly
Tomasz Miąsko
-26
/
+4
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-5
/
+6
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-3
/
+5
2021-11-06
Stabilize `const_raw_ptr_deref` for `*const T`
Jacob Pratt
-3
/
+2
2021-10-15
Bless tests
Cameron Steffen
-4
/
+4
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+98
2021-08-23
Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay
bors
-2
/
+17
2021-08-17
Add needs-asm-support to more tests
Josh Stone
-4
/
+5
2021-08-16
Add unnecessary unsafe test
Cameron Steffen
-2
/
+17
2021-08-15
Fix ui tests for llvm_asm! deprecation
Amanieu d'Antras
-4
/
+5
2021-08-03
Test dropping union fields more
Smitty
-0
/
+148
2021-07-30
Properly find owner of closure in THIR unsafeck
LeSeulArtichaut
-0
/
+15
2021-07-10
Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck
Fabian Wolff
-11
/
+359
2021-07-09
Check for union field accesses in THIR unsafeck
Smitty
-0
/
+246
2021-06-21
Fix unused_unsafe with compiler-generated unsafe
Cameron Steffen
-11
/
+12
2021-05-27
Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...
Dylan DPC
-0
/
+27
2021-05-25
Run THIR unsafeck on `unsafe_op_in_unsafe_fn` test
LeSeulArtichaut
-16
/
+141
2021-05-24
Apply suggestions from code review
Felix S Klock II
-0
/
+2
2021-05-24
Replace more "NULL" with "null"
LeSeulArtichaut
-4
/
+4
2021-05-21
Apply suggestions from code review
Felix S Klock II
-3
/
+0
2021-05-21
Regression test for issue 85435.
Felix S. Klock II
-0
/
+28
2021-05-21
Check for initialization of layout-restricted types
LeSeulArtichaut
-2
/
+33
2021-05-20
Check for raw pointer dereference in THIR unsafeck
LeSeulArtichaut
-4
/
+60
2021-05-14
Check for inline assembly in THIR unsafeck
Smitty
-0
/
+50
2021-05-11
Test `-Zthir-unsafeck` for unused unsafe blocks
LeSeulArtichaut
-2
/
+19
2021-05-11
Test `-Zthir-unsafeck` for unsafe function calls
LeSeulArtichaut
-3
/
+45
2021-05-09
remove const_fn feature gate
Ralf Jung
-2
/
+1
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-6
/
+6
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-127
/
+0
2021-02-18
Stabilize `unsafe_op_in_unsafe_fn` lint
LeSeulArtichaut
-17
/
+16
2021-01-23
Permit mutable references in all const contexts
oli
-1
/
+16
2021-01-19
Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung
bors
-16
/
+39
2021-01-17
Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn
LeSeulArtichaut
-16
/
+39
2021-01-17
Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov
bors
-0
/
+16
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+16
[next]