13 files changed
+544
-148
lines changed- .gitattributes+2
- .github/ISSUE_TEMPLATE.md+18-15
- .github/PULL_REQUEST_TEMPLATE.md+14-4
- .travis.yml-2
- CONTRIBUTING.md+67-9
- README.md+27-19
- ci/build.sh+8
- ci/stable-check/Cargo.lock+4
- ci/stable-check/Cargo.toml+6
- ci/stable-check/src/main.rs+53
- first-edition/src/README.md+1-1
- first-edition/src/closures.md+4-19
- first-edition/src/compiler-plugins.md-253
- first-edition/src/ffi.md+11-22
- first-edition/src/iterators.md+2-3
- first-edition/src/loops.md+10-6
- first-edition/src/macros.md+1
- second-edition/dictionary.txt+2
- second-edition/src/SUMMARY.md+1
- second-edition/src/appendix-01-keywords.md+49-37
- second-edition/src/appendix-07-newest-features.md+35
- second-edition/src/ch01-00-introduction.md+3-1
- second-edition/src/ch01-01-installation.md+1-1
- second-edition/src/ch01-02-hello-world.md+1-1
- second-edition/src/ch02-00-guessing-game-tutorial.md+1-1
- second-edition/src/ch04-02-references-and-borrowing.md+1-1
- second-edition/src/ch06-02-match.md+1-1
- second-edition/src/ch07-01-mod-and-the-filesystem.md+1-1
- second-edition/src/ch10-02-traits.md+1-1
- second-edition/src/ch14-02-publishing-to-crates-io.md+1-4
- second-edition/src/ch15-02-deref.md+22-18
Submodule nomicon updated from d08fe97 to 616b984
Submodule reference updated from 5165499 to acedc32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
13 | 33 |
| |
14 | 34 |
| |
15 |
| - | |
16 | 35 |
| |
17 | 36 |
| |
18 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1563 | 1563 |
| |
1564 | 1564 |
| |
1565 | 1565 |
| |
1566 |
| - | |
| 1566 | + | |
1567 | 1567 |
| |
1568 | 1568 |
| |
1569 | 1569 |
| |
| |||
1631 | 1631 |
| |
1632 | 1632 |
| |
1633 | 1633 |
| |
1634 |
| - | |
| 1634 | + | |
1635 | 1635 |
| |
1636 | 1636 |
| |
1637 | 1637 |
| |
| |||
1662 | 1662 |
| |
1663 | 1663 |
| |
1664 | 1664 |
| |
1665 |
| - | |
| 1665 | + | |
1666 | 1666 |
| |
1667 | 1667 |
| |
1668 | 1668 |
| |
| |||
1674 | 1674 |
| |
1675 | 1675 |
| |
1676 | 1676 |
| |
1677 |
| - | |
| 1677 | + | |
1678 | 1678 |
| |
1679 | 1679 |
| |
1680 | 1680 |
| |
| |||
1706 | 1706 |
| |
1707 | 1707 |
| |
1708 | 1708 |
| |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
1709 | 1730 |
| |
1710 | 1731 |
| |
1711 | 1732 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 |
| |
93 | 97 |
| |
94 | 98 |
| |
|
0 commit comments