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
273 files changed
+2399
-1359
lines changed- compiler
- rustc
- rustc_abi
- src
- layout
- rustc_arena
- src
- rustc_ast
- src
- rustc_ast_ir
- src
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_ast_pretty
- src
- rustc_attr_data_structures
- src
- rustc_attr_parsing
- src
- rustc_baked_icu_data
- src
- rustc_borrowck
- src
- rustc_builtin_macros
- src
- rustc_codegen_gcc/src
- rustc_codegen_llvm
- src
- rustc_codegen_ssa
- src
- back
- rustc_const_eval
- src
- rustc_data_structures
- src
- graph
- obligation_forest
- sync
- tagged_ptr
- rustc_driver
- rustc_driver_impl
- src
- rustc_error_codes
- src
- rustc_error_messages
- src
- rustc_errors
- src
- rustc_expand
- src
- rustc_feature
- src
- rustc_fluent_macro
- src
- rustc_fs_util
- rustc_graphviz
- src
- rustc_hashes
- rustc_hir
- src
- rustc_hir_analysis
- src
- rustc_hir_pretty
- src
- rustc_hir_typeck
- src
- rustc_incremental
- src
- persist
- rustc_index
- src
- vec
- rustc_index_macros
- src
- rustc_infer
- src
- rustc_interface
- src
- rustc_lexer
- src
- rustc_lint
- src
- rustc_lint_defs
- src
- rustc_llvm
- src
- rustc_log
- rustc_macros
- src
- rustc_metadata
- src
- rustc_middle
- src
- middle
- mir
- interpret
- allocation
- query
- ty
- consts
- rustc_mir_build
- src
- rustc_mir_dataflow
- src
- rustc_mir_transform
- src
- rustc_monomorphize
- src
- rustc_next_trait_solver
- src
- rustc_parse
- src
- parser
- rustc_parse_format
- src
- rustc_passes
- src
- liveness
- rustc_pattern_analysis
- src
- tests/common
- rustc_privacy
- src
- rustc_query_impl
- src
- rustc_query_system
- src
- dep_graph
- rustc_resolve
- src
- rustc_sanitizers
- src
- rustc_serialize
- src
- rustc_session
- src
- rustc_smir
- src
- rustc_span
- src
- rustc_symbol_mangling
- src
- rustc_target
- src
- rustc_trait_selection
- src
- traits
- select
- specialize
- rustc_traits
- src
- rustc_transmute
- src
- rustc_ty_utils
- src
- rustc_type_ir
- src
- rustc_type_ir_macros
- stable_mir
- src/mir
- library/alloc/src
- vec
- src
- bootstrap/src/core
- build_steps
- builder
- tools
- rust-analyzer/crates/hir-ty/src
- layout
- tidy
- src
- tests
- crashes
- ui
- async-await/in-trait
- cast
- consts
- layout
- lint
- traits
- object
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
273 files changed
+2399
-1359
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3297 | 3297 |
| |
3298 | 3298 |
| |
3299 | 3299 |
| |
| 3300 | + | |
3300 | 3301 |
| |
3301 | 3302 |
| |
3302 | 3303 |
| |
| |||
3752 | 3753 |
| |
3753 | 3754 |
| |
3754 | 3755 |
| |
3755 |
| - | |
| 3756 | + | |
3756 | 3757 |
| |
3757 | 3758 |
| |
3758 | 3759 |
| |
| |||
4020 | 4021 |
| |
4021 | 4022 |
| |
4022 | 4023 |
| |
4023 |
| - | |
| 4024 | + | |
| 4025 | + | |
4024 | 4026 |
| |
4025 | 4027 |
| |
4026 | 4028 |
| |
| |||
5271 | 5273 |
| |
5272 | 5274 |
| |
5273 | 5275 |
| |
| 5276 | + | |
5274 | 5277 |
| |
5275 | 5278 |
| |
5276 | 5279 |
| |
|
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
66 | 80 |
| |
67 | 81 |
| |
68 | 82 |
| |
|
0 commit comments