This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit f1ffb8d
File tree
166 files changed
+1889
-1806
lines changed- compiler
- rustc_ast/src/util
- rustc_borrowck/src/type_check
- rustc_codegen_gcc/src/intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- mir
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl
- src
- rustc_errors/src
- rustc_hir_analysis
- src
- hir_ty_lowering
- outlives
- rustc_hir_typeck/src
- rustc_incremental
- src
- persist
- rustc_infer/src/infer/outlives
- rustc_log/src
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- infer
- mir
- query
- ty
- print
- rustc_next_trait_solver/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_system/src/dep_graph
- rustc_serialize
- src
- tests
- rustc_smir/src/rustc_smir/convert
- rustc_span/src
- rustc_trait_selection/src
- solve/assembly
- traits
- error_reporting
- query/type_op
- select
- rustc_type_ir/src
- library
- alloc
- core
- src
- ptr
- std
- src
- bootstrap/src
- doc/rustc/src
- librustdoc
- tools/miri
- src/intrinsics
- tests
- fail
- dangling_pointers
- intrinsics
- pass
- tests
- crashes
- rustdoc
- inline_cross
- auxiliary
- inline_local
- synthetic_auto
- rustdoc-ui
- ui
- async-await/async-closures
- const-ptr
- consts
- lint/dead-code
- mismatched_types
- parser
- rust-2021
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+1889
-1806
lines changed+6-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| |||
896 | 895 |
| |
897 | 896 |
| |
898 | 897 |
| |
899 |
| - | |
| 898 | + | |
900 | 899 |
| |
901 |
| - | |
| 900 | + | |
902 | 901 |
| |
903 | 902 |
| |
904 | 903 |
| |
| |||
912 | 911 |
| |
913 | 912 |
| |
914 | 913 |
| |
915 |
| - | |
| 914 | + | |
916 | 915 |
| |
917 |
| - | |
| 916 | + | |
918 | 917 |
| |
919 | 918 |
| |
920 | 919 |
| |
921 | 920 |
| |
922 | 921 |
| |
923 |
| - | |
924 |
| - | |
| 922 | + | |
| 923 | + | |
925 | 924 |
| |
926 | 925 |
| |
927 | 926 |
| |
|
+15-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
759 | 759 |
| |
760 | 760 |
| |
761 | 761 |
| |
| 762 | + | |
762 | 763 |
| |
763 |
| - | |
764 |
| - | |
765 |
| - | |
| 764 | + | |
766 | 765 |
| |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
767 | 777 |
| |
768 | 778 |
| |
769 | 779 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
258 | 259 |
| |
259 | 260 |
| |
260 | 261 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments