File tree
160 files changed
+478
-392
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_const_eval/src/transform/check_consts
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- collect
- structured_errors
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior/drop_ranges
- method
- rustc_infer/src/infer/error_reporting
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src
- hir/map
- mir
- ty
- rustc_mir_build/src/thir/pattern
- rustc_privacy/src
- rustc_save_analysis/src
- rustc_session/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_ty_utils/src
- src
- doc/rustc/src/platform-support
- librustdoc
- html
- static/css
- templates
- passes
- test
- rustdoc-ui
- ui
- alloc-error
- argument-suggestions
- associated-types
- c-variadic
- chalkify
- bugs
- const-generics
- generic_const_exprs
- fn
- generator
- higher-rank-trait-bounds
- impl-trait
- explicit-generic-args-with-impl-trait
- in-trait
- implied-bounds
- issues
- lifetimes
- methods
- issues
- mismatched_types
- resolve
- span
- suggestions
- traits
- tuple
- type
- typeck
- tools
- clippy
- clippy_lints/src
- casts
- loops
- matches
- unit_types
- utils/internal_lints
- clippy_utils/src
- compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+478
-392
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
397 |
| - | |
| 397 | + | |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 |
| - | |
| 1007 | + | |
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 | 1010 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3460 | 3460 |
| |
3461 | 3461 |
| |
3462 | 3462 |
| |
3463 |
| - | |
| 3463 | + | |
3464 | 3464 |
| |
3465 | 3465 |
| |
3466 | 3466 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2936 | 2936 |
| |
2937 | 2937 |
| |
2938 | 2938 |
| |
2939 |
| - | |
| 2939 | + | |
2940 | 2940 |
| |
2941 | 2941 |
| |
2942 | 2942 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
| |||
1109 | 1109 |
| |
1110 | 1110 |
| |
1111 | 1111 |
| |
1112 |
| - | |
| 1112 | + | |
1113 | 1113 |
| |
1114 | 1114 |
| |
1115 | 1115 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 |
| - | |
| 685 | + | |
686 | 686 |
| |
687 | 687 |
| |
688 | 688 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
405 |
| - | |
| 405 | + | |
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
| |||
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
448 |
| - | |
| 448 | + | |
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
| |||
472 | 472 |
| |
473 | 473 |
| |
474 | 474 |
| |
475 |
| - | |
| 475 | + | |
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
716 | 716 |
| |
717 | 717 |
| |
718 | 718 |
| |
719 |
| - | |
| 719 | + | |
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
|
Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
| 297 | + | |
301 | 298 |
| |
302 | 299 |
| |
303 | 300 |
| |
| |||
526 | 523 |
| |
527 | 524 |
| |
528 | 525 |
| |
529 |
| - | |
530 | 526 |
| |
531 | 527 |
| |
532 | 528 |
| |
| |||
540 | 536 |
| |
541 | 537 |
| |
542 | 538 |
| |
543 |
| - | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
544 | 545 |
| |
545 | 546 |
| |
546 | 547 |
| |
547 | 548 |
| |
548 | 549 |
| |
549 |
| - | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
550 | 555 |
| |
551 | 556 |
| |
552 | 557 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
| 339 | + | |
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1547 | 1547 |
| |
1548 | 1548 |
| |
1549 | 1549 |
| |
1550 |
| - | |
| 1550 | + | |
1551 | 1551 |
| |
1552 | 1552 |
| |
1553 | 1553 |
| |
| |||
1578 | 1578 |
| |
1579 | 1579 |
| |
1580 | 1580 |
| |
1581 |
| - | |
| 1581 | + | |
1582 | 1582 |
| |
1583 | 1583 |
| |
1584 | 1584 |
| |
| |||
1668 | 1668 |
| |
1669 | 1669 |
| |
1670 | 1670 |
| |
1671 |
| - | |
| 1671 | + | |
1672 | 1672 |
| |
1673 | 1673 |
| |
1674 | 1674 |
| |
|
Lines changed: 12 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 |
| - | |
| 214 | + | |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
262 | 261 |
| |
263 | 262 |
| |
264 |
| - | |
| 263 | + | |
265 | 264 |
| |
266 | 265 |
| |
267 | 266 |
| |
| |||
326 | 325 |
| |
327 | 326 |
| |
328 | 327 |
| |
329 |
| - | |
| 328 | + | |
330 | 329 |
| |
331 | 330 |
| |
332 | 331 |
| |
| |||
510 | 509 |
| |
511 | 510 |
| |
512 | 511 |
| |
513 |
| - | |
| 512 | + | |
514 | 513 |
| |
515 | 514 |
| |
516 | 515 |
| |
| |||
790 | 789 |
| |
791 | 790 |
| |
792 | 791 |
| |
793 |
| - | |
| 792 | + | |
794 | 793 |
| |
795 | 794 |
| |
796 | 795 |
| |
797 | 796 |
| |
798 |
| - | |
| 797 | + | |
799 | 798 |
| |
800 | 799 |
| |
801 | 800 |
| |
| |||
804 | 803 |
| |
805 | 804 |
| |
806 | 805 |
| |
807 |
| - | |
| 806 | + | |
808 | 807 |
| |
809 | 808 |
| |
810 | 809 |
| |
| |||
857 | 856 |
| |
858 | 857 |
| |
859 | 858 |
| |
860 |
| - | |
| 859 | + | |
861 | 860 |
| |
862 | 861 |
| |
863 | 862 |
| |
| |||
883 | 882 |
| |
884 | 883 |
| |
885 | 884 |
| |
886 |
| - | |
| 885 | + | |
887 | 886 |
| |
888 | 887 |
| |
889 | 888 |
| |
| |||
1040 | 1039 |
| |
1041 | 1040 |
| |
1042 | 1041 |
| |
1043 |
| - | |
| 1042 | + | |
1044 | 1043 |
| |
1045 | 1044 |
| |
1046 | 1045 |
| |
| |||
1267 | 1266 |
| |
1268 | 1267 |
| |
1269 | 1268 |
| |
1270 |
| - | |
1271 |
| - | |
1272 |
| - | |
| 1269 | + | |
1273 | 1270 |
| |
1274 | 1271 |
| |
1275 | 1272 |
| |
| |||
1625 | 1622 |
| |
1626 | 1623 |
| |
1627 | 1624 |
| |
1628 |
| - | |
| 1625 | + | |
1629 | 1626 |
| |
1630 | 1627 |
| |
1631 | 1628 |
| |
|
0 commit comments