This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
360 files changed
+1672
-1636
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- liveness
- rustc_builtin_macros/src
- assert
- deriving
- cmp
- rustc_codegen_cranelift/src
- debuginfo
- driver
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo/metadata
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- traits
- rustc_const_eval/src
- const_eval
- interpret
- rustc_data_structures
- src
- graph
- scc
- obligation_forest
- snapshot_map
- sso
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- coherence
- collect
- hir_ty_lowering
- impl_wf_check
- outlives
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- persist
- fs
- rustc_infer/src
- errors
- infer
- canonical
- error_reporting
- nice_region_error
- lexical_region_resolve
- opaque_types
- outlives
- region_constraints
- traits
- error_reporting
- rustc_interface/src
- rustc_lint
- src
- rustc_lint_defs/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- infer
- middle
- mir
- interpret
- allocation
- query
- traits
- solve
- ty
- print
- rustc_mir_build/src
- build
- custom
- expr
- matches
- thir/pattern
- rustc_mir_dataflow/src
- move_paths
- rustc_mir_transform/src
- coverage
- inline
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_session/src
- config
- rustc_smir/src/rustc_internal
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/asm
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- query
- type_op
- select
- specialize
- rustc_traits/src
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- src
- librustdoc
- clean
- doctest
- formats
- html
- highlight
- render
- json
- passes
- tools/tidy/src
- tests
- ui/lint
- ui-fulldeps
- codegen-backend/auxiliary
- internal-lints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
360 files changed
+1672
-1636
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1640 | 1640 |
| |
1641 | 1641 |
| |
1642 | 1642 |
| |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
1643 | 1652 |
| |
1644 | 1653 |
| |
1645 | 1654 |
| |
| |||
3810 | 3819 |
| |
3811 | 3820 |
| |
3812 | 3821 |
| |
| 3822 | + | |
3813 | 3823 |
| |
3814 | 3824 |
| |
3815 | 3825 |
| |
3816 | 3826 |
| |
3817 | 3827 |
| |
3818 | 3828 |
| |
3819 | 3829 |
| |
3820 |
| - | |
3821 | 3830 |
| |
3822 | 3831 |
| |
3823 | 3832 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
0 commit comments