File tree
1,316 files changed
+4822
-4499
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/mir
- rustc_driver/src
- rustc_errors/src
- rustc_infer/src/infer/error_reporting
- nice_region_error
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src
- rustc_middle/src
- middle
- mir/interpret
- query
- ty
- print
- rustc_mir_build/src/thir/pattern
- rustc_mir/src
- const_eval
- interpret
- monomorphize/partitioning
- rustc_save_analysis/src
- rustc_session/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- specialize
- rustc_typeck/src/check
- src/test
- compile-fail
- incremental
- mir-opt
- const_prop
- inline
- pretty
- run-make-fulldeps/type-mismatch-same-crate-name
- ui-fulldeps
- ui
- allocator
- array-slice-vec
- asm
- associated-type-bounds
- associated-types
- async-await
- await-keyword
- issues
- bad
- binop
- blind
- block-result
- borrowck
- builtin-superkinds
- c-variadic
- cast
- chalkify
- closures
- codemap_tests
- coercion
- coherence
- compare-method
- confuse-field-and-method
- const-generics
- issues
- std
- consts
- const-eval
- const_in_pattern
- miri_unleashed
- rfc-2203-const-array-repeat-exprs
- cross
- custom_test_frameworks
- dep-graph
- derives
- did_you_mean
- disallowed-deconstructing
- dropck
- dst
- enum-discriminant
- error-codes
- e0119
- extern-flag
- extern
- feature-gates
- fmt
- fn
- for
- fully-qualified-type
- functional-struct-update
- generator
- generic-associated-types
- generics
- generic
- hr-subtype
- hrtb
- hygiene
- if
- impl-trait
- issues
- inference
- infinite
- interior-mutability
- issues
- issue-40402-ref-hints
- issue-50264-inner-deref-trait
- issue-74236
- iterators
- kindck
- lazy_normalization_consts
- lifetimes
- lifetime-errors
- lint
- liveness
- malformed
- methods
- mismatched_types
- missing/missing-items
- moves
- mut
- never_type
- nll
- closure-requirements
- ty-outlives
- not-panic
- object-lifetime
- object-safety
- on-unimplemented
- or-patterns
- parser
- pattern
- bindings-after-at
- move-ref-patterns
- usefulness
- privacy
- pub-priv-dep
- restricted
- proc-macro
- pub
- range
- recursion
- regions
- resolve
- rfc-0107-bind-by-move-pattern-guards
- rfc-1937-termination-trait
- rfc-2008-non-exhaustive
- improper_ctypes
- uninhabited
- rfc-2093-infer-outlives
- rfc-2361-dbg-macro
- rfc-2497-if-let-chains
- rfc-2632-const-trait-impl
- rfcs/rfc-2396-target_feature-11
- self
- span
- specialization
- defaultimpl
- min_specialization
- static
- structs
- str
- suggestions
- dont-suggest-ref
- symbol-names
- traits
- negative-impls
- trait-alias
- transmute
- trivial-bounds
- try-block
- type-alias-impl-trait
- typeck
- type
- type-check
- ufcs
- unboxed-closures
- union
- unsafe
- unsized-locals
- unsized
- unused
- use
- variance
- vec
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,316 files changed
+4822
-4499
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
479 | 480 | | |
480 | 481 | | |
481 | 482 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
490 | 493 | | |
491 | 494 | | |
492 | 495 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
Lines changed: 48 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| 300 | + | |
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
| 304 | + | |
302 | 305 | | |
303 | 306 | | |
304 | 307 | | |
| |||
361 | 364 | | |
362 | 365 | | |
363 | 366 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
371 | 376 | | |
372 | 377 | | |
373 | 378 | | |
| |||
422 | 427 | | |
423 | 428 | | |
424 | 429 | | |
| 430 | + | |
425 | 431 | | |
426 | 432 | | |
427 | 433 | | |
428 | 434 | | |
| 435 | + | |
429 | 436 | | |
430 | 437 | | |
431 | 438 | | |
| |||
448 | 455 | | |
449 | 456 | | |
450 | 457 | | |
| 458 | + | |
451 | 459 | | |
452 | 460 | | |
453 | 461 | | |
454 | 462 | | |
455 | 463 | | |
| 464 | + | |
456 | 465 | | |
457 | 466 | | |
458 | 467 | | |
| |||
629 | 638 | | |
630 | 639 | | |
631 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
632 | 645 | | |
633 | 646 | | |
634 | 647 | | |
| |||
768 | 781 | | |
769 | 782 | | |
770 | 783 | | |
| 784 | + | |
| 785 | + | |
771 | 786 | | |
772 | 787 | | |
773 | 788 | | |
| |||
859 | 874 | | |
860 | 875 | | |
861 | 876 | | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
862 | 880 | | |
863 | 881 | | |
864 | 882 | | |
| |||
892 | 910 | | |
893 | 911 | | |
894 | 912 | | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
895 | 922 | | |
896 | 923 | | |
897 | 924 | | |
| |||
925 | 952 | | |
926 | 953 | | |
927 | 954 | | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
928 | 965 | | |
929 | 966 | | |
930 | 967 | | |
931 | 968 | | |
932 | 969 | | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
933 | 974 | | |
934 | 975 | | |
935 | 976 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
| 614 | + | |
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| 521 | + | |
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
2040 | 2041 | | |
2041 | 2042 | | |
2042 | 2043 | | |
2043 | | - | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
2044 | 2047 | | |
2045 | 2048 | | |
2046 | 2049 | | |
| |||
Lines changed: 17 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
795 | 796 | | |
796 | 797 | | |
797 | 798 | | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
802 | 805 | | |
803 | 806 | | |
804 | 807 | | |
| |||
812 | 815 | | |
813 | 816 | | |
814 | 817 | | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
821 | 828 | | |
822 | 829 | | |
823 | 830 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments