File tree
89 files changed
+389
-352
lines changed- compiler
- rustc_borrowck/src
- rustc_codegen_cranelift
- build_system
- src/abi
- rustc_codegen_llvm/src
- back
- coverageinfo
- rustc_const_eval/src
- const_eval
- interpret
- rustc_data_structures/src/graph/vec_graph
- rustc_expand/src
- rustc_hir_analysis/src
- check
- generator_interior/drop_ranges
- coherence
- rustc_infer/src/infer
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- mir/interpret
- ty
- rustc_mir_build/src/thir/pattern
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- rustc_symbol_mangling/src/typeid
- rustc_target/src/abi/call
- rustc_trait_selection/src/traits
- rustc_ty_utils/src
- library
- alloc/src/collections
- core
- src
- iter/traits
- mem
- num
- dec2flt
- ptr
- sync
- tests/num
- std/src
- os/fd
- sys
- unix
- process
- wasi
- src
- bootstrap
- librustdoc
- clean
- html
- static/css
- themes
- test
- codegen
- rustdoc-gui
- src/test_docs
- ui
- associated-item
- borrowck
- consts
- drop
- error-codes
- issues
- let-else
- methods
- never_type
- parser
- pattern
- privacy
- auxiliary
- proc-macro
- rfc-2497-if-let-chains
- statics
- tools/tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+389
-352
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
| 417 | + | |
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 |
| - | |
| 540 | + | |
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
797 |
| - | |
| 797 | + | |
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
| 32 | + | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Diff for: compiler/rustc_expand/src/expand.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
| 355 | + | |
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 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 | + | |
61 | 92 |
| |
62 | 93 |
| |
63 | 94 |
| |
| |||
133 | 164 |
| |
134 | 165 |
| |
135 | 166 |
| |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 | 167 |
| |
143 | 168 |
| |
144 | 169 |
| |
| |||
152 | 177 |
| |
153 | 178 |
| |
154 | 179 |
| |
| 180 | + | |
| 181 | + | |
155 | 182 |
| |
156 | 183 |
| |
157 | 184 |
| |
| |||
290 | 317 |
| |
291 | 318 |
| |
292 | 319 |
| |
| 320 | + | |
| 321 | + | |
293 | 322 |
| |
294 | 323 |
| |
295 | 324 |
| |
|
+1-39
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
| |||
59 | 57 |
| |
60 | 58 |
| |
61 | 59 |
| |
62 |
| - | |
63 | 60 |
| |
64 | 61 |
| |
65 | 62 |
| |
| |||
194 | 191 |
| |
195 | 192 |
| |
196 | 193 |
| |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - |
Diff for: compiler/rustc_infer/src/infer/mod.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1150 | 1150 |
| |
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 |
| - | |
1154 |
| - | |
| 1153 | + | |
| 1154 | + | |
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 | 1157 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3310 | 3310 |
| |
3311 | 3311 |
| |
3312 | 3312 |
| |
3313 |
| - | |
| 3313 | + | |
3314 | 3314 |
| |
3315 | 3315 |
| |
3316 | 3316 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3937 | 3937 |
| |
3938 | 3938 |
| |
3939 | 3939 |
| |
3940 |
| - | |
| 3940 | + | |
3941 | 3941 |
| |
3942 | 3942 |
| |
3943 | 3943 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Diff for: compiler/rustc_middle/src/ty/fold.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
| 16 | + | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
|
Diff for: compiler/rustc_middle/src/ty/util.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
961 |
| - | |
| 961 | + | |
962 | 962 |
| |
963 | 963 |
| |
964 | 964 |
| |
|
Diff for: compiler/rustc_middle/src/ty/visit.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
|
+13-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
373 | 377 |
| |
374 |
| - | |
| 378 | + | |
375 | 379 |
| |
376 | 380 |
| |
377 | 381 |
| |
| |||
1151 | 1155 |
| |
1152 | 1156 |
| |
1153 | 1157 |
| |
1154 |
| - | |
1155 |
| - | |
1156 |
| - | |
1157 |
| - | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
1158 | 1166 |
| |
1159 | 1167 |
| |
1160 | 1168 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
885 | 885 |
| |
886 | 886 |
| |
887 | 887 |
| |
888 |
| - | |
| 888 | + | |
889 | 889 |
| |
890 | 890 |
| |
891 | 891 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2232 | 2232 |
| |
2233 | 2233 |
| |
2234 | 2234 |
| |
2235 |
| - | |
| 2235 | + | |
2236 | 2236 |
| |
2237 | 2237 |
| |
2238 | 2238 |
| |
|
0 commit comments