File tree
381 files changed
+2830
-1407
lines changed- compiler
- rustc_ast/src
- rustc_ast_pretty/src/pprust
- rustc_builtin_macros/src
- assert
- deriving
- rustc_codegen_cranelift/src/driver
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- llvm
- rustc_codegen_ssa
- src
- back
- mir
- traits
- rustc_const_eval
- src
- const_eval
- interpret
- transform/check_consts
- util
- rustc_error_messages/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_incremental/src
- persist
- rustc_infer
- src/infer/error_reporting
- rustc_interface/src
- rustc_lint
- src
- context
- diagnostics
- rustc_llvm/llvm-wrapper
- rustc_metadata
- src
- rmeta
- decoder
- rustc_middle/src
- hir/map
- hooks
- middle
- mir
- interpret
- allocation
- query
- ty
- inhabitedness
- print
- util
- rustc_mir_build
- src
- build
- custom
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- framework
- impls
- move_paths
- rustc_mir_transform/src
- rustc_monomorphize/src
- collector
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- rustc_ty_utils/src
- stable_mir/src
- mir
- library
- core
- src
- fmt
- slice
- str
- task
- tests
- proc_macro/src
- std
- src
- sys/thread_local
- fast_local
- thread
- src
- bootstrap/src
- librustdoc
- clean
- formats
- passes
- tools
- clippy/clippy_utils/src
- compiletest/src
- miri
- src
- concurrency
- intrinsics
- shims/x86
- tests/fail/intrinsics
- run-make-support/src
- tidy/src
- tests
- codegen
- crashes
- run-make
- alloc-no-oom-handling
- alloc-no-rc
- alloc-no-sync
- core-no-oom-handling
- deref-impl-rustdoc-ice
- external-crate-panic-handle-no-lint
- issue-24445
- issue-30063
- issue-38237
- issue-46239
- issue-53964
- non-pie-thread-local
- reset-codegen-1
- rustdoc-scrape-examples-macros
- ui
- async-await
- check-cfg
- consts
- extern-flag
- fn
- inference
- lint
- loops
- parser
- privacy/pub-priv-dep
- auxiliary
- pub
- rfcs/rfc-2396-target_feature-11
- threads-sendsync
- unsafe
- unsafe_op_in_unsafe_fn
- ui-fulldeps/stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
381 files changed
+2830
-1407
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
664 |
| - | |
| 664 | + | |
665 | 665 |
| |
666 | 666 |
| |
667 | 667 |
| |
668 |
| - | |
| 668 | + | |
669 | 669 |
| |
670 | 670 |
| |
671 | 671 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
684 | 713 |
| |
685 | 714 |
| |
686 | 715 |
| |
687 | 716 |
| |
688 | 717 |
| |
689 |
| - | |
690 |
| - | |
691 |
| - | |
692 |
| - | |
693 |
| - | |
694 |
| - | |
695 |
| - | |
696 |
| - | |
697 |
| - | |
698 |
| - | |
699 |
| - | |
700 | 718 |
| |
701 | 719 |
| |
702 | 720 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
338 | 342 |
| |
339 | 343 |
| |
340 | 344 |
| |
| |||
414 | 418 |
| |
415 | 419 |
| |
416 | 420 |
| |
417 |
| - | |
| 421 | + | |
418 | 422 |
| |
419 | 423 |
| |
420 | 424 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
229 | 230 |
| |
230 | 231 |
| |
231 | 232 |
| |
232 |
| - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
233 | 237 |
| |
234 |
| - | |
| 238 | + | |
235 | 239 |
| |
236 | 240 |
| |
237 | 241 |
| |
| |||
671 | 675 |
| |
672 | 676 |
| |
673 | 677 |
| |
674 |
| - | |
| 678 | + | |
675 | 679 |
| |
676 |
| - | |
| 680 | + | |
677 | 681 |
| |
678 | 682 |
| |
679 | 683 |
| |
| |||
687 | 691 |
| |
688 | 692 |
| |
689 | 693 |
| |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
690 | 702 |
| |
691 | 703 |
| |
692 | 704 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
708 | 709 |
| |
709 | 710 |
| |
710 | 711 |
| |
| 712 | + | |
| 713 | + | |
711 | 714 |
| |
712 | 715 |
| |
713 | 716 |
| |
714 | 717 |
| |
715 | 718 |
| |
716 | 719 |
| |
717 |
| - | |
| 720 | + | |
718 | 721 |
| |
719 | 722 |
| |
720 | 723 |
| |
| |||
725 | 728 |
| |
726 | 729 |
| |
727 | 730 |
| |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
728 | 750 |
| |
729 | 751 |
| |
730 | 752 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 | 18 |
| |
22 | 19 |
| |
23 | 20 |
| |
| |||
240 | 237 |
| |
241 | 238 |
| |
242 | 239 |
| |
243 |
| - | |
244 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2350 | 2350 |
| |
2351 | 2351 |
| |
2352 | 2352 |
| |
2353 |
| - | |
| 2353 | + | |
| 2354 | + | |
| 2355 | + | |
| 2356 | + | |
| 2357 | + | |
2354 | 2358 |
| |
2355 | 2359 |
| |
2356 | 2360 |
| |
| 2361 | + | |
| 2362 | + | |
2357 | 2363 |
| |
2358 | 2364 |
| |
2359 | 2365 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
0 commit comments