File tree
153 files changed
+1690
-1111
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- llvm
- rustc_codegen_ssa/src
- rustc_const_eval/src/transform/check_consts
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- structured_errors
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src
- infer
- error_reporting
- lexical_region_resolve
- outlives
- traits/error_reporting
- rustc_lint/src
- context
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir
- map
- middle
- mir
- rustc_mir_build/src/thir/pattern
- rustc_passes
- src
- rustc_pattern_analysis/src
- rustc_resolve
- src
- rustc_trait_selection/src
- traits
- error_reporting
- src
- librustdoc/html/render
- tools
- clippy
- clippy_lints/src
- casts
- loops
- methods
- clippy_utils/src
- tidy/src
- tests
- codegen/cffi
- ui
- box/unit
- check-cfg
- closures/2229_closure_analysis/match
- consts
- const_in_pattern
- derives
- error-codes
- feature-gates
- generic-associated-types
- higher-ranked/trait-bounds
- methods
- pattern/usefulness
- resolve
- rfcs/rfc-1445-restrict-constants-in-patterns
- traits
- next-solver
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
153 files changed
+1690
-1111
lines changed+36-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
37 |
| - | |
| 40 | + | |
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
41 |
| - | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
| |||
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
57 | 68 |
| |
58 | 69 |
| |
59 | 70 |
| |
| |||
88 | 99 |
| |
89 | 100 |
| |
90 | 101 |
| |
91 |
| - | |
| 102 | + | |
92 | 103 |
| |
93 | 104 |
| |
94 | 105 |
| |
| |||
348 | 359 |
| |
349 | 360 |
| |
350 | 361 |
| |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
351 | 381 |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
501 |
| - | |
502 |
| - | |
| 501 | + | |
503 | 502 |
| |
504 | 503 |
| |
505 | 504 |
| |
| |||
569 | 568 |
| |
570 | 569 |
| |
571 | 570 |
| |
572 |
| - | |
573 |
| - | |
| 571 | + | |
574 | 572 |
| |
575 | 573 |
| |
576 | 574 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+11-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| |||
675 | 675 |
| |
676 | 676 |
| |
677 | 677 |
| |
678 |
| - | |
| 678 | + | |
| 679 | + | |
679 | 680 |
| |
680 | 681 |
| |
681 | 682 |
| |
| |||
750 | 751 |
| |
751 | 752 |
| |
752 | 753 |
| |
753 |
| - | |
754 |
| - | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
755 | 762 |
| |
756 | 763 |
| |
757 | 764 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/path.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
| 199 | + | |
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
|
+57-64
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
417 | 435 |
| |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 |
| - | |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
443 | 441 |
| |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
449 |
| - | |
450 |
| - | |
451 |
| - | |
452 |
| - | |
453 |
| - | |
454 |
| - | |
455 |
| - | |
456 |
| - | |
457 |
| - | |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
464 | 458 |
| |
465 | 459 |
| |
466 | 460 |
| |
| |||
1762 | 1756 |
| |
1763 | 1757 |
| |
1764 | 1758 |
| |
1765 |
| - | |
| 1759 | + | |
1766 | 1760 |
| |
1767 | 1761 |
| |
1768 | 1762 |
| |
| |||
1828 | 1822 |
| |
1829 | 1823 |
| |
1830 | 1824 |
| |
1831 |
| - | |
| 1825 | + | |
1832 | 1826 |
| |
1833 | 1827 |
| |
1834 |
| - | |
1835 |
| - | |
| 1828 | + | |
| 1829 | + | |
1836 | 1830 |
| |
1837 | 1831 |
| |
1838 | 1832 |
| |
| |||
2400 | 2394 |
| |
2401 | 2395 |
| |
2402 | 2396 |
| |
2403 |
| - | |
2404 |
| - | |
| 2397 | + | |
2405 | 2398 |
| |
2406 | 2399 |
| |
2407 | 2400 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
| 399 | + | |
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
| |||
688 | 688 |
| |
689 | 689 |
| |
690 | 690 |
| |
691 |
| - | |
692 |
| - | |
| 691 | + | |
| 692 | + | |
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
699 |
| - | |
| 699 | + | |
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
| |||
759 | 759 |
| |
760 | 760 |
| |
761 | 761 |
| |
762 |
| - | |
| 762 | + | |
763 | 763 |
| |
764 | 764 |
| |
765 |
| - | |
| 765 | + | |
766 | 766 |
| |
767 | 767 |
| |
768 | 768 |
| |
| |||
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 |
| - | |
| 1209 | + | |
1210 | 1210 |
| |
1211 | 1211 |
| |
1212 | 1212 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
| 220 | + | |
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
|
0 commit comments