rust/tests/ui/unsafe
Matthew Jasper dc3d428a8a Make THIR unused_unsafe lint consistent with MIR
Updates THIR behavior to match the changes from #93678
2023-10-25 10:10:13 +00:00
..
auxiliary Add test cases for suggestions with unsafe operations contained inside macros 2023-06-13 15:48:57 +02:00
access_union_field.mir.stderr
access_union_field.rs
access_union_field.thir.stderr
edition-2024-unsafe_op_in_unsafe_fn.rs Change unsafe_op_in_unsafe_fn to be warn-by-default from edition 2024 2023-09-06 09:30:04 +02:00
edition-2024-unsafe_op_in_unsafe_fn.stderr Change unsafe_op_in_unsafe_fn to be warn-by-default from edition 2024 2023-09-06 09:30:04 +02:00
foreign-unsafe-fn-called.mir.stderr Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
foreign-unsafe-fn-called.rs Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
foreign-unsafe-fn-called.thir.stderr Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
initializing-ranged-via-ctor.rs rustc_layout_scalar_valid_range makes ctors unsafe 2023-08-30 15:01:58 -07:00
initializing-ranged-via-ctor.stderr rustc_layout_scalar_valid_range makes ctors unsafe 2023-08-30 15:01:58 -07:00
inline_asm.mir.stderr
inline_asm.rs
inline_asm.thir.stderr
issue-3080.mir.stderr
issue-3080.rs
issue-3080.thir.stderr
issue-45087-unreachable-unsafe.mir.stderr
issue-45087-unreachable-unsafe.rs
issue-45087-unreachable-unsafe.thir.stderr
issue-45107-unnecessary-unsafe-in-closure.mir.stderr
issue-45107-unnecessary-unsafe-in-closure.rs
issue-45107-unnecessary-unsafe-in-closure.thir.stderr Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
issue-47412.mir.stderr
issue-47412.rs
issue-47412.thir.stderr
issue-85435-unsafe-op-in-let-under-unsafe-under-closure.rs
issue-87414-query-cycle.rs
issue-106126-good-path-bug.rs
issue-115348-false-positive-warning-of-unnecessary-unsafe.rs add a regression test 2023-09-06 17:46:46 +08:00
issue-115348-false-positive-warning-of-unnecessary-unsafe.stderr add a regression test 2023-09-06 17:46:46 +08:00
new-unsafe-pointers.rs Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
ranged-ctor-as-fn-ptr.rs Test and note unsafe ctor to fn ptr coercion 2023-08-30 15:09:40 -07:00
ranged-ctor-as-fn-ptr.stderr Test and note unsafe ctor to fn ptr coercion 2023-08-30 15:09:40 -07:00
ranged_ints.mir.stderr
ranged_ints.rs
ranged_ints.thir.stderr
ranged_ints2.mirunsafeck.stderr
ranged_ints2.rs
ranged_ints2.thirunsafeck.stderr
ranged_ints2_const.mirunsafeck.stderr
ranged_ints2_const.rs
ranged_ints2_const.thirunsafeck.stderr
ranged_ints3.mirunsafeck.stderr
ranged_ints3.rs
ranged_ints3.thirunsafeck.stderr
ranged_ints3_const.mirunsafeck.stderr
ranged_ints3_const.rs
ranged_ints3_const.thirunsafeck.stderr
ranged_ints3_match.mirunsafeck.stderr
ranged_ints3_match.rs
ranged_ints3_match.thirunsafeck.stderr
ranged_ints4.mirunsafeck.stderr
ranged_ints4.rs
ranged_ints4.thirunsafeck.stderr
ranged_ints4_const.mirunsafeck.stderr
ranged_ints4_const.rs
ranged_ints4_const.thirunsafeck.stderr
ranged_ints_const.mir.stderr
ranged_ints_const.rs
ranged_ints_const.thir.stderr
ranged_ints_macro.rs
rfc-2585-unsafe_op_in_unsafe_fn.mir.stderr Add note about unsafe functions body not being unsafe 2023-06-13 15:48:57 +02:00
rfc-2585-unsafe_op_in_unsafe_fn.rs
rfc-2585-unsafe_op_in_unsafe_fn.thir.stderr Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
union-assignop.mirunsafeck.stderr
union-assignop.rs
union-assignop.thirunsafeck.stderr
union-modification.rs
union.mir.stderr
union.rs
union.thir.stderr
union_access_through_block.rs
union_destructure.mir.stderr
union_destructure.rs
union_wild_or_wild.rs
unsafe-around-compiler-generated-unsafe.mir.stderr
unsafe-around-compiler-generated-unsafe.rs
unsafe-around-compiler-generated-unsafe.thir.stderr
unsafe-assign.mirunsafeck.stderr
unsafe-assign.rs
unsafe-assign.thirunsafeck.stderr
unsafe-block-without-braces.rs
unsafe-block-without-braces.stderr
unsafe-borrow.mirunsafeck.stderr
unsafe-borrow.rs
unsafe-borrow.thirunsafeck.stderr
unsafe-const-fn.mir.stderr
unsafe-const-fn.rs
unsafe-const-fn.thir.stderr
unsafe-fn-assign-deref-ptr.mir.stderr
unsafe-fn-assign-deref-ptr.rs
unsafe-fn-assign-deref-ptr.thir.stderr
unsafe-fn-autoderef.rs
unsafe-fn-autoderef.stderr
unsafe-fn-called-from-safe.mir.stderr
unsafe-fn-called-from-safe.rs
unsafe-fn-called-from-safe.thir.stderr
unsafe-fn-called-from-unsafe-blk.rs Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
unsafe-fn-called-from-unsafe-fn.rs Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
unsafe-fn-deref-ptr.mir.stderr Also test destructuring assignment. 2023-03-09 17:45:13 +00:00
unsafe-fn-deref-ptr.rs Also test destructuring assignment. 2023-03-09 17:45:13 +00:00
unsafe-fn-deref-ptr.thir.stderr Also test destructuring assignment. 2023-03-09 17:45:13 +00:00
unsafe-fn-used-as-value.mir.stderr
unsafe-fn-used-as-value.rs
unsafe-fn-used-as-value.thir.stderr
unsafe-not-inherited.mirunsafeck.stderr Implement "items do not inherit unsafety" for THIR unsafeck 2023-07-15 11:59:38 -04:00
unsafe-not-inherited.rs Implement "items do not inherit unsafety" for THIR unsafeck 2023-07-15 11:59:38 -04:00
unsafe-not-inherited.thirunsafeck.stderr Implement "items do not inherit unsafety" for THIR unsafeck 2023-07-15 11:59:38 -04:00
unsafe-pointer-assignability.rs Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
unsafe-subtyping.rs
unsafe-subtyping.stderr
unsafe-trait-impl.rs
unsafe-trait-impl.stderr
unsafe-unstable-const-fn.mir.stderr
unsafe-unstable-const-fn.rs
unsafe-unstable-const-fn.thir.stderr
wrapping-unsafe-block-sugg.fixed Add test cases for suggestions with unsafe operations contained inside macros 2023-06-13 15:48:57 +02:00
wrapping-unsafe-block-sugg.rs Add test cases for suggestions with unsafe operations contained inside macros 2023-06-13 15:48:57 +02:00
wrapping-unsafe-block-sugg.stderr Add test cases for suggestions with unsafe operations contained inside macros 2023-06-13 15:48:57 +02:00