File tree
112 files changed
+1552
-880
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_attr_data_structures/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- ty
- rustc_next_trait_solver/src/solve
- eval_ctxt
- inspect
- rustc_parse/src/parser
- rustc_parse_format/src
- rustc_span/src
- rustc_trait_selection/src
- solve/fulfill
- traits/select
- rustc_type_ir/src
- search_graph
- solve
- library
- core/src
- fmt
- coretests/tests/num/flt2dec
- std/src/sys
- fs
- pal/unix
- process
- src
- bootstrap
- src
- bin
- core
- build_steps
- builder
- config
- utils
- cc_detect
- ci/citool
- src
- jobs
- doc
- rustc/src
- platform-support
- rustc-dev-guide/src/tests
- librustdoc
- clean
- html
- static/js
- json
- rustdoc-json-types
- tools
- build-manifest/src
- rls
- src
- rust-analyzer/crates/hir-def/src/hir
- tidy/src
- tests
- mir-opt
- pretty
- run-make/rust-lld
- rustdoc-json
- enums/discriminant
- ui
- associated-type-bounds
- feature-gates
- lazy-type-alias
- traits/next-solver
- coherence
- cycles
- overflow
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
112 files changed
+1552
-880
lines changedDiff for: Cargo.lock
-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3044 | 3044 |
| |
3045 | 3045 |
| |
3046 | 3046 |
| |
3047 |
| - | |
3048 |
| - | |
3049 |
| - | |
3050 |
| - | |
3051 |
| - | |
3052 |
| - | |
3053 |
| - | |
3054 | 3047 |
| |
3055 | 3048 |
| |
3056 | 3049 |
| |
|
Diff for: Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
|
Diff for: compiler/rustc_ast/src/format.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+11-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2130 | 2130 |
| |
2131 | 2131 |
| |
2132 | 2132 |
| |
2133 |
| - | |
| 2133 | + | |
2134 | 2134 |
| |
2135 | 2135 |
| |
2136 |
| - | |
2137 |
| - | |
2138 |
| - | |
2139 |
| - | |
| 2136 | + | |
2140 | 2137 |
| |
2141 | 2138 |
| |
2142 | 2139 |
| |
2143 | 2140 |
| |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
2144 | 2145 |
| |
2145 |
| - | |
2146 |
| - | |
2147 |
| - | |
2148 |
| - | |
2149 |
| - | |
2150 |
| - | |
2151 |
| - | |
2152 |
| - | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
2153 | 2151 |
| |
2154 | 2152 |
| |
2155 | 2153 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 |
| - | |
| 295 | + | |
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
|
+30-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
43 |
| - | |
44 |
| - | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
52 |
| - | |
53 |
| - | |
| 56 | + | |
| 57 | + | |
54 | 58 |
| |
| 59 | + | |
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
61 | 66 |
| |
62 |
| - | |
63 |
| - | |
| 67 | + | |
| 68 | + | |
64 | 69 |
| |
| 70 | + | |
65 | 71 |
| |
66 | 72 |
| |
67 | 73 |
| |
| |||
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
73 |
| - | |
| 79 | + | |
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
78 | 84 |
| |
79 | 85 |
| |
80 | 86 |
| |
81 |
| - | |
| 87 | + | |
82 | 88 |
| |
83 | 89 |
| |
84 | 90 |
| |
| |||
87 | 93 |
| |
88 | 94 |
| |
89 | 95 |
| |
90 |
| - | |
| 96 | + | |
91 | 97 |
| |
92 | 98 |
| |
93 | 99 |
| |
| |||
97 | 103 |
| |
98 | 104 |
| |
99 | 105 |
| |
100 |
| - | |
| 106 | + | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
| |||
106 | 112 |
| |
107 | 113 |
| |
108 | 114 |
| |
109 |
| - | |
| 115 | + | |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
113 | 119 |
| |
114 |
| - | |
| 120 | + | |
115 | 121 |
| |
116 |
| - | |
| 122 | + | |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
120 | 126 |
| |
121 |
| - | |
| 127 | + | |
122 | 128 |
| |
123 |
| - | |
| 129 | + | |
124 | 130 |
| |
125 | 131 |
| |
126 |
| - | |
| 132 | + | |
127 | 133 |
| |
128 | 134 |
| |
129 | 135 |
| |
130 | 136 |
| |
131 |
| - | |
132 |
| - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
133 | 141 |
| |
134 | 142 |
| |
135 | 143 |
| |
136 | 144 |
| |
137 | 145 |
| |
138 | 146 |
| |
139 |
| - | |
| 147 | + | |
140 | 148 |
| |
141 | 149 |
| |
142 | 150 |
| |
| |||
147 | 155 |
| |
148 | 156 |
| |
149 | 157 |
| |
150 |
| - | |
151 |
| - | |
| 158 | + | |
| 159 | + | |
152 | 160 |
| |
153 | 161 |
| |
154 | 162 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+7-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3368 | 3368 |
| |
3369 | 3369 |
| |
3370 | 3370 |
| |
3371 |
| - | |
3372 |
| - | |
3373 |
| - | |
| 3371 | + | |
| 3372 | + | |
| 3373 | + | |
3374 | 3374 |
| |
3375 |
| - | |
| 3375 | + | |
3376 | 3376 |
| |
3377 | 3377 |
| |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
3378 | 3381 |
| |
3379 | 3382 |
| |
3380 | 3383 |
| |
|
+8-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
1792 | 1792 |
| |
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 |
| - | |
| 1795 | + | |
1796 | 1796 |
| |
1797 | 1797 |
| |
1798 | 1798 |
| |
| |||
1801 | 1801 |
| |
1802 | 1802 |
| |
1803 | 1803 |
| |
1804 |
| - | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
1805 | 1810 |
| |
1806 | 1811 |
| |
1807 | 1812 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1520 | 1520 |
| |
1521 | 1521 |
| |
1522 | 1522 |
| |
1523 |
| - | |
| 1523 | + | |
1524 | 1524 |
| |
1525 | 1525 |
| |
1526 | 1526 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 |
| - | |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
|
+16-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 |
| |
22 | 26 |
| |
23 |
| - | |
24 |
| - | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 |
| - | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
| 40 | + | |
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
| |||
48 | 51 |
| |
49 | 52 |
| |
50 | 53 |
| |
51 |
| - | |
52 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 |
| |
54 | 59 |
| |
55 | 60 |
| |
| |||
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
65 |
| - | |
| 70 | + | |
66 | 71 |
| |
67 | 72 |
| |
68 | 73 |
| |
69 |
| - | |
| 74 | + | |
70 | 75 |
| |
71 |
| - | |
| 76 | + | |
72 | 77 |
| |
73 | 78 |
| |
74 | 79 |
| |
| |||
138 | 143 |
| |
139 | 144 |
| |
140 | 145 |
| |
141 |
| - | |
| 146 | + | |
142 | 147 |
| |
143 | 148 |
| |
144 | 149 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
440 | 441 |
| |
441 | 442 |
| |
442 | 443 |
| |
443 |
| - | |
| 444 | + | |
444 | 445 |
| |
445 | 446 |
| |
446 | 447 |
| |
|
0 commit comments