This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
126 files changed
+1498
-66
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_ssa/src/debuginfo
- rustc_const_eval/src
- const_eval
- interpret
- util
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis
- src
- coherence
- errors
- hir_ty_lowering
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_infer/src/infer
- canonical
- outlives
- rustc_lint
- src
- rustc_middle/src
- ty
- print
- rustc_mir_build/src/thir/pattern
- rustc_mir_dataflow/src/move_paths
- rustc_mir_transform/src
- rustc_next_trait_solver/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- typeid
- rustc_trait_selection/src
- solve
- assembly
- normalizes_to
- traits
- error_reporting
- query
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src
- library
- core/src
- std/src
- src
- librustdoc
- clean
- html
- render
- json
- passes
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- jsondoclint/src
- rustfmt/src
- tests
- codegen
- ui
- symbol-names
- type/pattern_types
- ui-fulldeps/internal-lints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+1498
-66
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2152 | 2152 |
| |
2153 | 2153 |
| |
2154 | 2154 |
| |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
2155 | 2158 |
| |
2156 | 2159 |
| |
2157 | 2160 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
505 | 509 |
| |
506 | 510 |
| |
507 | 511 |
| |
|
0 commit comments