File tree
155 files changed
+673
-839
lines changed- compiler
- rustc_arena/src
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- rustc_attr/src
- rustc_borrowck/src
- constraints
- diagnostics
- polonius
- region_infer
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_const_eval/src
- transform
- rustc_data_structures/src
- 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/src
- rustc_graphviz/src
- rustc_hir/src
- rustc_hir_analysis/src
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_incremental/src
- rustc_index/src
- rustc_infer/src
- infer
- rustc_interface/src
- rustc_lexer/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm/src
- rustc_log/src
- rustc_macros/src
- rustc_metadata/src
- rustc_middle/src
- rustc_mir_build/src
- build
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- coroutine
- rustc_monomorphize/src
- rustc_parse/src
- rustc_parse_format/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy
- src
- rustc_query_impl/src
- rustc_query_system/src
- rustc_resolve/src
- rustc_serialize/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- rustc_trait_selection/src
- rustc_traits/src
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library/core/src
- num
- src
- bootstrap/src/core/build_steps
- librustdoc
- tools
- clippy
- clippy_config/src
- clippy_lints/src
- clippy_utils/src
- src
- miri/src
- bin
- tests/ui
- async-await/async-closures
- dyn-keyword
- impl-trait
- lint
- force-warn
- mir/validate
- object-safety
- privacy
- suggestions
- type-alias-enum-variants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
155 files changed
+673
-839
lines changedDiff for: Cargo.lock
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4374 | 4374 |
| |
4375 | 4375 |
| |
4376 | 4376 |
| |
| 4377 | + | |
4377 | 4378 |
| |
4378 | 4379 |
| |
4379 | 4380 |
| |
|
Diff for: compiler/rustc_arena/src/lib.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
|
0 commit comments