This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
92 files changed
+661
-473
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_codegen_cranelift/src/driver
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src/const_eval
- rustc_feature/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_hir/src
- rustc_infer/src/infer
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src
- hir/map
- query
- ty
- rustc_mir_build/src
- build
- thir
- cx
- pattern
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_trait_selection/src
- solve
- assembly
- traits
- select
- library/std/src/sys/pal/unix
- src
- doc
- rustc/src
- platform-support
- unstable-book/src/language-features
- librustdoc/clean
- tools
- clippy
- clippy_utils/src
- tests/ui
- miri/tests/fail
- tests
- crashes
- mir-opt/building/custom
- pretty
- run-make/notify-all-emit-artifacts
- rustdoc-ui
- ui
- const-generics/generic_const_exprs
- feature-gates
- inline-const
- issues
- lint/non-local-defs
- object-safety
- rfcs/rfc-2632-const-trait-impl/effects
- traits/vtable
- unpretty
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+661
-473
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1392 | 1392 |
| |
1393 | 1393 |
| |
1394 | 1394 |
| |
1395 |
| - | |
| 1395 | + | |
1396 | 1396 |
| |
1397 | 1397 |
| |
1398 | 1398 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1411 | 1411 |
| |
1412 | 1412 |
| |
1413 | 1413 |
| |
1414 |
| - | |
| 1414 | + | |
1415 | 1415 |
| |
1416 | 1416 |
| |
1417 | 1417 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 |
| - | |
| 957 | + | |
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
239 | 247 |
| |
240 | 248 |
| |
241 | 249 |
| |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
100 |
| - | |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
| |||
160 | 158 |
| |
161 | 159 |
| |
162 | 160 |
| |
163 |
| - | |
164 | 161 |
| |
165 | 162 |
| |
166 | 163 |
| |
| |||
570 | 567 |
| |
571 | 568 |
| |
572 | 569 |
| |
573 |
| - | |
574 | 570 |
| |
575 | 571 |
| |
576 | 572 |
| |
| |||
597 | 593 |
| |
598 | 594 |
| |
599 | 595 |
| |
600 |
| - | |
601 | 596 |
| |
602 | 597 |
| |
603 | 598 |
| |
| |||
634 | 629 |
| |
635 | 630 |
| |
636 | 631 |
| |
637 |
| - | |
638 | 632 |
| |
639 | 633 |
| |
640 | 634 |
| |
| |||
652 | 646 |
| |
653 | 647 |
| |
654 | 648 |
| |
655 |
| - | |
| 649 | + | |
656 | 650 |
| |
657 | 651 |
| |
658 | 652 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
384 |
| - | |
385 |
| - | |
| 383 | + | |
| 384 | + | |
386 | 385 |
| |
387 | 386 |
| |
388 | 387 |
| |
|
Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
291 | 314 |
| |
292 | 315 |
| |
293 | 316 |
| |
|
Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
717 | 717 |
| |
718 | 718 |
| |
719 | 719 |
| |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
720 | 743 |
| |
721 | 744 |
| |
722 | 745 |
| |
|
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
109 | 127 |
| |
110 | 128 |
| |
111 | 129 |
| |
|
0 commit comments