-
Notifications
You must be signed in to change notification settings - Fork 0
/
safe_version_results.txt
137 lines (137 loc) · 17.4 KB
/
safe_version_results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
| File Path | Unchecked Function | Safe Function |
|-----------------------------------------------------|----------------------------------|--------------------------------|
| library\core\src\ptr\non_null.rs | get_unchecked_mut | None |
| library\std\src\sys_common\wtf8.rs | slice_unchecked | None |
| library\core\src\str\converts.rs | from_utf8_unchecked_mut | from_utf8_mut |
| library\alloc\src\collections\btree\map.rs | insert_after_unchecked | insert_after |
| library\core\src\iter\adapters\skip.rs | __iterator_get_unchecked | None |
| library\std\src\sync\once_lock\tests.rs | sync_once_cell_get_unchecked | None |
| library\core\src\iter\adapters\enumerate.rs | __iterator_get_unchecked | None |
| library\core\src\ptr\non_null.rs | new_unchecked | new |
| library\core\src\iter\range.rs | __iterator_get_unchecked | None |
| library\alloc\src\collections\btree\node.rs | cast_to_internal_unchecked | None |
| library\alloc\src\collections\btree\navigate.rs | next_unchecked | None |
| library\core\src\alloc\layout.rs | from_size_align_unchecked | from_size_align |
| library\std\src\sys_common\wtf8.rs | from_u32_unchecked | from_u32 |
| library\core\src\num\f64.rs | to_int_unchecked | None |
| library\std\src\sys_common\wtf8.rs | push_code_point_unchecked | None |
| library\std\src\sys\pal\itron\spin.rs | set_unchecked | None |
| library\core\src\pin.rs | get_unchecked_mut | get_mut |
| library\core\src\num\f16.rs | to_int_unchecked | None |
| library\core\src\hint.rs | assert_unchecked | None |
| library\core\src\slice\index.rs | get_unchecked_mut | get_mut |
| library\std\src\io\buffered\bufwriter.rs | write_to_buffer_unchecked | None |
| library\core\src\char\mod.rs | from_u32_unchecked | from_u32 |
| library\core\src\slice\ascii.rs | as_ascii_unchecked | as_ascii |
| library\alloc\src\collections\btree\set.rs | insert_after_unchecked | insert_after |
| library\std\src\sys_common\wtf8.rs | from_bytes_unchecked | None |
| library\core\src\str\traits.rs | get_unchecked_mut | get_mut |
| library\core\src\any.rs | downcast_mut_unchecked | downcast_mut |
| library\std\src\ffi\os_str.rs | from_encoded_bytes_unchecked | None |
| library\alloc\src\collections\vec_deque\iter_mut.rs | __iterator_get_unchecked | None |
| library\core\src\slice\mod.rs | split_at_unchecked | split_at |
| library\alloc\src\boxed.rs | boxed_slice_as_array_unchecked | None |
| library\core\src\iter\adapters\copied.rs | __iterator_get_unchecked | None |
| library\std\src\sync\once_lock.rs | get_unchecked | get |
| library\core\src\pin.rs | new_unchecked | new |
| library\alloc\src\collections\vec_deque\mod.rs | extend_one_unchecked | extend_one |
| library\core\src\str\mod.rs | slice_unchecked | None |
| library\core\src\slice\mod.rs | split_at_mut_unchecked | split_at_mut |
| library\std\src\sys\pal\sgx\abi\usercalls\alloc.rs | from_raw_sized_unchecked | None |
| library\core\src\iter\adapters\cloned.rs | __iterator_get_unchecked | None |
| library\core\src\hint.rs | unreachable_unchecked | None |
| library\core\src\ptr\mut_ptr.rs | split_at_mut_unchecked | split_at_mut(unsafe) |
| library\core\src\ptr\mut_ptr.rs | as_mut_unchecked | as_mut(unsafe) |
| library\core\src\iter\adapters\zip.rs | try_get_unchecked | None |
| library\alloc\src\vec\mod.rs | extend_one_unchecked | extend_one |
| library\std\src\sys_common\wtf8.rs | from_mut_bytes_unchecked | None |
| library\core\src\str\mod.rs | get_unchecked_mut | get_mut |
| library\alloc\src\string.rs | from_utf8_unchecked | from_utf8 |
| library\core\src\array\iter.rs | new_unchecked | new |
| library\alloc\src\boxed.rs | downcast_unchecked | downcast |
| library\alloc\src\rc.rs | get_mut_unchecked | get_mut |
| library\core\src\iter\adapters\map.rs | __iterator_get_unchecked | None |
| library\core\src\char\methods.rs | from_u32_unchecked | from_u32 |
| library\core\src\slice\mod.rs | get_many_unchecked_mut | get_many_mut |
| library\core\src\num\f32.rs | to_int_unchecked | None |
| library\core\src\pin.rs | map_unchecked | None |
| library\std\src\thread\mod.rs | spawn_unchecked_ | None |
| library\core\src\slice\mod.rs | get_unchecked_mut | get_mut |
| library\core\src\slice\mod.rs | swap_unchecked | swap |
| library\core\src\char\mod.rs | __iterator_get_unchecked | None |
| library\core\src\result.rs | unwrap_err_unchecked | unwrap_err |
| library\alloc\src\collections\btree\navigate.rs | next_back_unchecked | None |
| library\core\src\iter\range.rs | backward_unchecked | None |
| library\core\src\iter\range.rs | forward_unchecked | None |
| library\alloc\src\ffi\c_str.rs | from_vec_unchecked | None |
| library\core\src\ptr\unique.rs | new_unchecked | new |
| library\alloc\src\ffi\c_str.rs | _from_vec_with_nul_unchecked | None |
| library\core\src\num\f128.rs | to_int_unchecked | None |
| library\core\src\range\iter.rs | __iterator_get_unchecked | None |
| library\core\src\slice\mod.rs | as_chunks_unchecked_mut | as_chunks_mut |
| library\std\src\sys\pal\itron\spin.rs | get_unchecked | get |
| library\core\src\ptr\mut_ptr.rs | get_unchecked_mut | None |
| library\core\src\str\converts.rs | from_utf8_unchecked | from_utf8 |
| library\core\src\str\mod.rs | slice_mut_unchecked | None |
| library\core\src\slice\index.rs | into_range_unchecked | into_range |
| library\core\src\str\traits.rs | get_unchecked | get |
| library\std\src\io\cursor.rs | vec_write_unchecked | vec_write |
| library\core\src\iter\adapters\fuse.rs | __iterator_get_unchecked | None |
| library\core\src\array\ascii.rs | as_ascii_unchecked | as_ascii |
| library\std\src\sys\os_str\wtf8.rs | from_encoded_bytes_unchecked | None |
| library\core\src\option.rs | unwrap_unchecked | unwrap |
| library\std\src\collections\hash\map.rs | get_many_unchecked_mut | get_many_mut |
| library\core\src\ptr\alignment.rs | new_unchecked | new |
| library\core\src\ptr\mut_ptr.rs | as_ref_unchecked | as_ref(unsafe) |
| library\core\src\num\nonzero.rs | new_unchecked | new |
| library\core\src\num\mod.rs | ascii_change_case_unchecked | None |
| library\core\src\iter\traits\collect.rs | extend_one_unchecked | extend_one |
| library\alloc\src\collections\btree\navigate.rs | deallocating_next_back_unchecked | deallocating_next_back(unsafe) |
| library\alloc\src\sync.rs | get_mut_unchecked | get_mut |
| library\std\src\thread\mod.rs | spawn_unchecked | spawn |
| library\core\src\num\nonzero.rs | from_mut_unchecked | from_mut |
| library\alloc\src\rc.rs | downcast_unchecked | downcast |
| library\core\src\iter\adapters\zip.rs | __iterator_get_unchecked | None |
| library\core\src\slice\index.rs | get_unchecked | get |
| library\core\src\iter\adapters\map.rs | next_unchecked | next |
| library\alloc\src\sync.rs | downcast_unchecked | downcast |
| library\core\src\char\convert.rs | from_u32_unchecked | from_u32 |
| library\alloc\src\vec\into_iter.rs | __iterator_get_unchecked | None |
| library\core\src\array\iter.rs | __iterator_get_unchecked | None |
| library\core\src\str\mod.rs | split_at_mut_unchecked | split_at_mut |
| library\alloc\src\raw_vec.rs | shrink_unchecked | shrink |
| library\alloc\src\collections\vec_deque\mod.rs | push_unchecked | None |
| library\alloc\src\ffi\c_str.rs | _from_vec_unchecked | None |
| library\core\src\ptr\const_ptr.rs | get_unchecked | None |
| library\alloc\src\collections\vec_deque\iter.rs | __iterator_get_unchecked | None |
| library\std\src\sys\pal\unix\time.rs | new_unchecked | new |
| library\core\src\io\borrowed_buf.rs | advance_unchecked | advance |
| library\core\src\str\iter.rs | __iterator_get_unchecked | None |
| library\core\src\iter\sources\repeat_n.rs | next_unchecked | next |
| library\core\src\ops\index_range.rs | new_unchecked | None |
| library\core\src\ptr\const_ptr.rs | as_ref_unchecked | as_ref(unsafe) |
| library\core\src\iter\adapters\cloned.rs | next_unchecked | next |
| library\alloc\src\collections\btree\map.rs | insert_before_unchecked | insert_before |
| library\core\src\array\mod.rs | push_unchecked | None |
| library\std\src\sync\once_lock.rs | get_unchecked_mut | get_mut |
| library\core\src\str\mod.rs | get_unchecked | get |
| library\core\src\pin.rs | map_unchecked_mut | None |
| library\alloc\src\str.rs | from_boxed_utf8_unchecked | None |
| library\core\src\slice\mod.rs | as_chunks_unchecked | as_chunks |
| library\core\src\ascii\ascii_char.rs | from_u8_unchecked | from_u8 |
| library\std\src\sys\os_str\bytes.rs | from_encoded_bytes_unchecked | None |
| library\core\src\pin.rs | into_inner_unchecked | into_inner |
| library\core\src\result.rs | unwrap_unchecked | unwrap |
| library\core\src\ops\index_range.rs | next_unchecked | next |
| library\core\src\slice\iter.rs | __iterator_get_unchecked | None |
| library\core\src\any.rs | downcast_ref_unchecked | downcast_ref |
| library\alloc\src\collections\btree\node.rs | cast_to_leaf_unchecked | None |
| library\core\src\ops\index_range.rs | next_back_unchecked | next_back |
| library\alloc\src\collections\btree\set.rs | insert_before_unchecked | insert_before |
| library\core\src\ffi\c_str.rs | from_bytes_with_nul_unchecked | from_bytes_with_nul |
| library\alloc\src\collections\btree\navigate.rs | deallocating_next_unchecked | deallocating_next(unsafe) |
| library\core\src\ascii\ascii_char.rs | digit_unchecked | digit |
| library\core\src\array\drain.rs | next_unchecked | next |
| library\core\src\slice\mod.rs | get_unchecked | get |
| library\alloc\src\ffi\c_str.rs | from_vec_with_nul_unchecked | from_vec_with_nul |
| library\core\src\iter\adapters\zip.rs | get_unchecked | None |