File tree
206 files changed
+996
-1002
lines changed- compiler
- rustc_borrowck/src/type_check
- rustc_const_eval
- src
- const_eval
- interpret
- rustc_feature/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_middle/src/ty
- rustc_next_trait_solver/src
- solve
- eval_ctxt
- rustc_resolve
- src
- late
- rustc_span/src
- rustc_trait_selection/src
- error_reporting/traits
- solve
- traits/select
- rustc_transmute
- src
- layout
- maybe_transmutable
- src
- doc/rustdoc/src/write-documentation
- tools
- miri/tests/fail
- rustfmt
- src
- tests
- source
- target
- tests
- codegen
- ui
- borrowck
- coherence
- const-generics
- generic_const_parameter_types
- issues
- const-ptr
- consts
- const-eval
- heap
- control-flow
- miri_unleashed
- required-consts
- error-codes
- explicit-tail-calls
- feature-gates
- generic-const-items
- generics
- infinite
- inline-const
- issues
- layout
- lifetimes
- limits
- simd
- structs/default-field-values
- transmutability
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
206 files changed
+996
-1002
lines changedDiff for: Cargo.lock
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4501 | 4501 |
| |
4502 | 4502 |
| |
4503 | 4503 |
| |
4504 |
| - | |
4505 |
| - | |
4506 | 4504 |
| |
4507 | 4505 |
| |
4508 | 4506 |
| |
|
+13-31
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
| |||
2121 | 2120 |
| |
2122 | 2121 |
| |
2123 | 2122 |
| |
2124 |
| - | |
2125 |
| - | |
| 2123 | + | |
| 2124 | + | |
2126 | 2125 |
| |
2127 | 2126 |
| |
2128 | 2127 |
| |
2129 | 2128 |
| |
2130 | 2129 |
| |
2131 |
| - | |
| 2130 | + | |
| 2131 | + | |
2132 | 2132 |
| |
2133 | 2133 |
| |
2134 | 2134 |
| |
2135 |
| - | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
2136 | 2138 |
| |
2137 |
| - | |
2138 |
| - | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
2139 | 2142 |
| |
2140 | 2143 |
| |
2141 | 2144 |
| |
2142 |
| - | |
| 2145 | + | |
2143 | 2146 |
| |
2144 |
| - | |
2145 |
| - | |
2146 |
| - | |
2147 |
| - | |
2148 |
| - | |
2149 |
| - | |
2150 |
| - | |
2151 |
| - | |
2152 |
| - | |
| 2147 | + | |
2153 | 2148 |
| |
2154 | 2149 |
| |
2155 | 2150 |
| |
| |||
2707 | 2702 |
| |
2708 | 2703 |
| |
2709 | 2704 |
| |
2710 |
| - | |
2711 |
| - | |
2712 |
| - | |
2713 |
| - | |
2714 |
| - | |
2715 |
| - | |
2716 |
| - | |
2717 |
| - | |
2718 |
| - | |
2719 |
| - | |
2720 |
| - | |
2721 |
| - | |
2722 |
| - |
Diff for: compiler/rustc_const_eval/messages.ftl
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
112 | 114 |
| |
113 | 115 |
| |
114 | 116 |
| |
| |||
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
303 |
| - | |
304 |
| - | |
| 305 | + | |
305 | 306 |
| |
306 | 307 |
| |
307 | 308 |
| |
|
+16-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
| |||
72 | 69 |
| |
73 | 70 |
| |
74 | 71 |
| |
75 |
| - | |
| 72 | + | |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
| |||
115 | 112 |
| |
116 | 113 |
| |
117 | 114 |
| |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
118 | 129 |
| |
119 | 130 |
| |
120 | 131 |
| |
|
Diff for: compiler/rustc_const_eval/src/errors.rs
+22-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| |||
278 | 280 |
| |
279 | 281 |
| |
280 | 282 |
| |
281 |
| - | |
282 |
| - | |
| 283 | + | |
283 | 284 |
| |
284 |
| - | |
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
289 | 308 |
| |
290 | 309 |
| |
291 | 310 |
| |
|
+8-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
235 | 241 |
| |
236 | 242 |
| |
237 | 243 |
| |
238 | 244 |
| |
239 | 245 |
| |
240 |
| - | |
| 246 | + | |
241 | 247 |
| |
242 | 248 |
| |
243 | 249 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
| 511 | + | |
| 512 | + | |
511 | 513 |
| |
512 | 514 |
| |
513 | 515 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
969 |
| - | |
| 969 | + | |
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
| |||
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 |
| - | |
| 983 | + | |
984 | 984 |
| |
985 | 985 |
| |
986 | 986 |
| |
|
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1822 | 1822 |
| |
1823 | 1823 |
| |
1824 | 1824 |
| |
1825 |
| - | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
1826 | 1829 |
| |
1827 | 1830 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
| 226 | + | |
230 | 227 |
| |
231 | 228 |
| |
232 | 229 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
|
0 commit comments