File tree
918 files changed
+12480
-8471
lines changed- compiler
- rustc/src
- rustc_ast/src
- rustc_ast_lowering
- src
- rustc_ast_pretty/src/pprust
- state
- rustc_attr
- src
- rustc_borrowck
- src
- diagnostics
- type_check
- rustc_builtin_macros/src
- deriving/generic
- rustc_codegen_cranelift
- .github/workflows
- .zed
- build_system
- example
- patches
- scripts
- src
- intrinsics
- rustc_codegen_gcc
- build_system
- build_sysroot
- src
- example
- src
- rustc_codegen_llvm/src
- debuginfo
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval
- src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures/src
- graph/scc
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- json
- rustc_expand
- src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src
- infer/outlives
- rustc_interface/src
- rustc_lint/src
- rustc_llvm
- llvm-wrapper
- rustc_metadata
- src
- rustc_middle/src
- hir/map
- mir/interpret
- query
- ty
- consts
- rustc_mir_build/src
- build
- expr
- matches
- thir/pattern
- rustc_mir_dataflow/src
- impls
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_next_trait_solver/src/solve/assembly
- rustc_parse/src
- parser
- rustc_passes
- src
- rustc_pattern_analysis
- src
- rustc
- tests/common
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- late
- rustc_session/src
- rustc_span/src
- rustc_target/src
- abi/call
- spec
- abi
- targets
- rustc_trait_selection/src
- error_reporting/traits
- solve
- inspect
- traits
- select
- rustc_transmute/src/layout
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc
- src
- collections/vec_deque
- raw_vec
- tests
- core
- src
- array
- ascii
- fmt
- mem
- num
- ptr
- slice
- sort
- unstable
- task
- tests
- std
- src
- f16
- sync/rwlock
- sys/pal/unix
- process/process_unix
- thread
- src
- bootstrap
- src
- bin
- core
- build_steps
- builder
- config
- utils
- helpers
- ci/docker
- host-x86_64
- dist-x86_64-linux
- x86_64-gnu
- scripts
- doc
- rustc/src
- platform-support
- unstable-book/src/language-features
- etc
- completions
- natvis
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
918 files changed
+12480
-8471
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
|
+6-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
567 |
| - | |
| 567 | + | |
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
| 575 | + | |
575 | 576 |
| |
576 | 577 |
| |
577 | 578 |
| |
| |||
4936 | 4937 |
| |
4937 | 4938 |
| |
4938 | 4939 |
| |
4939 |
| - | |
| 4940 | + | |
4940 | 4941 |
| |
4941 |
| - | |
| 4942 | + | |
4942 | 4943 |
| |
4943 | 4944 |
| |
4944 | 4945 |
| |
| |||
5562 | 5563 |
| |
5563 | 5564 |
| |
5564 | 5565 |
| |
5565 |
| - | |
| 5566 | + | |
5566 | 5567 |
| |
5567 |
| - | |
| 5568 | + | |
5568 | 5569 |
| |
5569 | 5570 |
| |
5570 | 5571 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
588 |
| - | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
589 | 591 |
| |
590 | 592 |
| |
591 | 593 |
| |
| |||
1187 | 1189 |
| |
1188 | 1190 |
| |
1189 | 1191 |
| |
1190 |
| - | |
1191 |
| - | |
| 1192 | + | |
| 1193 | + | |
1192 | 1194 |
| |
1193 | 1195 |
| |
1194 | 1196 |
| |
| |||
1248 | 1250 |
| |
1249 | 1251 |
| |
1250 | 1252 |
| |
1251 |
| - | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
1252 | 1256 |
| |
1253 | 1257 |
| |
1254 | 1258 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| 170 | + | |
| 171 | + | |
| 172 | + | |
170 | 173 |
| |
171 | 174 |
| |
172 | 175 |
| |
173 | 176 |
| |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
174 | 184 |
| |
| 185 | + | |
| 186 | + | |
175 | 187 |
| |
176 | 188 |
| |
177 | 189 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 |
| - | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
55 |
| - | |
| 57 | + | |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
| |||
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
67 |
| - | |
68 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 |
| |
70 | 77 |
| |
71 | 78 |
| |
| |||
182 | 189 |
| |
183 | 190 |
| |
184 | 191 |
| |
185 |
| - | |
| 192 | + | |
186 | 193 |
| |
187 | 194 |
| |
188 | 195 |
| |
| |||
246 | 253 |
| |
247 | 254 |
| |
248 | 255 |
| |
249 |
| - | |
| 256 | + | |
250 | 257 |
| |
251 | 258 |
| |
252 | 259 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
279 |
| - | |
| 278 | + | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
1540 | 1540 |
| |
1541 | 1541 |
| |
1542 | 1542 |
| |
1543 |
| - | |
1544 | 1543 |
| |
1545 | 1544 |
| |
1546 | 1545 |
| |
| |||
1575 | 1574 |
| |
1576 | 1575 |
| |
1577 | 1576 |
| |
1578 |
| - | |
| 1577 | + | |
1579 | 1578 |
| |
1580 | 1579 |
| |
1581 | 1580 |
| |
| |||
1587 | 1586 |
| |
1588 | 1587 |
| |
1589 | 1588 |
| |
1590 |
| - | |
| 1589 | + | |
1591 | 1590 |
| |
1592 | 1591 |
| |
1593 | 1592 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2326 | 2326 |
| |
2327 | 2327 |
| |
2328 | 2328 |
| |
2329 |
| - | |
2330 | 2329 |
| |
2331 | 2330 |
| |
2332 | 2331 |
| |
| |||
2340 | 2339 |
| |
2341 | 2340 |
| |
2342 | 2341 |
| |
2343 |
| - | |
| 2342 | + | |
2344 | 2343 |
| |
2345 | 2344 |
| |
2346 | 2345 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
505 |
| - | |
506 |
| - | |
| 505 | + | |
| 506 | + | |
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
786 |
| - | |
787 |
| - | |
| 786 | + | |
| 787 | + | |
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 |
| |
108 | 111 |
| |
109 | 112 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
521 | 522 |
| |
522 | 523 |
| |
523 | 524 |
| |
524 |
| - | |
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
596 |
| - | |
597 | 596 |
| |
598 | 597 |
| |
599 | 598 |
| |
| |||
665 | 664 |
| |
666 | 665 |
| |
667 | 666 |
| |
668 |
| - | |
| 667 | + | |
669 | 668 |
| |
670 | 669 |
| |
671 |
| - | |
| 670 | + | |
672 | 671 |
| |
673 |
| - | |
| 672 | + | |
674 | 673 |
| |
675 | 674 |
| |
676 | 675 |
| |
| |||
680 | 679 |
| |
681 | 680 |
| |
682 | 681 |
| |
683 |
| - | |
| 682 | + | |
684 | 683 |
| |
685 | 684 |
| |
686 | 685 |
| |
| |||
1051 | 1050 |
| |
1052 | 1051 |
| |
1053 | 1052 |
| |
1054 |
| - | |
| 1053 | + | |
1055 | 1054 |
| |
1056 | 1055 |
| |
1057 |
| - | |
| 1056 | + | |
1058 | 1057 |
| |
1059 | 1058 |
| |
1060 | 1059 |
| |
| |||
1066 | 1065 |
| |
1067 | 1066 |
| |
1068 | 1067 |
| |
1069 |
| - | |
| 1068 | + | |
1070 | 1069 |
| |
1071 | 1070 |
| |
1072 |
| - | |
| 1071 | + | |
1073 | 1072 |
| |
1074 | 1073 |
| |
1075 | 1074 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
| |||
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
77 | 89 |
| |
78 | 90 |
| |
79 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
80 | 98 |
| |
81 | 99 |
| |
82 | 100 |
| |
| |||
163 | 181 |
| |
164 | 182 |
| |
165 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
166 | 187 |
| |
167 | 188 |
| |
168 | 189 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1124 | 1124 |
| |
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 |
| - | |
1128 | 1127 |
| |
| 1128 | + | |
1129 | 1129 |
| |
1130 | 1130 |
| |
1131 | 1131 |
| |
|
0 commit comments