This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
182 files changed
+1527
-1774
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr/src
- rustc_borrowck/src
- diagnostics
- region_infer
- rustc_builtin_macros/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src
- const_eval
- transform/check_consts
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src
- astconv
- check
- collect
- structured_errors
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src
- errors
- infer
- error_reporting
- nice_region_error
- traits/error_reporting
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint/src
- context
- rustc_macros/src/diagnostics
- rustc_metadata/src
- rustc_middle/src
- middle
- mir
- interpret
- traits
- ty
- consts
- context
- print
- rustc_mir_build/src
- thir/pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_query_system/src/query
- rustc_resolve/src
- late
- rustc_session/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- traits
- error_reporting
- select
- specialize
- src
- librustdoc
- html
- passes
- lint
- tools
- clippy
- clippy_lints/src
- casts
- doc
- functions
- matches
- methods
- utils/internal_lints
- clippy_utils/src
- miri/src
- rustfmt/src/parse
- tests/ui-fulldeps
- internal-lints
- session-diagnostic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
182 files changed
+1527
-1774
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
| |||
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
| |||
95 | 94 |
| |
96 | 95 |
| |
97 | 96 |
| |
98 |
| - | |
| 97 | + | |
99 | 98 |
| |
100 | 99 |
| |
101 | 100 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
1473 | 1473 |
| |
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 |
| - | |
| 1476 | + | |
1477 | 1477 |
| |
1478 | 1478 |
| |
1479 | 1479 |
| |
| |||
1483 | 1483 |
| |
1484 | 1484 |
| |
1485 | 1485 |
| |
1486 |
| - | |
| 1486 | + | |
1487 | 1487 |
| |
1488 | 1488 |
| |
1489 | 1489 |
| |
|
0 commit comments