This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
507 files changed
+10980
-5695
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck
- rustc_builtin_macros/src
- assert
- deriving/cmp
- rustc_codegen_cranelift/src
- driver
- intrinsics
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- rustc_codegen_ssa
- src
- back
- debuginfo
- mir
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck
- src
- rustc_infer/src/infer
- error_reporting
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata
- src
- rmeta
- rustc_middle/src
- middle
- mir
- interpret
- traits
- solve
- inspect
- ty
- consts
- rustc_mir_build/src/thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse
- src
- parser
- rustc_passes
- src
- rustc_query_impl/src
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- abi
- spec
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- search_graph
- traits
- error_reporting
- query
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- core/src
- std/src/sys/unix
- src
- doc
- rustc/src
- platform-support
- unstable-book/src/language-features
- librustdoc
- clean
- html
- render
- static
- css
- js
- templates
- tools
- clippy
- .github
- workflows
- book/src
- development
- clippy_lints/src
- loops
- matches
- methods
- operators
- utils
- internal_lints
- clippy_utils/src
- ty/type_certainty
- tests
- ui
- checked_unwrap
- crashes
- ui-cargo
- cargo_common_metadata
- fail
- fail_publish
- fail_publish_true
- duplicate_mod/fail
- feature_name/fail
- module_style
- fail_mod
- fail_mod_remap
- fail_no_mod
- multiple_crate_versions/fail
- wildcard_dependencies/fail
- ui-internal
- ui-toml
- disallowed_macros
- auxiliary
- excessive_nesting
- auxiliary
- toml_unknown_key
- undocumented_unsafe_blocks
- auxiliary
- compiletest
- src
- read2
- miri
- src
- shims
- unix
- windows
- rust-analyzer/crates
- hir-def/src/attr
- ide-db/src/generated
- rustfmt/src
- tests
- coverage-map/status-quo
- debuginfo
- mir-opt
- const_prop
- dataflow-const-prop
- pre-codegen
- pretty
- run-coverage
- run-make
- emit-path-unhashed
- ls-metadata
- output-filename-overwrites-input
- rustdoc-gui
- src/theme_css
- ui
- abi
- cast
- codegen
- consts
- deriving
- error-codes
- expr/if
- feature-gates
- impl-trait
- imports
- issues
- lifetimes
- limits
- lint
- mir
- mismatched_types
- parser/issues
- rfcs
- rfc-2294-if-let-guard
- rfc-2497-if-let-chains
- rfc-2632-const-trait-impl/effects
- traits/new-solver
- type-alias-impl-trait
- unsafe
- unsized
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
507 files changed
+10980
-5695
lines changedLines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 |
| - | |
| 534 | + | |
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
| 665 | + | |
665 | 666 |
| |
666 | 667 |
| |
667 | 668 |
| |
| |||
1597 | 1598 |
| |
1598 | 1599 |
| |
1599 | 1600 |
| |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
1600 | 1610 |
| |
1601 | 1611 |
| |
1602 | 1612 |
| |
| |||
5596 | 5606 |
| |
5597 | 5607 |
| |
5598 | 5608 |
| |
5599 |
| - | |
| 5609 | + | |
5600 | 5610 |
| |
5601 |
| - | |
| 5611 | + | |
5602 | 5612 |
| |
5603 | 5613 |
| |
5604 | 5614 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
1426 | 1426 |
| |
1427 | 1427 |
| |
1428 | 1428 |
| |
1429 |
| - | |
| 1429 | + | |
1430 | 1430 |
| |
1431 | 1431 |
| |
1432 | 1432 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1366 | 1366 |
| |
1367 | 1367 |
| |
1368 | 1368 |
| |
1369 |
| - | |
| 1369 | + | |
1370 | 1370 |
| |
1371 | 1371 |
| |
1372 | 1372 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
830 |
| - | |
| 830 | + | |
831 | 831 |
| |
832 | 832 |
| |
833 | 833 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 | 32 |
| |
37 | 33 |
| |
38 | 34 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
| |||
558 | 559 |
| |
559 | 560 |
| |
560 | 561 |
| |
561 |
| - | |
| 562 | + | |
562 | 563 |
| |
563 | 564 |
| |
564 | 565 |
| |
565 | 566 |
| |
566 | 567 |
| |
567 | 568 |
| |
| 569 | + | |
568 | 570 |
| |
569 | 571 |
| |
570 | 572 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 | 120 |
| |
131 | 121 |
| |
132 | 122 |
| |
|
Lines changed: 0 additions & 103 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
24 |
| - | |
25 | 23 |
| |
26 | 24 |
| |
27 | 25 |
| |
| |||
69 | 67 |
| |
70 | 68 |
| |
71 | 69 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 | 70 |
| |
76 | 71 |
| |
77 | 72 |
| |
| |||
118 | 113 |
| |
119 | 114 |
| |
120 | 115 |
| |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 | 116 |
| |
142 | 117 |
| |
143 | 118 |
| |
| |||
779 | 754 |
| |
780 | 755 |
| |
781 | 756 |
| |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 |
| - | |
792 |
| - | |
793 |
| - | |
794 |
| - | |
795 |
| - | |
796 |
| - | |
797 |
| - | |
798 |
| - | |
799 |
| - | |
800 |
| - | |
801 |
| - | |
802 |
| - | |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 |
| - | |
823 |
| - | |
824 |
| - | |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
829 |
| - | |
830 |
| - | |
831 |
| - | |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 |
| - | |
837 |
| - | |
838 |
| - | |
839 |
| - | |
840 |
| - | |
841 |
| - | |
842 |
| - | |
843 | 757 |
| |
844 | 758 |
| |
845 | 759 |
| |
| |||
1601 | 1515 |
| |
1602 | 1516 |
| |
1603 | 1517 |
| |
1604 |
| - | |
1605 | 1518 |
| |
1606 | 1519 |
| |
1607 | 1520 |
| |
1608 | 1521 |
| |
1609 | 1522 |
| |
1610 | 1523 |
| |
1611 |
| - | |
1612 |
| - | |
1613 |
| - | |
1614 |
| - | |
1615 |
| - | |
1616 |
| - | |
1617 |
| - | |
1618 |
| - | |
1619 |
| - | |
1620 |
| - | |
1621 |
| - | |
1622 |
| - | |
1623 |
| - | |
1624 |
| - | |
1625 |
| - | |
1626 |
| - |
Lines changed: 0 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 10 |
| |
30 | 11 |
| |
31 | 12 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
| 355 | + | |
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 77 |
| |
81 | 78 |
| |
82 | 79 |
| |
| |||
250 | 247 |
| |
251 | 248 |
| |
252 | 249 |
| |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 | 250 |
| |
260 | 251 |
| |
261 | 252 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
0 commit comments