File tree
166 files changed
+1799
-1645
lines changed- compiler
- rustc_abi/src
- rustc_ast/src
- expand
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src/region_infer
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_llvm/src
- builder
- coverageinfo
- mapgen
- rustc_error_codes/src/error_codes
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- thir
- ty
- rustc_mir_build/src
- builder
- custom/parse
- matches
- thir
- pattern
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_resolve/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- stable_mir
- rustc_target/src
- callconv
- spec
- rustc_ty_utils/src
- library/core/src/intrinsics
- src
- doc/unstable-book/src/language-features
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- matches
- utils
- clippy_utils/src
- ast_utils
- rust-analyzer/crates
- hir-ty/src
- mir/eval
- ide/src/hover
- ide-completion/src/completions
- intern/src/symbol
- rustfmt/src
- tests
- assembly
- codegen
- autodiff
- avr
- intrinsics
- mir-opt
- run-make
- atomic-lock-free
- avr-rjmp-offset
- ui
- abi
- associated-types
- borrowck
- delegation
- drop
- dyn-compatibility
- error-codes
- extern
- feature-gates
- intrinsics
- auxiliary
- lint
- macros
- stats
- suggestions
- typeck
- unpretty
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+1799
-1645
lines changedDiff for: compiler/rustc_abi/src/extern_abi.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
| |||
128 | 127 |
| |
129 | 128 |
| |
130 | 129 |
| |
131 |
| - | |
132 | 130 |
| |
133 | 131 |
| |
134 | 132 |
| |
| |||
199 | 197 |
| |
200 | 198 |
| |
201 | 199 |
| |
202 |
| - | |
| 200 | + | |
203 | 201 |
| |
204 | 202 |
| |
205 | 203 |
| |
|
Diff for: compiler/rustc_ast/src/ast.rs
+9-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
| 566 | + | |
566 | 567 |
| |
567 | 568 |
| |
568 | 569 |
| |
| |||
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
628 |
| - | |
| 629 | + | |
| 630 | + | |
629 | 631 |
| |
630 | 632 |
| |
631 | 633 |
| |
| |||
676 | 678 |
| |
677 | 679 |
| |
678 | 680 |
| |
| 681 | + | |
679 | 682 |
| |
680 | 683 |
| |
681 | 684 |
| |
| |||
769 | 772 |
| |
770 | 773 |
| |
771 | 774 |
| |
| 775 | + | |
| 776 | + | |
| 777 | + | |
772 | 778 |
| |
773 | 779 |
| |
774 | 780 |
| |
| |||
1169 | 1175 |
| |
1170 | 1176 |
| |
1171 | 1177 |
| |
| 1178 | + | |
1172 | 1179 |
| |
1173 | 1180 |
| |
1174 | 1181 |
| |
| |||
3926 | 3933 |
| |
3927 | 3934 |
| |
3928 | 3935 |
| |
3929 |
| - | |
| 3936 | + | |
3930 | 3937 |
| |
3931 | 3938 |
| |
3932 | 3939 |
| |
|
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
95 | 101 |
| |
96 | 102 |
| |
97 | 103 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
707 |
| - | |
| 707 | + | |
| 708 | + | |
708 | 709 |
| |
709 | 710 |
| |
710 | 711 |
| |
| |||
1587 | 1588 |
| |
1588 | 1589 |
| |
1589 | 1590 |
| |
1590 |
| - | |
| 1591 | + | |
1591 | 1592 |
| |
1592 | 1593 |
| |
1593 | 1594 |
| |
|
Diff for: compiler/rustc_ast/src/visit.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
| |||
750 | 750 |
| |
751 | 751 |
| |
752 | 752 |
| |
753 |
| - | |
| 753 | + | |
754 | 754 |
| |
755 | 755 |
| |
756 | 756 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
| |||
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
112 |
| - | |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+4-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 | 1498 |
| |
1499 |
| - | |
1500 |
| - | |
1501 |
| - | |
1502 |
| - | |
1503 |
| - | |
1504 |
| - | |
1505 |
| - | |
| 1499 | + | |
| 1500 | + | |
1506 | 1501 |
| |
1507 | 1502 |
| |
1508 | 1503 |
| |
1509 | 1504 |
| |
1510 |
| - | |
| 1505 | + | |
1511 | 1506 |
| |
1512 | 1507 |
| |
1513 | 1508 |
| |
| |||
2223 | 2218 |
| |
2224 | 2219 |
| |
2225 | 2220 |
| |
| 2221 | + | |
2226 | 2222 |
| |
2227 | 2223 |
| |
2228 | 2224 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/pat.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 |
| - | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
|
+6-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1336 | 1336 |
| |
1337 | 1337 |
| |
1338 | 1338 |
| |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
1339 | 1342 |
| |
1340 | 1343 |
| |
1341 | 1344 |
| |
| |||
1622 | 1625 |
| |
1623 | 1626 |
| |
1624 | 1627 |
| |
1625 |
| - | |
1626 |
| - | |
| 1628 | + | |
1627 | 1629 |
| |
| 1630 | + | |
1628 | 1631 |
| |
1629 | 1632 |
| |
1630 | 1633 |
| |
| |||
1946 | 1949 |
| |
1947 | 1950 |
| |
1948 | 1951 |
| |
1949 |
| - | |
1950 |
| - | |
1951 |
| - | |
1952 |
| - | |
1953 |
| - | |
1954 |
| - | |
| 1952 | + | |
1955 | 1953 |
| |
1956 | 1954 |
| |
1957 | 1955 |
| |
|
+18-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
331 |
| - | |
332 |
| - | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
333 | 336 |
| |
334 |
| - | |
335 | 337 |
| |
336 | 338 |
| |
337 | 339 |
| |
| |||
342 | 344 |
| |
343 | 345 |
| |
344 | 346 |
| |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
353 | 358 |
| |
354 |
| - | |
355 | 359 |
| |
356 | 360 |
| |
357 | 361 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
+22-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
205 | 221 |
| |
206 | 222 |
| |
207 | 223 |
| |
| |||
388 | 404 |
| |
389 | 405 |
| |
390 | 406 |
| |
391 |
| - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
392 | 412 |
| |
393 | 413 |
| |
394 | 414 |
| |
|
0 commit comments