File tree
93 files changed
+2014
-472
lines changed- compiler
- rustc_ast/src/attr
- rustc_builtin_macros/src/deriving/generic
- rustc_const_eval/src/interpret
- rustc_feature/src
- rustc_hir_analysis/src
- rustc_interface/src
- rustc_lint_defs/src
- rustc_metadata/src
- rustc_middle/src
- query
- ty
- rustc_mir_transform/src/coverage
- rustc_passes
- src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_target/src
- abi
- call
- spec
- rustc_trait_selection
- src/traits/error_reporting
- library
- alloc/src
- collections/vec_deque
- vec
- core/src
- fmt
- hash
- iter
- macros
- ops
- std/src
- os/unix
- thread
- src
- bootstrap
- bin
- config
- doc/rustdoc/src
- etc
- librustdoc
- html
- markdown
- passes
- tests
- mir-opt
- nll
- run-make/metadata-dep-info
- rustdoc
- rustdoc-gui
- rustdoc-ui
- issues
- ui
- abi
- c-variadic
- diagnostic_namespace
- on_unimplemented
- range
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+2014
-472
lines changedDiff for: .gitignore
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
|
Diff for: compiler/rustc_ast/src/attr/mod.rs
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
102 | 118 |
| |
103 | 119 |
| |
104 | 120 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
|
+10-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 |
| |
141 | 145 |
| |
142 | 146 |
| |
| |||
305 | 309 |
| |
306 | 310 |
| |
307 | 311 |
| |
308 |
| - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
309 | 317 |
| |
310 | 318 |
| |
311 | 319 |
| |
|
+7-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 |
| - | |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
| |||
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
240 |
| - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
241 | 246 |
| |
242 | 247 |
| |
243 | 248 |
| |
|
Diff for: compiler/rustc_feature/src/active.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
| 404 | + | |
| 405 | + | |
404 | 406 |
| |
405 | 407 |
| |
406 | 408 |
| |
| |||
414 | 416 |
| |
415 | 417 |
| |
416 | 418 |
| |
417 |
| - | |
| 419 | + | |
418 | 420 |
| |
419 | 421 |
| |
420 | 422 |
| |
|
Diff for: compiler/rustc_hir_analysis/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
|
Diff for: compiler/rustc_interface/src/util.rs
+13-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
571 | 578 |
| |
572 | 579 |
| |
573 | 580 |
| |
| |||
576 | 583 |
| |
577 | 584 |
| |
578 | 585 |
| |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
584 |
| - | |
| 586 | + | |
585 | 587 |
| |
586 | 588 |
| |
587 | 589 |
| |
| 590 | + | |
588 | 591 |
| |
589 | 592 |
| |
590 | 593 |
| |
| |||
609 | 612 |
| |
610 | 613 |
| |
611 | 614 |
| |
| 615 | + | |
| 616 | + | |
612 | 617 |
| |
613 | 618 |
| |
614 |
| - | |
| 619 | + | |
| 620 | + | |
615 | 621 |
| |
616 | 622 |
| |
617 | 623 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3405 | 3405 |
| |
3406 | 3406 |
| |
3407 | 3407 |
| |
3408 |
| - | |
3409 | 3408 |
| |
| 3409 | + | |
3410 | 3410 |
| |
3411 | 3411 |
| |
3412 | 3412 |
| |
| |||
4420 | 4420 |
| |
4421 | 4421 |
| |
4422 | 4422 |
| |
4423 |
| - | |
| 4423 | + | |
| 4424 | + | |
4424 | 4425 |
| |
4425 | 4426 |
| |
4426 | 4427 |
| |
| |||
4432 | 4433 |
| |
4433 | 4434 |
| |
4434 | 4435 |
| |
| 4436 | + | |
4435 | 4437 |
| |
4436 | 4438 |
| |
4437 | 4439 |
| |
4438 | 4440 |
| |
4439 | 4441 |
| |
4440 | 4442 |
| |
4441 |
| - | |
| 4443 | + | |
4442 | 4444 |
| |
4443 |
| - | |
| 4445 | + | |
| 4446 | + | |
4444 | 4447 |
| |
4445 | 4448 |
| |
4446 | 4449 |
| |
|
Diff for: compiler/rustc_metadata/src/fs.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
| |||
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 |
| - | |
44 |
| - | |
| 42 | + | |
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
|
Diff for: compiler/rustc_middle/src/query/mod.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1140 | 1140 |
| |
1141 | 1141 |
| |
1142 | 1142 |
| |
| 1143 | + | |
1143 | 1144 |
| |
1144 | 1145 |
| |
1145 | 1146 |
| |
|
Diff for: compiler/rustc_middle/src/ty/mod.rs
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2408 | 2408 |
| |
2409 | 2409 |
| |
2410 | 2410 |
| |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
2411 | 2427 |
| |
2412 | 2428 |
| |
2413 | 2429 |
| |
|
+20-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
343 | 344 |
| |
344 | 345 |
| |
345 | 346 |
| |
346 |
| - | |
347 |
| - | |
348 |
| - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
349 | 363 |
| |
350 | 364 |
| |
351 |
| - | |
352 |
| - | |
353 |
| - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
354 | 368 |
| |
355 | 369 |
| |
356 | 370 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
|
0 commit comments