Commit Graph

1509 Commits

Author SHA1 Message Date
Aaran Xu
eddc0cc367
Merge pull request #23 from YangFong/fix-ch01-02
doc: get rid of unnecessary words
2022-01-07 22:08:22 +08:00
Aaran Xu
1f5a2645e3
Merge pull request #22 from YangFong/fix-ch03-02
doc: remove repetitive words
2022-01-07 22:07:54 +08:00
Aaran Xu
cd96870f69
Merge pull request #24 from YangFong/put-style
docs: adjust the format
2022-01-07 22:05:46 +08:00
Aaran Xu
d82b8349a9
Merge pull request #21 from zyede/patch-1
add the missed right "}"
2022-01-07 22:03:32 +08:00
YangQi
9efe4f9ce1 doc: remove excess whitespace 2022-01-07 20:21:28 +08:00
YangQi
dbc3f99886 doc: get rid of unnecessary words 2022-01-07 11:08:20 +08:00
YangQi
5890f23fb5 docs: adjust the format 2022-01-07 11:04:21 +08:00
YangQi
980f78e42f doc: remove repetitive words 2022-01-07 10:22:39 +08:00
zyede
4ea044fd09
add the missed right "}" 2022-01-07 02:09:34 +08:00
Aaran Xu
f84392238b Update src/title-page.md 2021-11-30 01:40:33 +08:00
Aaran Xu
803f1333bd
Merge pull request #19 from Taswen/patch-1
Update ch19-06-macros.md
2021-11-30 01:39:09 +08:00
Taswen
e909e04964
Update ch19-06-macros.md
例子的序号错误
2021-11-29 00:58:57 +08:00
Aaran Xu
e5ab6b7bd5 Update translation 2021-11-26 03:22:37 +08:00
Aaran Xu
601e289804 Update README.md 2021-11-26 03:08:16 +08:00
Aaran Xu
88323cbd68 src/ch00-00-introduction.md 2021-11-25 03:27:28 +08:00
Aaran Xu
6519ea6ba2 Update src/ch01-03-hello-cargo.md 2021-11-25 03:24:28 +08:00
Aaran Xu
fdd65ac3ea Update src/ch01-01-installation.md 2021-11-24 02:09:30 +08:00
Aaran Xu
4775701dca Update src/ch01-02-hello-world.md 2021-11-24 02:06:31 +08:00
Aaran Xu
7f2fa9b1e2 src/ch01-01-installation.md 2021-11-24 01:19:39 +08:00
Aaran Xu
e60a3de2c1 Udpate src/ch00-00-introduction.md 2021-11-24 00:59:54 +08:00
Aaran Xu
ee6430dcda Update the translation of deref coercion 2021-11-24 00:49:04 +08:00
Aaran Xu
e69fc4e895 Update src/ch03-05-control-flow.md 2021-11-23 02:56:52 +08:00
Aaran Xu
3c855a2a14 Update src/ch02-00-guessing-game-tutorial.md 2021-11-23 02:45:33 +08:00
Aaran Xu
d45846ac24 Update src/SUMMARY.md and src/ch18-00-patterns.md 2021-11-23 02:33:48 +08:00
Aaran Xu
9996dea6ce Update src/title-page.md 2021-10-26 02:19:34 +08:00
Aaran Xu
a7c041d823 Update src/title-page.md 2021-10-26 01:32:52 +08:00
Aaran Xu
d59566811f
Merge pull request #16 from boholder/patch-1
Filled in the missing part of ch07-02-defining-modules-to-control-sco…
2021-10-26 01:26:20 +08:00
Aaran Xu
312a12e5cf
Merge pull request #15 from 871f/patch-10
Update ch19-04-advanced-types.md
2021-10-26 01:25:21 +08:00
Aaran Xu
c42b010f89
Merge pull request #13 from 871f/patch-8
Update ch15-02-deref.md
2021-10-26 01:24:29 +08:00
Aaran Xu
c49f519057
Merge pull request #12 from 871f/patch-6
Update ch15-02-deref.md
2021-10-26 01:23:46 +08:00
boholder
75775f0ff5
Filled in the missing part of ch07-02-defining-modules-to-control-scope-and-privacy.md
The second half of [this section](https://github.com/rust-lang-cn/book-cn/blob/master/src/ch07-02-defining-modules-to-control-scope-and-privacy.md) was left out compared to [the English document](https://github.com/rust-lang/book/edit/main/src/ch07-02-defining-modules-to-control-scope-and-privacy.md). I filled in the missing part.
2021-09-09 16:46:55 +08:00
Daniel
13f2770d65
Update ch19-04-advanced-types.md 2021-07-24 12:32:31 +08:00
Alex
94bb423cc4
Merge pull request #14 from 871f/patch-9
Update ch15-02-deref.md
2021-07-19 08:35:43 +08:00
Daniel
2938ae6d82
Update ch15-02-deref.md 2021-07-18 19:21:49 +08:00
Daniel
8abdd2f502
Update ch15-02-deref.md 2021-07-18 12:50:14 +08:00
Daniel
58f744a567
Update ch15-02-deref.md 2021-07-18 12:47:57 +08:00
Daniel
db0fe0c209
Update ch15-02-deref.md
将复杂句式分解成短句式。
2021-07-18 12:35:53 +08:00
Daniel
b582ca5e88
Update ch15-02-deref.md
解引用的结果是一个值,而非一个引用,而”追踪一个引用所指向的值“更像是在描述一个引用,而非一个值。"解出"引用的值,比”追踪“引用的值更能清晰地表述解引用的结果是一个值的概念。
2021-07-17 22:21:49 +08:00
Aaran Xu
63f4101d4d Update version 2021-07-17 19:20:41 +08:00
Aaran Xu
f3c9359cac Update date 2021-07-17 19:19:10 +08:00
Aaran Xu
788c498352 Update link 2021-07-17 19:16:45 +08:00
Aaran Xu
cdfcfcf2ce Update code 2021-07-17 19:14:11 +08:00
Aaran Xu
b7bdc87ee6 Typo fix 2021-07-17 19:05:32 +08:00
Aaran Xu
6ae3f86cb5 Typo fix 2021-07-17 18:49:44 +08:00
Alex
626c050e74
Merge pull request #10 from 871f/patch-3
Update ch14-02-publishing-to-crates-io.md
2021-07-16 14:06:03 +08:00
Alex
861b0b3f81
Merge pull request #9 from 871f/patch-2
Update ch14-02-publishing-to-crates-io.md
2021-07-16 14:05:54 +08:00
Alex
61ebbc741e
Merge pull request #8 from 871f/patch-1
Update ch14-01-release-profiles.md
2021-07-16 14:05:44 +08:00
Daniel
224fa62a3f
Update ch14-02-publishing-to-crates-io.md 2021-07-16 11:21:20 +08:00
Daniel
4263f2af56
Update ch14-02-publishing-to-crates-io.md 2021-07-16 11:03:05 +08:00
Daniel
f5538cf33d
Update ch14-01-release-profiles.md 2021-07-16 10:43:05 +08:00