File tree
7 files changed
+24
-19
lines changed- library
- alloc/src/collections/vec_deque
- std/src/io
- src
- doc
- tools
7 files changed
+24
-19
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 |
| - | |
22 |
| - | |
| 22 | + | |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 |
| - | |
| 26 | + | |
26 | 27 |
| |
27 |
| - | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 |
| - | |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
Lines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
| 539 | + | |
| 540 | + | |
540 | 541 |
| |
541 | 542 |
| |
542 | 543 |
| |
| |||
550 | 551 |
| |
551 | 552 |
| |
552 | 553 |
| |
553 |
| - | |
| 554 | + | |
554 | 555 |
| |
555 | 556 |
| |
556 | 557 |
| |
| |||
567 | 568 |
| |
568 | 569 |
| |
569 | 570 |
| |
570 |
| - | |
| 571 | + | |
571 | 572 |
| |
572 | 573 |
| |
573 | 574 |
| |
| |||
585 | 586 |
| |
586 | 587 |
| |
587 | 588 |
| |
588 |
| - | |
| 589 | + | |
589 | 590 |
| |
590 | 591 |
| |
591 | 592 |
| |
| |||
599 | 600 |
| |
600 | 601 |
| |
601 | 602 |
| |
602 |
| - | |
| 603 | + | |
603 | 604 |
| |
604 | 605 |
| |
605 | 606 |
| |
| |||
2890 | 2891 |
| |
2891 | 2892 |
| |
2892 | 2893 |
| |
2893 |
| - | |
| 2894 | + | |
2894 | 2895 |
| |
2895 | 2896 |
| |
2896 | 2897 |
| |
| |||
2903 | 2904 |
| |
2904 | 2905 |
| |
2905 | 2906 |
| |
| 2907 | + | |
2906 | 2908 |
| |
2907 | 2909 |
| |
2908 | 2910 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
| 417 | + | |
| 418 | + | |
418 | 419 |
| |
419 | 420 |
| |
420 | 421 |
| |
| |||
438 | 439 |
| |
439 | 440 |
| |
440 | 441 |
| |
441 |
| - | |
| 442 | + | |
| 443 | + | |
442 | 444 |
| |
443 | 445 |
| |
444 | 446 |
| |
|
Submodule rust-by-example updated 9 files
- CHANGELOG.md+3-88
- Cargo.toml+1-1
- ci/dump-environment.sh-9
- crates/resolver-tests/src/lib.rs+1-1
- src/bin/cargo/commands/add.rs+1-1
- src/bin/cargo/commands/config.rs+1
- src/bin/cargo/commands/help.rs+5-15
- src/bin/cargo/main.rs+1-14
- src/cargo/core/compiler/job_queue.rs+6-24
- src/cargo/core/compiler/mod.rs+17-3
- src/cargo/core/compiler/standard_lib.rs-1
- src/cargo/core/compiler/unit.rs+2-16
- src/cargo/core/compiler/unit_dependencies.rs-5
- src/cargo/core/features.rs+12-4
- src/cargo/core/shell.rs+2-5
- src/cargo/core/source/source_id.rs+26-81
- src/cargo/core/workspace.rs+1-1
- src/cargo/ops/cargo_compile/mod.rs+34-31
- src/cargo/ops/cargo_compile/unit_generator.rs+22-59
- src/cargo/ops/cargo_package.rs+1-13
- src/doc/contrib/src/architecture/codebase.md-4
- src/doc/src/SUMMARY.md-3
- src/doc/src/reference/registries.md+570-31
- src/doc/src/reference/registry-index.md-205
- src/doc/src/reference/registry-web-api.md-354
- src/doc/src/reference/running-a-registry.md-20
- src/doc/src/reference/unstable.md+50-19
- tests/testsuite/artifact_dep.rs-407
- tests/testsuite/build.rs+5-10
- tests/testsuite/cargo_add/multiple_conflicts_with_features/stderr.log+1-1
- tests/testsuite/check.rs-47
- tests/testsuite/collisions.rs+1-3
- tests/testsuite/docscrape.rs+63-72
- tests/testsuite/lto.rs+4
- tests/testsuite/publish_lockfile.rs-98
- triagebot.toml-14
0 commit comments