File tree
433 files changed
+10901
-5557
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes
- src
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- type_check
- liveness
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src
- rustc_const_eval
- src
- const_eval
- interpret
- rustc_expand
- src
- mbe
- rustc_feature/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_interface/src
- rustc_lint
- src
- context
- rustc_lint_defs/src
- rustc_middle/src
- mir/interpret
- ty
- rustc_mir_build/src/thir/pattern
- rustc_parse
- src
- parser
- rustc_passes
- src
- rustc_pattern_analysis/src
- rustc_session/src
- rustc_span/src
- rustc_target/src
- asm
- spec
- library/std/src
- net
- sys/pal/unix
- src
- bootstrap
- src
- core
- build_steps
- builder
- utils
- ci
- docker
- host-x86_64
- dist-loongarch64-musl
- x86_64-gnu-tools
- scripts
- github-actions
- doc/rustc/src
- tools
- build-manifest
- src
- build_helper/src
- compiletest/src
- header
- miri
- src
- tests/fail
- run-make-support/src
- rust-analyzer
- .cargo
- crates
- base-db/src
- flycheck/src
- hir
- src
- semantics
- term_search
- hir-def/src
- attr
- body
- dyn_map
- macro_expansion_tests
- nameres
- path
- hir-expand/src
- hir-ty/src
- consteval
- diagnostics
- infer
- mir
- eval
- ide/src
- hover
- inlay_hints
- syntax_highlighting
- test_data
- ide-assists/src
- handlers
- utils
- ide-completion/src
- completions
- postfix
- context
- render
- tests
- ide-db/src
- imports
- ide-diagnostics/src
- handlers
- ide-ssr/src
- load-cargo/src
- mbe/src
- expander
- parser/src
- grammar
- paths/src
- proc-macro-api/src
- project-model/src
- rust-analyzer
- src
- bin
- cli
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
433 files changed
+10901
-5557
lines changedLines changed: 58 additions & 128 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
| |||
871 | 873 |
| |
872 | 874 |
| |
873 | 875 |
| |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
874 | 897 |
| |
875 | 898 |
| |
876 | 899 |
| |
| |||
892 | 915 |
| |
893 | 916 |
| |
894 | 917 |
| |
895 |
| - | |
896 |
| - | |
897 |
| - | |
898 |
| - | |
899 |
| - | |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 |
| - | |
905 |
| - | |
906 |
| - | |
907 |
| - | |
| 918 | + | |
| 919 | + | |
908 | 920 |
| |
909 | 921 |
| |
910 | 922 |
| |
| |||
926 | 938 |
| |
927 | 939 |
| |
928 | 940 |
| |
929 |
| - | |
930 |
| - | |
931 |
| - | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
932 | 946 |
| |
933 |
| - | |
934 |
| - | |
935 |
| - | |
936 |
| - | |
937 |
| - | |
938 |
| - | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
939 | 954 |
| |
940 |
| - | |
941 |
| - | |
942 |
| - | |
| 955 | + | |
| 956 | + | |
943 | 957 |
| |
944 | 958 |
| |
945 | 959 |
| |
| |||
951 | 965 |
| |
952 | 966 |
| |
953 | 967 |
| |
| 968 | + | |
954 | 969 |
| |
955 | 970 |
| |
956 | 971 |
| |
957 | 972 |
| |
958 | 973 |
| |
959 |
| - | |
960 |
| - | |
961 |
| - | |
962 |
| - | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
963 | 978 |
| |
964 | 979 |
| |
965 | 980 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
| 640 | + | |
640 | 641 |
| |
641 | 642 |
| |
642 | 643 |
| |
| |||
898 | 899 |
| |
899 | 900 |
| |
900 | 901 |
| |
901 |
| - | |
| 902 | + | |
902 | 903 |
| |
903 | 904 |
| |
904 | 905 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
898 |
| - | |
899 | 898 |
| |
900 | 899 |
| |
901 | 900 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
655 |
| - | |
| 655 | + | |
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
| |||
717 | 717 |
| |
718 | 718 |
| |
719 | 719 |
| |
720 |
| - | |
| 720 | + | |
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
961 |
| - | |
| 961 | + | |
962 | 962 |
| |
963 | 963 |
| |
964 | 964 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 |
| - | |
| 347 | + | |
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
| |||
2216 | 2216 |
| |
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 |
| - | |
| 2219 | + | |
2220 | 2220 |
| |
2221 | 2221 |
| |
2222 | 2222 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
422 |
| - | |
423 |
| - | |
| 421 | + | |
424 | 422 |
| |
425 | 423 |
| |
426 | 424 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
| |||
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
41 |
| - | |
42 | 39 |
| |
43 | 40 |
| |
44 | 41 |
| |
| |||
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 |
| - | |
53 | 49 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 50 | + | |
57 | 51 |
| |
58 | 52 |
| |
59 | 53 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 | 90 |
| |
| 91 | + | |
| 92 | + | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
Lines changed: 36 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
227 | 242 |
| |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 | 243 |
| |
237 | 244 |
| |
238 | 245 |
| |
239 | 246 |
| |
240 | 247 |
| |
241 |
| - | |
| 248 | + | |
242 | 249 |
| |
243 | 250 |
| |
244 | 251 |
| |
245 | 252 |
| |
246 |
| - | |
247 |
| - | |
248 |
| - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
249 | 266 |
| |
250 | 267 |
| |
251 | 268 |
| |
|
0 commit comments