This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
312 files changed
+2693
-1525
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- traits
- rustc_const_eval/src
- check_consts
- interpret
- rustc_driver_impl/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_incremental/src/persist
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_middle/src
- query
- ty
- rustc_mir_dataflow/src
- framework
- impls
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_impl/src
- rustc_session/src
- rustc_smir/src/rustc_internal
- rustc_span/src
- rustc_trait_selection/src/error_reporting
- infer
- traits
- library
- core/src
- intrinsics
- std/src
- thread
- src
- etc
- librustdoc
- passes/lint
- tools
- clippy
- clippy_lints/src
- src
- compiletest/src
- runtest
- miri/src/bin
- rustfmt
- src
- parse
- tests/target
- tests
- crashes
- incremental
- run-make
- crate-loading-crate-depends-on-itself
- crate-loading
- missing-unstable-trait-bound
- rustdoc-ui
- issues
- synthetic-auto-trait-impls
- ui-fulldeps
- codegen-backend/auxiliary
- ui
- associated-types
- async-await
- auto-traits
- binop
- borrowck
- builtin-superkinds
- closures
- codegen
- coherence/fuzzing
- const-generics/issues
- consts
- dropck
- error-codes
- errors
- trait-bound-error-spans
- traits
- extern
- feature-gates
- generic-associated-types
- higher-ranked
- trait-bounds
- normalize-under-binder
- impl-trait
- in-trait
- issues
- kindck
- lang-items
- layout
- lazy-type-alias
- lint
- methods
- mir/validate
- mismatched_types
- missing-trait-bounds
- moves
- parser
- assoc
- issues
- misspelled-keywords
- recover
- pattern
- bindings-after-at
- rfc-3637-guard-patterns
- recursion
- regions
- resolve
- rust-2024
- specialization
- defaultimpl
- min_specialization
- stdlib-unit-tests
- suggestions
- trait-bounds
- traits
- alias
- bound
- const-traits
- inductive-overflow
- inheritance
- next-solver
- diagnostics
- tuple
- type-alias-impl-trait
- type-alias
- typeck
- type
- auxiliary
- type-check
- union
- unop
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
312 files changed
+2693
-1525
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2814 | 2814 |
| |
2815 | 2815 |
| |
2816 | 2816 |
| |
2817 |
| - | |
| 2817 | + | |
2818 | 2818 |
| |
2819 |
| - | |
| 2819 | + | |
2820 | 2820 |
| |
2821 | 2821 |
| |
2822 | 2822 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
503 | 503 |
| |
504 | 504 |
| |
505 | 505 |
| |
506 |
| - | |
| 506 | + | |
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
| 587 | + | |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
| |||
1816 | 1816 |
| |
1817 | 1817 |
| |
1818 | 1818 |
| |
1819 |
| - | |
| 1819 | + | |
1820 | 1820 |
| |
1821 | 1821 |
| |
1822 | 1822 |
| |
| |||
2023 | 2023 |
| |
2024 | 2024 |
| |
2025 | 2025 |
| |
2026 |
| - | |
| 2026 | + | |
2027 | 2027 |
| |
2028 | 2028 |
| |
2029 | 2029 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
630 |
| - | |
631 |
| - | |
632 |
| - | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
633 | 635 |
| |
634 | 636 |
| |
635 | 637 |
| |
| |||
839 | 841 |
| |
840 | 842 |
| |
841 | 843 |
| |
| 844 | + | |
| 845 | + | |
| 846 | + | |
842 | 847 |
| |
843 | 848 |
| |
844 | 849 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1525 | 1525 |
| |
1526 | 1526 |
| |
1527 | 1527 |
| |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
1528 | 1532 |
| |
1529 | 1533 |
| |
1530 | 1534 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
685 | 689 |
| |
686 | 690 |
| |
687 | 691 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
| 559 | + | |
559 | 560 |
| |
560 | 561 |
| |
561 | 562 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1709 | 1709 |
| |
1710 | 1710 |
| |
1711 | 1711 |
| |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
1712 | 1720 |
| |
1713 | 1721 |
| |
1714 | 1722 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
| 1453 | + | |
1453 | 1454 |
| |
1454 | 1455 |
| |
1455 | 1456 |
| |
| |||
1463 | 1464 |
| |
1464 | 1465 |
| |
1465 | 1466 |
| |
1466 |
| - | |
1467 |
| - | |
1468 |
| - | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1469 | 1470 |
| |
1470 | 1471 |
| |
1471 | 1472 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
231 |
| - | |
232 | 230 |
| |
233 | 231 |
| |
234 | 232 |
| |
|
0 commit comments