Commit 893615f
File tree
278 files changed
+5476
-1940
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- type_check
- rustc_builtin_macros/src/deriving
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_const_eval/src
- const_eval
- interpret
- transform/check_consts
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis
- src
- astconv
- check
- coherence
- collect
- impl_wf_check
- outlives
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_infer/src
- infer
- canonical
- outlives
- relate
- traits
- rustc_interface/src
- rustc_lint
- src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- hir/map
- infer
- mir
- interpret
- query
- traits
- ty
- util
- rustc_mir_build/src/thir
- cx
- rustc_mir_transform/src
- coverage/spans
- inline
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_resolve/src
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_symbol_mangling/src
- typeid
- rustc_target/src
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- traits
- error_reporting
- query/type_op
- select
- specialize
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src
- mir
- library/alloc/src/collections/btree
- src
- ci/docker/host-x86_64/mingw-check
- doc
- librustdoc
- clean
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- tests
- ui
- compiletest/src
- miri/tests
- fail/unaligned_pointers
- pass
- rust-analyzer/crates/hir-def/src/attr
- rustfmt
- src
- tests/target
- tests
- incremental
- hashes
- mir-opt/unnamed-fields
- rustdoc-ui
- ui
- cast
- check-cfg
- coercion
- consts
- miri_unleashed
- feature-gates
- impl-trait/in-trait
- lint
- mir
- on-unimplemented
- target-feature
- thread-local
- treat-err-as-bug
- typeck
- union/unnamed-fields
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
278 files changed
+5476
-1940
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2107 | 2107 |
| |
2108 | 2108 |
| |
2109 | 2109 |
| |
2110 |
| - | |
| 2110 | + | |
2111 | 2111 |
| |
2112 |
| - | |
| 2112 | + | |
2113 | 2113 |
| |
2114 | 2114 |
| |
2115 | 2115 |
| |
| |||
2161 | 2161 |
| |
2162 | 2162 |
| |
2163 | 2163 |
| |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
2164 | 2168 |
| |
2165 | 2169 |
| |
2166 | 2170 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
| 517 | + | |
| 518 | + | |
518 | 519 |
| |
519 | 520 |
| |
520 | 521 |
| |
|
0 commit comments