File tree
47 files changed
+347
-74
lines changed- compiler
- rustc_ast/src
- rustc_codegen_llvm/src
- debuginfo
- rustc_hir_typeck/src/fn_ctxt
- rustc_infer/src/traits
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src/thir/pattern
- rustc_mir_dataflow/src/framework
- rustc_resolve/src
- rustc_trait_selection/src/traits
- error_reporting
- library
- core
- src
- net
- ptr
- tests
- num/flt2dec
- portable-simd/crates/core_simd/src
- std/src
- sys
- common
- uefi
- unix/process
- thread
- src
- doc/rustc/src/platform-support
- tools
- clippy/tests/ui
- miri/tests/utils
- rust-analyzer/crates
- parser/src
- syntax_kind
- syntax/src/tests
- rustfmt/src/config
- tests/ui
- imports
- lint/unused
- parser
- pattern
- privacy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+347
-74
lines changedDiff for: compiler/rustc_ast/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 |
| - | |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
|
Diff for: compiler/rustc_infer/src/traits/mod.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
|
Diff for: compiler/rustc_middle/src/ty/assoc.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
201 | 209 |
| |
202 | 210 |
| |
203 | 211 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
146 | 145 |
| |
147 | 146 |
| |
148 | 147 |
| |
149 |
| - | |
150 | 148 |
| |
151 | 149 |
| |
152 | 150 |
| |
| |||
173 | 171 |
| |
174 | 172 |
| |
175 | 173 |
| |
176 |
| - | |
| 174 | + | |
177 | 175 |
| |
178 | 176 |
| |
179 | 177 |
| |
| |||
332 | 330 |
| |
333 | 331 |
| |
334 | 332 |
| |
335 |
| - | |
336 | 333 |
| |
337 | 334 |
| |
338 | 335 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 | 44 |
| |
50 | 45 |
| |
51 | 46 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Diff for: library/core/src/net/ip_addr.rs
+13-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
414 | 413 |
| |
415 | 414 |
| |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
416 | 419 |
| |
417 | 420 |
| |
418 | 421 |
| |
419 | 422 |
| |
420 | 423 |
| |
421 | 424 |
| |
422 | 425 |
| |
423 |
| - | |
424 |
| - | |
| 426 | + | |
| 427 | + | |
425 | 428 |
| |
426 | 429 |
| |
427 |
| - | |
| 430 | + | |
428 | 431 |
| |
429 | 432 |
| |
430 | 433 |
| |
| |||
1748 | 1751 |
| |
1749 | 1752 |
| |
1750 | 1753 |
| |
1751 |
| - | |
1752 |
| - | |
| 1754 | + | |
1753 | 1755 |
| |
1754 | 1756 |
| |
1755 |
| - | |
| 1757 | + | |
| 1758 | + | |
1756 | 1759 |
| |
1757 | 1760 |
| |
1758 | 1761 |
| |
| |||
1817 | 1820 |
| |
1818 | 1821 |
| |
1819 | 1822 |
| |
1820 |
| - | |
1821 |
| - | |
| 1823 | + | |
1822 | 1824 |
| |
1823 | 1825 |
| |
1824 |
| - | |
| 1826 | + | |
| 1827 | + | |
1825 | 1828 |
| |
1826 | 1829 |
| |
1827 | 1830 |
| |
|
Diff for: library/core/src/ptr/const_ptr.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
845 |
| - | |
| 845 | + | |
846 | 846 |
| |
847 | 847 |
| |
848 | 848 |
| |
|
Diff for: library/core/tests/lib.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
125 | 123 |
| |
126 | 124 |
| |
127 | 125 |
| |
|
Diff for: library/core/tests/num/flt2dec/mod.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 | 38 |
| |
40 | 39 |
|
Diff for: library/std/src/sys/common/mod.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
0 commit comments