This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
18 files changed
+354
-138
lines changed- compiler/rustc_parse/src/parser
- src
- doc
- librustdoc/html
- render
- static
- themes
- test/ui/parser
18 files changed
+354
-138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1399 | 1399 | | |
1400 | 1400 | | |
1401 | 1401 | | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
1402 | 1433 | | |
1403 | 1434 | | |
1404 | 1435 | | |
| |||
1408 | 1439 | | |
1409 | 1440 | | |
1410 | 1441 | | |
1411 | | - | |
| 1442 | + | |
1412 | 1443 | | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
1413 | 1457 | | |
1414 | 1458 | | |
1415 | 1459 | | |
| |||
- .github/workflows/main.yml+2-2
- listings/ch02-guessing-game-tutorial/no-listing-02-without-expect/output.txt+1-1
- listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/output.txt+1
- listings/ch09-error-handling/no-listing-02-ask-compiler-for-type/output.txt+2-2
- listings/ch11-writing-automated-tests/listing-11-01/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-03/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-06/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-07/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-08/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-10/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-11/output.txt+1-1
- listings/ch11-writing-automated-tests/listing-11-13/output.txt+2-2
- listings/ch11-writing-automated-tests/no-listing-01-changing-test-name/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-02-adding-another-rectangle-test/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-03-introducing-a-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-04-bug-in-add-two/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-06-greeter-with-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-07-custom-failure-message/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-09-guess-with-panic-msg-bug/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-11-ignore-a-test/output.txt+1-1
- listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/output.txt+3-3
- listings/ch11-writing-automated-tests/output-only-01-show-output/output.txt+1-1
- listings/ch11-writing-automated-tests/output-only-02-single-test/output.txt+1-1
- listings/ch11-writing-automated-tests/output-only-03-multiple-tests/output.txt+1-1
- listings/ch11-writing-automated-tests/output-only-04-running-ignored/output.txt+1-1
- listings/ch11-writing-automated-tests/output-only-05-single-integration/output.txt+1-1
- listings/ch12-an-io-project/listing-12-12/output.txt+1-1
- listings/ch15-smart-pointers/listing-15-15/output.txt+4-4
- listings/ch18-patterns-and-matching/listing-18-10/output.txt+3-1
- rust-toolchain+1-1
- src/ch11-01-writing-tests.md+1-1
- src/title-page.md+1-1
- tools/update-rustc.sh+3-3
- src/atomics.md+2-2
- src/exception-safety.md+2-2
- src/safe-unsafe-meaning.md+13-10
- src/vec-alloc.md+58-51
- src/vec-dealloc.md+3-6
- src/vec-drain.md+1-1
- src/vec-final.md+110-94
- src/vec-insert-remove.md+8-10
- src/vec-into-iter.md+6-6
- src/vec-layout.md+18-43
- src/vec-push-pop.md+2-2
- src/vec-raw.md+55-40
- src/vec-zsts.md+42-36
- src/vec.md+4-10
- src/working-with-unsafe.md+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1347 | 1347 | | |
1348 | 1348 | | |
1349 | 1349 | | |
| 1350 | + | |
1350 | 1351 | | |
1351 | 1352 | | |
1352 | 1353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | 384 | | |
428 | 385 | | |
429 | 386 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | 387 | | |
435 | 388 | | |
436 | 389 | | |
| |||
585 | 538 | | |
586 | 539 | | |
587 | 540 | | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | 541 | | |
599 | 542 | | |
600 | 543 | | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | 544 | | |
661 | 545 | | |
662 | 546 | | |
| |||
1121 | 1005 | | |
1122 | 1006 | | |
1123 | 1007 | | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
1124 | 1029 | | |
1125 | 1030 | | |
1126 | 1031 | | |
| |||
1165 | 1070 | | |
1166 | 1071 | | |
1167 | 1072 | | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
1168 | 1080 | | |
1169 | 1081 | | |
1170 | 1082 | | |
| |||
1223 | 1135 | | |
1224 | 1136 | | |
1225 | 1137 | | |
1226 | | - | |
| 1138 | + | |
1227 | 1139 | | |
1228 | 1140 | | |
1229 | 1141 | | |
| |||
0 commit comments