File tree
274 files changed
+345
-333
lines changed- compiler
- rustc_borrowck/src
- region_infer
- type_check
- rustc_codegen_cranelift/example
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- fn_ctxt
- rustc_infer/src
- infer/canonical
- traits
- rustc_interface/src
- rustc_middle/src
- traits/solve
- ty
- rustc_session/src
- rustc_trait_selection/src
- solve
- eval_ctxt
- inspect
- traits
- error_reporting
- query
- type_op
- src/tools/compiletest/src
- tests/ui
- associated-inherent-types
- async-await
- return-type-notation
- auto-traits
- closures
- coherence
- occurs-check
- coinduction
- const-generics/defaults
- consts
- coroutine
- dyn-star
- error-codes
- for
- generic-associated-types
- higher-ranked
- trait-bounds
- impl-trait
- in-trait
- implied-bounds
- inference
- issues
- lazy-type-alias
- never_type
- nll
- object-safety
- panics
- rfcs/rfc-2027-object-safe-for-dispatch
- specialization
- traits
- new-solver/projection
- next-solver
- alias-relate
- assembly
- coherence
- cycles
- coinduction
- generalize
- overflow
- reservation-impl
- trait-upcasting
- transmutability/primitives
- type-alias-impl-trait
- unsized
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
274 files changed
+345
-333
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
| 318 | + | |
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 |
| - | |
| 1006 | + | |
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 |
| - | |
| 1009 | + | |
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 |
| - | |
| 1015 | + | |
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 | 1018 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 |
| - | |
| 1022 | + | |
1023 | 1023 |
| |
1024 | 1024 |
| |
1025 | 1025 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Diff for: compiler/rustc_infer/src/traits/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
+7-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
781 | 780 |
| |
782 | 781 |
| |
783 | 782 |
| |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
784 | 787 |
| |
785 | 788 |
| |
786 | 789 |
| |
| |||
822 | 825 |
| |
823 | 826 |
| |
824 | 827 |
| |
825 |
| - | |
826 | 828 |
| |
827 | 829 |
| |
828 | 830 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2240 | 2240 |
| |
2241 | 2241 |
| |
2242 | 2242 |
| |
2243 |
| - | |
| 2243 | + | |
2244 | 2244 |
| |
2245 | 2245 |
| |
2246 | 2246 |
| |
2247 |
| - | |
2248 |
| - | |
2249 |
| - | |
2250 |
| - | |
2251 |
| - | |
| 2247 | + | |
2252 | 2248 |
| |
2253 | 2249 |
| |
2254 | 2250 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Diff for: compiler/rustc_session/src/config.rs
+13-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
755 | 755 |
| |
756 | 756 |
| |
757 | 757 |
| |
758 |
| - | |
759 |
| - | |
760 |
| - | |
761 |
| - | |
762 |
| - | |
763 |
| - | |
764 |
| - | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
765 | 766 |
| |
766 | 767 |
| |
767 | 768 |
| |
| |||
3220 | 3221 |
| |
3221 | 3222 |
| |
3222 | 3223 |
| |
3223 |
| - | |
3224 |
| - | |
3225 |
| - | |
3226 |
| - | |
| 3224 | + | |
| 3225 | + | |
| 3226 | + | |
| 3227 | + | |
3227 | 3228 |
| |
3228 | 3229 |
| |
3229 | 3230 |
| |
| |||
3326 | 3327 |
| |
3327 | 3328 |
| |
3328 | 3329 |
| |
3329 |
| - | |
| 3330 | + | |
3330 | 3331 |
| |
3331 | 3332 |
| |
3332 | 3333 |
| |
|
Diff for: compiler/rustc_session/src/options.rs
+44-29
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
400 |
| - | |
| 399 | + | |
401 | 400 |
| |
402 | 401 |
| |
403 | 402 |
| |
| |||
429 | 428 |
| |
430 | 429 |
| |
431 | 430 |
| |
432 |
| - | |
433 | 431 |
| |
434 | 432 |
| |
435 | 433 |
| |
| |||
1032 | 1030 |
| |
1033 | 1031 |
| |
1034 | 1032 |
| |
1035 |
| - | |
1036 |
| - | |
1037 |
| - | |
1038 |
| - | |
1039 |
| - | |
1040 |
| - | |
1041 |
| - | |
1042 |
| - | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
1043 | 1073 |
| |
| 1074 | + | |
1044 | 1075 |
| |
1045 | 1076 |
| |
1046 | 1077 |
| |
| |||
1305 | 1336 |
| |
1306 | 1337 |
| |
1307 | 1338 |
| |
1308 |
| - | |
1309 |
| - | |
1310 |
| - | |
1311 |
| - | |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
1316 |
| - | |
1317 |
| - | |
1318 |
| - | |
1319 |
| - | |
1320 |
| - | |
1321 | 1339 |
| |
1322 | 1340 |
| |
1323 | 1341 |
| |
| |||
1591 | 1609 |
| |
1592 | 1610 |
| |
1593 | 1611 |
| |
1594 |
| - | |
1595 |
| - | |
1596 |
| - | |
1597 | 1612 |
| |
1598 | 1613 |
| |
1599 | 1614 |
| |
| |||
1722 | 1737 |
| |
1723 | 1738 |
| |
1724 | 1739 |
| |
| 1740 | + | |
| 1741 | + | |
1725 | 1742 |
| |
1726 | 1743 |
| |
1727 | 1744 |
| |
| |||
1922 | 1939 |
| |
1923 | 1940 |
| |
1924 | 1941 |
| |
1925 |
| - | |
1926 |
| - | |
1927 | 1942 |
| |
1928 | 1943 |
| |
1929 | 1944 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
| |||
377 | 378 |
| |
378 | 379 |
| |
379 | 380 |
| |
380 |
| - | |
| 381 | + | |
381 | 382 |
| |
382 | 383 |
| |
383 | 384 |
| |
| |||
421 | 422 |
| |
422 | 423 |
| |
423 | 424 |
| |
424 |
| - | |
| 425 | + | |
425 | 426 |
| |
426 | 427 |
| |
427 | 428 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
|
0 commit comments