File tree
574 files changed
+849
-4305
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes/src
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_infer/src/infer
- rustc_lint/src
- rustc_middle/src/ty
- rustc_resolve/src
- late
- rustc_span/src
- rustc_typeck/src
- check
- src/test
- debuginfo
- incremental/const-generics
- try_unify_abstract_const_regression_tests
- rustdoc/const-generics
- lazy_normalization_consts
- ui
- array-slice-vec
- associated-consts
- associated-item
- async-await/issues
- binding
- const-generics
- auxiliary
- defaults
- auxiliary
- early
- generic_const_exprs
- auxiliary
- infer
- issues
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
574 files changed
+849
-4305
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
| 335 | + | |
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 |
| - | |
691 | 690 |
| |
692 | 691 |
| |
693 | 692 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Diff for: compiler/rustc_feature/src/accepted.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
|
Diff for: compiler/rustc_feature/src/active.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
456 |
| - | |
457 |
| - | |
458 |
| - | |
459 | 456 |
| |
460 | 457 |
| |
461 | 458 |
| |
| |||
676 | 673 |
| |
677 | 674 |
| |
678 | 675 |
| |
| 676 | + | |
| 677 | + | |
| 678 | + | |
679 | 679 |
| |
680 | 680 |
| |
681 | 681 |
| |
|
Diff for: compiler/rustc_feature/src/removed.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2340 | 2340 |
| |
2341 | 2341 |
| |
2342 | 2342 |
| |
2343 |
| - | |
| 2343 | + | |
2344 | 2344 |
| |
2345 | 2345 |
| |
2346 | 2346 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1420 | 1420 |
| |
1421 | 1421 |
| |
1422 | 1422 |
| |
1423 |
| - | |
1424 |
| - | |
| 1423 | + | |
| 1424 | + | |
1425 | 1425 |
| |
1426 | 1426 |
| |
1427 | 1427 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
506 | 506 |
| |
507 | 507 |
| |
508 | 508 |
| |
509 |
| - | |
510 |
| - | |
| 509 | + | |
511 | 510 |
| |
512 | 511 |
| |
513 | 512 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2245 | 2245 |
| |
2246 | 2246 |
| |
2247 | 2247 |
| |
2248 |
| - | |
| 2248 | + | |
2249 | 2249 |
| |
2250 | 2250 |
| |
2251 | 2251 |
| |
| |||
2264 | 2264 |
| |
2265 | 2265 |
| |
2266 | 2266 |
| |
2267 |
| - | |
| 2267 | + | |
2268 | 2268 |
| |
2269 | 2269 |
| |
2270 | 2270 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2301 | 2301 |
| |
2302 | 2302 |
| |
2303 | 2303 |
| |
2304 |
| - | |
| 2304 | + | |
2305 | 2305 |
| |
2306 | 2306 |
| |
2307 | 2307 |
| |
|
Diff for: compiler/rustc_resolve/src/lib.rs
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2734 | 2734 |
| |
2735 | 2735 |
| |
2736 | 2736 |
| |
2737 |
| - | |
2738 |
| - | |
| 2737 | + | |
2739 | 2738 |
| |
2740 | 2739 |
| |
2741 | 2740 |
| |
| |||
2807 | 2806 |
| |
2808 | 2807 |
| |
2809 | 2808 |
| |
2810 |
| - | |
2811 |
| - | |
| 2809 | + | |
2812 | 2810 |
| |
2813 | 2811 |
| |
2814 | 2812 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
| 454 | + | |
454 | 455 |
| |
455 | 456 |
| |
456 | 457 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 |
| - | |
| 331 | + | |
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
|
Diff for: compiler/rustc_typeck/src/collect.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1489 | 1489 |
| |
1490 | 1490 |
| |
1491 | 1491 |
| |
1492 |
| - | |
| 1492 | + | |
1493 | 1493 |
| |
1494 | 1494 |
| |
1495 | 1495 |
| |
|
Diff for: src/test/debuginfo/function-names.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
| 85 | + | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 2 |
| |
6 | 3 |
| |
7 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
|
0 commit comments