This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
253 files changed
+1283
-1163
lines changed- compiler
- rustc
- src
- rustc_abi
- src
- rustc_arena
- rustc_ast
- src
- rustc_ast_ir
- rustc_ast_lowering
- rustc_ast_passes
- rustc_ast_pretty
- rustc_attr_data_structures
- rustc_attr_parsing
- rustc_baked_icu_data
- rustc_borrowck
- src
- diagnostics
- rustc_builtin_macros
- rustc_codegen_cranelift/patches
- rustc_codegen_llvm
- src/llvm
- rustc_codegen_ssa
- src
- back
- mir
- rustc_const_eval
- src/const_eval
- rustc_data_structures
- src
- graph/scc
- sorted_map
- rustc_driver
- rustc_driver_impl
- rustc_error_codes
- rustc_error_messages
- rustc_errors
- rustc_expand
- src
- mbe
- rustc_feature
- rustc_fluent_macro
- rustc_fs_util
- rustc_graphviz
- rustc_hashes
- rustc_hir
- src
- hir
- rustc_hir_analysis
- src
- collect
- hir_ty_lowering
- rustc_hir_pretty
- src
- rustc_hir_typeck
- src
- method
- rustc_incremental
- src/persist
- rustc_index
- src
- rustc_index_macros
- rustc_infer
- rustc_interface
- src
- rustc_lexer
- rustc_lint
- src
- rustc_lint_defs
- src
- rustc_llvm
- rustc_log
- rustc_macros
- src/diagnostics
- rustc_metadata
- src
- rustc_middle
- src
- middle
- mir
- thir
- traits
- ty
- rustc_mir_build
- src
- builder
- thir
- cx
- pattern
- rustc_mir_dataflow
- src
- rustc_mir_transform
- src
- rustc_monomorphize
- src
- rustc_next_trait_solver
- rustc_parse
- rustc_parse_format
- rustc_passes
- src
- rustc_pattern_analysis
- rustc_privacy
- rustc_query_impl
- rustc_query_system
- rustc_resolve
- src
- late
- rustc_sanitizers
- rustc_serialize
- rustc_session
- src
- rustc_smir
- rustc_span
- src
- rustc_symbol_mangling
- rustc_target
- rustc_trait_selection
- src
- error_reporting
- infer
- nice_region_error
- traits
- solve
- traits
- rustc_traits
- rustc_transmute
- rustc_ty_utils
- rustc_type_ir
- rustc_type_ir_macros
- stable_mir
- library
- alloc
- src
- collections
- binary_heap
- vec_deque
- ffi
- raw_vec
- vec
- tests
- alloctests
- benches
- btree
- testing
- tests
- collections
- sort
- testing
- core/src/num
- coretests/tests
- num
- std/src/fs
- src
- bootstrap
- mk
- src/core/build_steps
- tools/tidy/src
- tests/ui/parser
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
253 files changed
+1283
-1163
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3779 | 3779 |
| |
3780 | 3780 |
| |
3781 | 3781 |
| |
| 3782 | + | |
3782 | 3783 |
| |
3783 | 3784 |
| |
3784 | 3785 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments