File tree
240 files changed
+1038
-978
lines changed- compiler
- rustc_ast_passes/src
- rustc_attr_parsing/src/attributes
- rustc_builtin_macros/src
- rustc_const_eval/src
- rustc_errors/src
- rustc_feature/src
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_macros/src/diagnostics
- rustc_mir_build/src
- rustc_mir_transform/src
- rustc_parse/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_trait_selection/src
- errors
- rustc_transmute/src/maybe_transmutable
- src
- doc/unstable-book/src
- compiler-flags
- language-features
- library-features
- tools/rust-analyzer/crates/ide-db/src/generated
- tests
- pretty
- rustdoc-ui
- ui
- asm
- associated-types
- async-await
- attributes/z-crate-attr
- auto-traits
- cfg
- auxiliary
- check-cfg
- codemap_tests
- conditional-compilation
- const-generics/defaults
- consts/const-extern-fn
- delegation
- deriving
- expr/if/attrs
- feature-gates
- half-open-range-patterns
- issues
- lexer
- link-native-libs
- lint
- rfc-2383-lint-reason
- unused
- macros
- rfc-2011-nicer-assert-messages
- match
- or-patterns
- parser
- assoc
- attribute
- issues
- recover
- pattern
- bindings-after-at
- proc-macro
- quote
- reachable
- rfcs
- rfc-2294-if-let-guard
- rfc-2497-if-let-chains
- rfc-2565-param-attrs
- specialization
- suggestions
- type-alias-impl-trait
- unpretty
- wasm
- ui-fulldeps/internal-lints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
240 files changed
+1038
-978
lines changedDiff for: .git-blame-ignore-revs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + |
Diff for: compiler/rustc_ast_passes/src/errors.rs
+3-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
| 397 | + | |
402 | 398 |
| |
403 | 399 |
| |
404 | 400 |
| |
| |||
749 | 745 |
| |
750 | 746 |
| |
751 | 747 |
| |
752 |
| - | |
753 |
| - | |
754 |
| - | |
755 |
| - | |
756 |
| - | |
| 748 | + | |
757 | 749 |
| |
758 | 750 |
| |
759 | 751 |
| |
|
-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| |||
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 | 91 |
| |
107 | 92 |
| |
108 | 93 |
| |
|
+3-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
687 |
| - | |
688 |
| - | |
689 |
| - | |
690 |
| - | |
691 |
| - | |
| 687 | + | |
692 | 688 |
| |
693 |
| - | |
| 689 | + | |
694 | 690 |
| |
695 | 691 |
| |
696 | 692 |
| |
|
Diff for: compiler/rustc_const_eval/src/errors.rs
+3-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
| 293 | + | |
298 | 294 |
| |
299 | 295 |
| |
300 | 296 |
| |
301 | 297 |
| |
302 | 298 |
| |
303 | 299 |
| |
304 | 300 |
| |
305 |
| - | |
| 301 | + | |
306 | 302 |
| |
307 | 303 |
| |
308 | 304 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+13-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
| 184 | + | |
195 | 185 |
| |
196 | 186 |
| |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 | 187 |
| |
201 | 188 |
| |
202 | 189 |
| |
| |||
1227 | 1214 |
| |
1228 | 1215 |
| |
1229 | 1216 |
| |
1230 |
| - | |
1231 |
| - | |
1232 |
| - | |
1233 |
| - | |
1234 |
| - | |
1235 |
| - | |
| 1217 | + | |
1236 | 1218 |
| |
1237 | 1219 |
| |
1238 | 1220 |
| |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
1239 | 1232 |
| |
1240 | 1233 |
| |
1241 | 1234 |
| |
|
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
| 387 | + | |
392 | 388 |
| |
393 | 389 |
| |
394 | 390 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Diff for: compiler/rustc_feature/src/accepted.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
395 |
| - | |
396 | 394 |
| |
397 | 395 |
| |
398 | 396 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/errors.rs
+8-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
| 273 | + | |
278 | 274 |
| |
279 | 275 |
| |
280 | 276 |
| |
| |||
337 | 333 |
| |
338 | 334 |
| |
339 | 335 |
| |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
| 336 | + | |
345 | 337 |
| |
346 | 338 |
| |
347 | 339 |
| |
| |||
599 | 591 |
| |
600 | 592 |
| |
601 | 593 |
| |
602 |
| - | |
603 |
| - | |
604 |
| - | |
605 |
| - | |
606 |
| - | |
| 594 | + | |
607 | 595 |
| |
608 | 596 |
| |
609 | 597 |
| |
| |||
778 | 766 |
| |
779 | 767 |
| |
780 | 768 |
| |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
| 769 | + | |
786 | 770 |
| |
787 | 771 |
| |
788 |
| - | |
| 772 | + | |
789 | 773 |
| |
790 |
| - | |
| 774 | + | |
791 | 775 |
| |
792 | 776 |
| |
793 | 777 |
| |
794 |
| - | |
| 778 | + | |
795 | 779 |
| |
796 | 780 |
| |
797 | 781 |
| |
|
Diff for: compiler/rustc_lint/src/errors.rs
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 29 | + | |
34 | 30 |
| |
35 | 31 |
| |
36 | 32 |
| |
|
+3-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
| |||
327 | 325 |
| |
328 | 326 |
| |
329 | 327 |
| |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
| 328 | + | |
335 | 329 |
| |
336 | 330 |
| |
337 | 331 |
| |
| |||
360 | 354 |
| |
361 | 355 |
| |
362 | 356 |
| |
363 |
| - | |
| 357 | + | |
364 | 358 |
| |
365 | 359 |
| |
366 | 360 |
| |
|
0 commit comments