File tree
27 files changed
+1059
-651
lines changed- compiler
- rustc_codegen_ssa/src/back
- rustc_driver_impl/src
- rustc_interface/src
- rustc_lexer/src
- rustc_middle/src/ty
- rustc_parse
- src
- lexer
- rustc_session/src
- src
- bootstrap
- defaults
- src/core/config
- librustdoc
- tools/run-make-support/src
- tests
- run-make/rustc-help
- rustdoc
- ui
- lifetimes/raw
- mismatched_types
27 files changed
+1059
-651
lines changed-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3305 | 3305 |
| |
3306 | 3306 |
| |
3307 | 3307 |
| |
3308 |
| - | |
3309 |
| - | |
3310 |
| - | |
3311 |
| - | |
3312 |
| - | |
3313 |
| - | |
3314 |
| - | |
3315 |
| - | |
3316 |
| - | |
3317 |
| - | |
3318 |
| - | |
3319 |
| - | |
3320 |
| - | |
3321 |
| - | |
3322 |
| - | |
3323 |
| - | |
3324 |
| - | |
3325 | 3308 |
| |
3326 | 3309 |
| |
3327 | 3310 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
940 |
| - | |
| 940 | + | |
941 | 941 |
| |
942 | 942 |
| |
943 | 943 |
| |
| |||
1219 | 1219 |
| |
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 |
| - | |
| 1222 | + | |
1223 | 1223 |
| |
1224 | 1224 |
| |
1225 | 1225 |
| |
| |||
1233 | 1233 |
| |
1234 | 1234 |
| |
1235 | 1235 |
| |
1236 |
| - | |
| 1236 | + | |
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 | 1239 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Diff for: compiler/rustc_lexer/src/lib.rs
+11-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
715 | 715 |
| |
716 | 716 |
| |
717 | 717 |
| |
718 |
| - | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
719 | 729 |
| |
720 | 730 |
| |
721 | 731 |
| |
|
Diff for: compiler/rustc_middle/src/ty/sty.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1933 | 1933 |
| |
1934 | 1934 |
| |
1935 | 1935 |
| |
| 1936 | + | |
1936 | 1937 |
| |
1937 | 1938 |
| |
1938 | 1939 |
| |
|
Diff for: compiler/rustc_parse/messages.ftl
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
Diff for: compiler/rustc_parse/src/errors.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2018 | 2018 |
| |
2019 | 2019 |
| |
2020 | 2020 |
| |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
2021 | 2029 |
| |
2022 | 2030 |
| |
2023 | 2031 |
| |
|
Diff for: compiler/rustc_parse/src/lexer/mod.rs
+10-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
298 | 304 |
| |
299 |
| - | |
| 305 | + | |
300 | 306 |
| |
301 |
| - | |
| 307 | + | |
302 | 308 |
| |
303 | 309 |
| |
304 | 310 |
| |
305 |
| - | |
| 311 | + | |
306 | 312 |
| |
307 | 313 |
| |
308 | 314 |
| |
|
0 commit comments