File tree
82 files changed
+637
-367
lines changed- compiler
- rustc_codegen_llvm
- rustc_const_eval/src
- const_eval
- transform/check_consts
- rustc_data_structures
- src
- rustc_hir/src
- rustc_incremental/src/persist
- rustc_query_impl
- rustc_query_system/src/dep_graph
- rustc_session/src
- rustc_span/src
- rustc_typeck/src
- library
- alloc/src
- core
- src
- array
- char
- convert
- fmt
- iter/adapters
- num
- panic
- ptr
- sync
- task
- tests
- fmt
- std/src
- src
- librustdoc/html
- render
- static/css
- themes
- test
- rustdoc
- rustdoc-gui
- src/lib2
- ui
- derives
- generic-associated-types
- generics
- issues
- rfc-2632-const-trait-impl
- suggestions
- type-alias-impl-trait
- typeck
- unsized
- tools/clippy/clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+637
-367
lines changedDiff for: Cargo.lock
+19-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2143 | 2143 |
| |
2144 | 2144 |
| |
2145 | 2145 |
| |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
2146 | 2160 |
| |
2147 | 2161 |
| |
2148 | 2162 |
| |
| |||
2247 | 2261 |
| |
2248 | 2262 |
| |
2249 | 2263 |
| |
2250 |
| - | |
| 2264 | + | |
2251 | 2265 |
| |
2252 | 2266 |
| |
2253 | 2267 |
| |
| |||
3235 | 3249 |
| |
3236 | 3250 |
| |
3237 | 3251 |
| |
3238 |
| - | |
| 3252 | + | |
3239 | 3253 |
| |
3240 | 3254 |
| |
3241 | 3255 |
| |
| |||
3674 | 3688 |
| |
3675 | 3689 |
| |
3676 | 3690 |
| |
3677 |
| - | |
| 3691 | + | |
3678 | 3692 |
| |
3679 | 3693 |
| |
3680 | 3694 |
| |
| |||
3767 | 3781 |
| |
3768 | 3782 |
| |
3769 | 3783 |
| |
3770 |
| - | |
| 3784 | + | |
3771 | 3785 |
| |
3772 | 3786 |
| |
3773 | 3787 |
| |
| |||
4292 | 4306 |
| |
4293 | 4307 |
| |
4294 | 4308 |
| |
4295 |
| - | |
| 4309 | + | |
4296 | 4310 |
| |
4297 | 4311 |
| |
4298 | 4312 |
| |
|
Diff for: RELEASES.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
Diff for: compiler/rustc_codegen_llvm/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
| 75 | + | |
78 | 76 |
| |
79 | 77 |
| |
80 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
83 | 82 |
| |
84 | 83 |
| |
85 | 84 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
+40-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
118 |
| - | |
| 119 | + | |
| 120 | + | |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
| |||
136 | 138 |
| |
137 | 139 |
| |
138 | 140 |
| |
| 141 | + | |
139 | 142 |
| |
140 | 143 |
| |
141 | 144 |
| |
| |||
285 | 288 |
| |
286 | 289 |
| |
287 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
288 | 318 |
| |
289 | 319 |
| |
290 | 320 |
| |
| |||
372 | 402 |
| |
373 | 403 |
| |
374 | 404 |
| |
375 |
| - | |
| 405 | + | |
376 | 406 |
| |
377 | 407 |
| |
378 | 408 |
| |
| |||
425 | 455 |
| |
426 | 456 |
| |
427 | 457 |
| |
| 458 | + | |
428 | 459 |
| |
429 | 460 |
| |
430 | 461 |
| |
| |||
447 | 478 |
| |
448 | 479 |
| |
449 | 480 |
| |
| 481 | + | |
450 | 482 |
| |
451 | 483 |
| |
452 | 484 |
| |
| |||
491 | 523 |
| |
492 | 524 |
| |
493 | 525 |
| |
| 526 | + | |
494 | 527 |
| |
495 | 528 |
| |
496 | 529 |
| |
| |||
561 | 594 |
| |
562 | 595 |
| |
563 | 596 |
| |
564 |
| - | |
| 597 | + | |
565 | 598 |
| |
566 | 599 |
| |
567 | 600 |
| |
| |||
655 | 688 |
| |
656 | 689 |
| |
657 | 690 |
| |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
658 | 695 |
| |
659 | 696 |
| |
660 | 697 |
| |
|
Diff for: compiler/rustc_hir/src/lang_items.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 |
| - | |
296 | 295 |
| |
297 | 296 |
| |
298 | 297 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 |
| |
99 | 105 |
| |
100 | 106 |
| |
|
Diff for: compiler/rustc_query_impl/Cargo.toml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
+7-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
239 | 243 |
| |
240 | 244 |
| |
241 | 245 |
| |
| |||
332 | 336 |
| |
333 | 337 |
| |
334 | 338 |
| |
335 |
| - | |
| 339 | + | |
336 | 340 |
| |
337 | 341 |
|
Diff for: compiler/rustc_session/src/options.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1283 | 1283 |
| |
1284 | 1284 |
| |
1285 | 1285 |
| |
1286 |
| - | |
| 1286 | + | |
1287 | 1287 |
| |
1288 | 1288 |
| |
1289 | 1289 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 |
| - | |
359 | 358 |
| |
360 | 359 |
| |
361 | 360 |
| |
|
Diff for: compiler/rustc_typeck/src/bounds.rs
+4-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
|
0 commit comments