File tree
121 files changed
+812
-882
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck
- src
- diagnostics
- rustc_builtin_macros
- src
- assert
- rustc_const_eval/src/transform/check_consts
- rustc_middle/src/util
- rustc_mir_build/src/thir/pattern
- rustc_parse/src/parser
- rustc_span/src
- rustc_trait_selection/src/traits/error_reporting
- library/core/src/future
- src/tools
- clippy
- clippy_lints/src
- clippy_utils/src
- tests/ui
- rustfmt/src
- tests
- mir-opt/building
- pretty
- ui
- async-await
- await-keyword
- issues
- closures/2229_closure_analysis/run_pass
- generator
- lint/must_not_suspend
- match
- suggestions
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+812
-882
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1430 | 1430 |
| |
1431 | 1431 |
| |
1432 | 1432 |
| |
1433 |
| - | |
1434 |
| - | |
| 1433 | + | |
| 1434 | + | |
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 | 1437 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1415 | 1415 |
| |
1416 | 1416 |
| |
1417 | 1417 |
| |
1418 |
| - | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
1419 | 1422 |
| |
1420 | 1423 |
| |
1421 | 1424 |
| |
|
Diff for: compiler/rustc_ast/src/util/parser.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
391 |
| - | |
| 391 | + | |
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
867 |
| - | |
| 867 | + | |
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+5-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
| 188 | + | |
203 | 189 |
| |
204 | 190 |
| |
205 | 191 |
| |
| |||
710 | 696 |
| |
711 | 697 |
| |
712 | 698 |
| |
713 |
| - | |
714 |
| - | |
| 699 | + | |
| 700 | + | |
715 | 701 |
| |
716 | 702 |
| |
717 | 703 |
| |
718 | 704 |
| |
719 |
| - | |
| 705 | + | |
720 | 706 |
| |
721 | 707 |
| |
722 | 708 |
| |
723 | 709 |
| |
724 |
| - | |
| 710 | + | |
725 | 711 |
| |
726 | 712 |
| |
727 | 713 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
583 | 583 |
| |
584 | 584 |
| |
585 | 585 |
| |
586 |
| - | |
| 586 | + | |
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
450 |
| - | |
| 450 | + | |
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
| |||
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
569 |
| - | |
| 569 | + | |
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
|
Diff for: compiler/rustc_borrowck/messages.ftl
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
206 | 215 |
| |
207 | 216 |
| |
208 | 217 |
| |
|
+15-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1085 | 1085 |
| |
1086 | 1086 |
| |
1087 | 1087 |
| |
1088 |
| - | |
1089 |
| - | |
1090 |
| - | |
1091 |
| - | |
1092 |
| - | |
1093 |
| - | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
1094 | 1103 |
| |
1095 | 1104 |
| |
1096 | 1105 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
341 | 349 |
| |
342 | 350 |
| |
343 | 351 |
| |
|
+35
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
172 | 207 |
| |
173 | 208 |
|
0 commit comments