File tree
54 files changed
+738
-317
lines changed- compiler
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_errors/src
- rustc_expand
- src/mbe
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_middle/src/ty
- rustc_mir_build/src/build
- rustc_mir_dataflow/src
- rustc_parse/src/lexer
- rustc_target/src/callconv
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src/collections/btree
- core/src
- iter/adapters
- ptr
- slice
- std/src/io
- src
- doc/rustc/src/symbol-mangling
- librustdoc
- html/render
- tests
- assembly
- codegen
- intrinsics
- sanitizer/cfi
- run-make/rust-lld-link-script-provide
- ui/macros/rfc-3086-metavar-expr
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+738
-317
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
| 200 | + | |
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
|
Diff for: compiler/rustc_codegen_ssa/src/base.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
888 | 888 |
| |
889 | 889 |
| |
890 | 890 |
| |
891 |
| - | |
| 891 | + | |
892 | 892 |
| |
893 | 893 |
| |
894 | 894 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
|
Diff for: compiler/rustc_expand/messages.ftl
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
573 |
| - | |
| 573 | + | |
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
|
0 commit comments