File tree
146 files changed
+1395
-1107
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_codegen_cranelift/patches
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- builder
- coverageinfo/mapgen
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- rustc_middle/src/hir
- rustc_passes/src
- rustc_target/src/spec
- base
- targets
- library
- alloc
- src
- collections
- binary_heap
- vec_deque
- ffi
- raw_vec
- vec
- tests
- alloctests
- benches
- btree
- testing
- tests
- collections
- sort
- testing
- core/src/ffi
- unwind/src
- src
- bootstrap
- mk
- src/core
- build_steps
- ci/github-actions
- doc/rustc/src
- platform-support
- librustdoc/html/render
- tools
- build-manifest/src
- tidy/src
- tests
- assembly
- stack-protector
- targets
- run-make/musl-default-linking
- ui
- auto-traits
- lint
- dead-code
- unused
- privacy/pub-priv-dep
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
146 files changed
+1395
-1107
lines changed+30-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
43 |
| - | |
44 |
| - | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
52 |
| - | |
53 |
| - | |
| 56 | + | |
| 57 | + | |
54 | 58 |
| |
| 59 | + | |
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
61 | 66 |
| |
62 |
| - | |
63 |
| - | |
| 67 | + | |
| 68 | + | |
64 | 69 |
| |
| 70 | + | |
65 | 71 |
| |
66 | 72 |
| |
67 | 73 |
| |
| |||
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
73 |
| - | |
| 79 | + | |
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
78 | 84 |
| |
79 | 85 |
| |
80 | 86 |
| |
81 |
| - | |
| 87 | + | |
82 | 88 |
| |
83 | 89 |
| |
84 | 90 |
| |
| |||
87 | 93 |
| |
88 | 94 |
| |
89 | 95 |
| |
90 |
| - | |
| 96 | + | |
91 | 97 |
| |
92 | 98 |
| |
93 | 99 |
| |
| |||
97 | 103 |
| |
98 | 104 |
| |
99 | 105 |
| |
100 |
| - | |
| 106 | + | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
| |||
106 | 112 |
| |
107 | 113 |
| |
108 | 114 |
| |
109 |
| - | |
| 115 | + | |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
113 | 119 |
| |
114 |
| - | |
| 120 | + | |
115 | 121 |
| |
116 |
| - | |
| 122 | + | |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
120 | 126 |
| |
121 |
| - | |
| 127 | + | |
122 | 128 |
| |
123 |
| - | |
| 129 | + | |
124 | 130 |
| |
125 | 131 |
| |
126 |
| - | |
| 132 | + | |
127 | 133 |
| |
128 | 134 |
| |
129 | 135 |
| |
130 | 136 |
| |
131 |
| - | |
132 |
| - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
133 | 141 |
| |
134 | 142 |
| |
135 | 143 |
| |
136 | 144 |
| |
137 | 145 |
| |
138 | 146 |
| |
139 |
| - | |
| 147 | + | |
140 | 148 |
| |
141 | 149 |
| |
142 | 150 |
| |
| |||
147 | 155 |
| |
148 | 156 |
| |
149 | 157 |
| |
150 |
| - | |
151 |
| - | |
| 158 | + | |
| 159 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
|
Diff for: compiler/rustc_codegen_gcc/src/abi.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
305 |
| - | |
306 |
| - | |
307 |
| - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
|
Diff for: compiler/rustc_codegen_gcc/src/type_.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
Diff for: compiler/rustc_codegen_llvm/src/abi.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
654 | 654 |
| |
655 | 655 |
| |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
|
0 commit comments