File tree
1,325 files changed
+4808
-4548
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/mir
- rustc_driver/src
- rustc_interface/src
- rustc_lint/src
- rustc_macros/src
- rustc_middle/src
- middle
- mir/interpret
- query
- ty
- print
- rustc_mir/src
- const_eval
- interpret
- monomorphize/partitioning
- rustc_mir_build/src/thir/pattern
- rustc_save_analysis/src
- rustc_session/src
- rustc_trait_selection/src/traits/select
- src/test
- compile-fail
- incremental
- mir-opt
- const_prop
- inline
- pretty
- run-make-fulldeps/type-mismatch-same-crate-name
- 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
- extern-flag
- feature-gates
- fmt
- fn
- for
- fully-qualified-type
- functional-struct-update
- generator
- generic
- generic-associated-types
- generics
- 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
- str
- structs
- suggestions
- dont-suggest-ref
- symbol-names
- traits
- negative-impls
- trait-alias
- transmute
- trivial-bounds
- try-block
- type
- type-check
- type-alias-impl-trait
- typeck
- ufcs
- unboxed-closures
- union
- unsafe
- unsized
- unsized-locals
- unused
- use
- variance
- vec
- wf
- where-clauses
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,325 files changed
+4808
-4548
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: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
163 | 166 |
| |
164 | 167 |
| |
165 | 168 |
| |
|
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: 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 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
308 | 309 |
| |
309 | 310 |
| |
310 | 311 |
| |
311 |
| - | |
| 312 | + | |
312 | 313 |
| |
313 | 314 |
| |
314 | 315 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| 111 | + | |
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
| |||
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
148 |
| - | |
| 149 | + | |
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1255 | 1255 |
| |
1256 | 1256 |
| |
1257 | 1257 |
| |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
1258 | 1263 |
| |
1259 | 1264 |
| |
1260 | 1265 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
946 |
| - | |
| 946 | + | |
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3101 | 3101 |
| |
3102 | 3102 |
| |
3103 | 3103 |
| |
| 3104 | + | |
3104 | 3105 |
| |
3105 | 3106 |
| |
3106 | 3107 |
| |
|
0 commit comments