File tree
228 files changed
+3480
-2121
lines changed- compiler
- rustc_const_eval/src
- const_eval
- interpret
- rustc_data_structures/src
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_lint/src
- rustc_middle/src
- rustc_mir_transform/src/coverage
- spans
- library
- alloc/src/ffi
- core/src/slice
- std
- src/io
- src
- librustdoc/html/render
- tools
- miri/tests/pass/issues
- rust-analyzer
- .github/workflows
- crates
- base-db
- src
- flycheck/src
- hir
- src
- semantics
- hir-def/src
- body
- hir
- macro_expansion_tests
- mbe
- nameres
- hir-expand/src
- hir-ty/src
- diagnostics
- match_check
- infer
- layout
- mir
- eval
- shim
- lower
- tests
- ide/src
- hover
- inlay_hints
- ide-assists
- src
- handlers
- tests
- ide-completion
- src
- completions
- context
- render
- tests
- ide-db/src
- generated
- imports
- insert_use
- ide-diagnostics
- src
- handlers
- mbe/src
- expander
- proc-macro-api/src
- proc-macro-srv
- proc-macro-test
- src/server
- proc-macro-srv-cli/src
- profile
- src
- project-model/src
- rust-analyzer
- src
- bin
- cli
- handlers
- lsp
- tracing
- tests/slow-tests
- stdx
- src
- syntax
- src
- ast
- test-utils
- src
- docs
- dev
- user
- editors/code
- src
- lib/lsp-server/src
- tests/coverage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
228 files changed
+3480
-2121
lines changedDiff for: Cargo.lock
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2169 | 2169 |
| |
2170 | 2170 |
| |
2171 | 2171 |
| |
2172 |
| - | |
| 2172 | + | |
2173 | 2173 |
| |
2174 |
| - | |
| 2174 | + | |
2175 | 2175 |
| |
2176 | 2176 |
| |
2177 | 2177 |
| |
|
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
54 |
| - | |
| 52 | + | |
55 | 53 |
| |
56 | 54 |
| |
57 | 55 |
| |
|
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
376 |
| - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
377 | 381 |
| |
378 | 382 |
| |
379 | 383 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
648 |
| - | |
| 648 | + | |
| 649 | + | |
649 | 650 |
| |
650 | 651 |
| |
651 | 652 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Diff for: compiler/rustc_middle/src/arena.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
Diff for: compiler/rustc_middle/src/tests.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
+21-26
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
397 |
| - | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
398 | 400 |
| |
399 | 401 |
| |
400 | 402 |
| |
| |||
407 | 409 |
| |
408 | 410 |
| |
409 | 411 |
| |
410 |
| - | |
411 |
| - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
412 | 426 |
| |
413 | 427 |
| |
414 | 428 |
| |
415 |
| - | |
416 |
| - | |
| 429 | + | |
| 430 | + | |
417 | 431 |
| |
418 | 432 |
| |
419 | 433 |
| |
| |||
423 | 437 |
| |
424 | 438 |
| |
425 | 439 |
| |
426 |
| - | |
427 |
| - | |
428 |
| - | |
| 440 | + | |
429 | 441 |
| |
430 | 442 |
| |
431 | 443 |
| |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
449 |
| - | |
| 444 | + | |
450 | 445 |
| |
451 | 446 |
| |
452 | 447 |
| |
|
+21-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
56 | 69 |
| |
57 | 70 |
| |
58 | 71 |
| |
|
+14-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 26 | + | |
39 | 27 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
45 | 41 |
| |
46 | 42 |
| |
47 | 43 |
| |
|
Diff for: library/alloc/src/ffi/c_str.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1024 | 1024 |
| |
1025 | 1025 |
| |
1026 | 1026 |
| |
| 1027 | + | |
| 1028 | + | |
1027 | 1029 |
| |
1028 | 1030 |
| |
1029 | 1031 |
| |
|
Diff for: library/core/src/slice/mod.rs
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2989 | 2989 |
| |
2990 | 2990 |
| |
2991 | 2991 |
| |
2992 |
| - | |
| 2992 | + | |
2993 | 2993 |
| |
2994 | 2994 |
| |
2995 | 2995 |
| |
| |||
3017 | 3017 |
| |
3018 | 3018 |
| |
3019 | 3019 |
| |
3020 |
| - | |
| 3020 | + | |
3021 | 3021 |
| |
3022 | 3022 |
| |
3023 | 3023 |
| |
| |||
3038 | 3038 |
| |
3039 | 3039 |
| |
3040 | 3040 |
| |
3041 |
| - | |
3042 |
| - | |
| 3041 | + | |
| 3042 | + | |
3043 | 3043 |
| |
3044 | 3044 |
| |
3045 | 3045 |
| |
| |||
3068 | 3068 |
| |
3069 | 3069 |
| |
3070 | 3070 |
| |
3071 |
| - | |
| 3071 | + | |
3072 | 3072 |
| |
3073 | 3073 |
| |
3074 | 3074 |
| |
| |||
3093 | 3093 |
| |
3094 | 3094 |
| |
3095 | 3095 |
| |
3096 |
| - | |
3097 |
| - | |
| 3096 | + | |
| 3097 | + | |
3098 | 3098 |
| |
3099 | 3099 |
| |
3100 | 3100 |
| |
|
Diff for: library/std/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Diff for: library/std/src/io/mod.rs
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
581 | 585 |
| |
582 |
| - | |
| 586 | + | |
| 587 | + | |
583 | 588 |
| |
584 | 589 |
| |
585 | 590 |
| |
|
Diff for: library/std/src/io/tests.rs
+30-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + |
0 commit comments