File tree
99 files changed
+1573
-333
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- rustc_codegen_ssa/src/mir
- rustc_errors/src
- rustc_hir_analysis
- src
- hir_ty_lowering
- outlives
- rustc_hir_typeck/src
- rustc_pattern_analysis/src
- rustc_trait_selection/src/traits/select
- library
- alloc/src/vec
- core/src/intrinsics
- src
- bootstrap
- defaults
- src
- core
- build_steps
- builder
- config
- utils
- ci
- citool
- src
- tests
- docker/host-x86_64
- mingw-check
- x86_64-gnu-tools
- github-actions
- doc
- unstable-book/src/language-features
- librustdoc
- html
- render
- templates
- tools
- compiletest/src
- generate-copyright
- src
- rust-analyzer/crates
- hir-ty/src
- mir/eval
- ide-completion/src/completions
- intern/src/symbol
- tests
- codegen/enum
- incremental
- ui
- async-await
- compiletest-self-test
- const-generics
- defaults
- generic_const_exprs
- consts/const_in_pattern
- dyn-compatibility
- fn
- impl-trait
- implied-bounds
- mismatched_types
- modules
- moves
- parallel-rustc
- parser/issues/issue-87217-keyword-order
- proc-macro
- resolve
- structs/default-field-values
- suggestions
- traits
- non_lifetime_binders
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+1573
-333
lines changedDiff for: Cargo.lock
+54-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
189 | 231 |
| |
190 | 232 |
| |
191 | 233 |
| |
| |||
1345 | 1387 |
| |
1346 | 1388 |
| |
1347 | 1389 |
| |
| 1390 | + | |
1348 | 1391 |
| |
1349 |
| - | |
1350 | 1392 |
| |
1351 | 1393 |
| |
1352 | 1394 |
| |
| |||
3069 | 3111 |
| |
3070 | 3112 |
| |
3071 | 3113 |
| |
3072 |
| - | |
3073 | 3114 |
| |
3074 |
| - | |
3075 | 3115 |
| |
3076 | 3116 |
| |
3077 | 3117 |
| |
| |||
4628 | 4668 |
| |
4629 | 4669 |
| |
4630 | 4670 |
| |
| 4671 | + | |
4631 | 4672 |
| |
4632 | 4673 |
| |
4633 | 4674 |
| |
| |||
4636 | 4677 |
| |
4637 | 4678 |
| |
4638 | 4679 |
| |
4639 |
| - | |
4640 | 4680 |
| |
4641 | 4681 |
| |
4642 | 4682 |
| |
| |||
5426 | 5466 |
| |
5427 | 5467 |
| |
5428 | 5468 |
| |
5429 |
| - | |
| 5469 | + | |
5430 | 5470 |
| |
5431 | 5471 |
| |
5432 | 5472 |
| |
| |||
6437 | 6477 |
| |
6438 | 6478 |
| |
6439 | 6479 |
| |
| 6480 | + | |
| 6481 | + | |
| 6482 | + | |
| 6483 | + | |
| 6484 | + | |
| 6485 | + | |
| 6486 | + | |
| 6487 | + | |
| 6488 | + | |
6440 | 6489 |
| |
6441 | 6490 |
| |
6442 | 6491 |
| |
|
Diff for: bootstrap.example.toml
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
| 445 | + | |
| 446 | + | |
| 447 | + | |
445 | 448 |
| |
446 | 449 |
| |
447 | 450 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 |
| - | |
410 |
| - | |
| 409 | + | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
|
+3-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 11 | + | |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
| |||
633 | 631 |
| |
634 | 632 |
| |
635 | 633 |
| |
636 |
| - | |
637 |
| - | |
638 |
| - | |
| 634 | + | |
| 635 | + | |
639 | 636 |
| |
640 | 637 |
| |
641 | 638 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
337 |
| - | |
| 337 | + | |
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
| |||
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
390 |
| - | |
| 390 | + | |
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
|
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
143 |
| - | |
144 | 142 |
| |
145 | 143 |
| |
146 | 144 |
| |
147 | 145 |
| |
148 |
| - | |
| 146 | + | |
149 | 147 |
| |
150 | 148 |
| |
151 | 149 |
| |
| |||
453 | 451 |
| |
454 | 452 |
| |
455 | 453 |
| |
456 |
| - | |
457 | 454 |
| |
458 | 455 |
| |
459 | 456 |
| |
|
+31-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
496 | 497 |
| |
497 | 498 |
| |
498 | 499 |
| |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
499 | 512 |
| |
500 | 513 |
| |
501 | 514 |
| |
| |||
537 | 550 |
| |
538 | 551 |
| |
539 | 552 |
| |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
540 | 568 |
| |
541 | 569 |
| |
542 | 570 |
| |
| |||
553 | 581 |
| |
554 | 582 |
| |
555 | 583 |
| |
556 |
| - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
557 | 587 |
| |
558 | 588 |
| |
559 | 589 |
| |
|
0 commit comments