File tree
93 files changed
+966
-589
lines changed- compiler
- rustc_ast_lowering/src
- rustc_const_eval/src/transform
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_hir_analysis/src
- astconv
- check
- coherence
- rustc_hir_typeck/src
- rustc_infer/src/infer
- lexical_region_resolve
- outlives
- rustc_lint/src
- rustc_middle/src
- ty
- rustc_mir_build/src
- thir/pattern
- rustc_mir_transform/src
- rustc_next_trait_solver/src
- rustc_query_system/src/query
- rustc_trait_selection/src/traits
- error_reporting
- rustc_type_ir/src
- library
- alloc/src
- core/src
- alloc
- ascii
- task
- std
- src
- sync
- sys/pal/unix
- src/bootstrap/src
- tests
- mir-opt
- ui
- asm
- borrowck
- consts
- did_you_mean
- dyn-keyword
- impl-trait
- issues
- lint
- force-warn
- semicolon-in-expressions-from-macros
- object-safety
- parser
- pattern/usefulness
- proc-macro
- suggestions
- trait-bounds
- traits
- bound
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
+966
-589
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
| 326 | + | |
329 | 327 |
| |
330 | 328 |
| |
331 | 329 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 | 1070 |
| |
1071 |
| - | |
| 1071 | + | |
1072 | 1072 |
| |
1073 | 1073 |
| |
1074 | 1074 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1285 | 1285 |
| |
1286 | 1286 |
| |
1287 | 1287 |
| |
1288 |
| - | |
1289 |
| - | |
1290 |
| - | |
| 1288 | + | |
1291 | 1289 |
| |
1292 | 1290 |
| |
1293 | 1291 |
| |
|
Lines changed: 8 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
132 | 128 |
| |
133 | 129 |
| |
134 | 130 |
| |
|
Lines changed: 27 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1315 | 1315 |
| |
1316 | 1316 |
| |
1317 | 1317 |
| |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
1318 | 1321 |
| |
1319 | 1322 |
| |
1320 | 1323 |
| |
| |||
1326 | 1329 |
| |
1327 | 1330 |
| |
1328 | 1331 |
| |
1329 |
| - | |
1330 |
| - | |
1331 |
| - | |
1332 |
| - | |
1333 |
| - | |
1334 |
| - | |
1335 |
| - | |
1336 |
| - | |
1337 |
| - | |
1338 |
| - | |
1339 |
| - | |
1340 |
| - | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
1341 | 1346 |
| |
1342 | 1347 |
| |
1343 | 1348 |
| |
| |||
1403 | 1408 |
| |
1404 | 1409 |
| |
1405 | 1410 |
| |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
1406 | 1421 |
| |
1407 | 1422 |
| |
1408 | 1423 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
758 | 758 |
| |
759 | 759 |
| |
760 | 760 |
| |
761 |
| - | |
762 |
| - | |
| 761 | + | |
| 762 | + | |
763 | 763 |
| |
764 | 764 |
| |
765 | 765 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1865 | 1865 |
| |
1866 | 1866 |
| |
1867 | 1867 |
| |
1868 |
| - | |
| 1868 | + | |
1869 | 1869 |
| |
1870 | 1870 |
| |
1871 |
| - | |
| 1871 | + | |
1872 | 1872 |
| |
1873 |
| - | |
1874 |
| - | |
| 1873 | + | |
| 1874 | + | |
1875 | 1875 |
| |
1876 | 1876 |
| |
1877 | 1877 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
0 commit comments