Commit Graph

626 Commits

Author SHA1 Message Date
Li Keqing
7c03a3fca3 typo 2018-05-10 21:45:50 +08:00
Li Keqing
f6767ebe9e typo 2018-05-10 21:28:26 +08:00
KaiserY
08f82be0b9 fix typo 2018-05-07 08:55:54 +08:00
KaiserY
c85c326661 fix typo 2018-05-05 10:05:05 +08:00
KaiserY
63d212c352 fix typo in ch15-02 2018-05-04 11:45:23 +08:00
KaiserY
c42f92da65 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-05-01 10:09:29 +08:00
KaiserY
09dc20c6aa check to ch01-03 2018-05-01 10:09:23 +08:00
KaiserY
f98dbfca9d
Merge pull request #176 from kelleg/master
add appendix A translation
2018-04-24 21:01:52 +08:00
Kelleg
503cfdc59d add appendix A translation 2018-04-24 19:14:51 +08:00
Kelleg
0a3accfeec
Merge pull request #1 from KaiserY/master
sync upstream update
2018-04-22 11:27:43 +08:00
KaiserY
f3d31da5d8 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-04-21 13:32:31 +08:00
KaiserY
4e67be8b18 check to ch01-00 2018-04-21 13:32:25 +08:00
KaiserY
ebc0734282
Merge pull request #175 from xiongxin/master
std::io::Stdin类型名称修改
2018-04-11 17:23:21 +08:00
熊鑫
2f67f89430
std::io::Stdin类型名称修改 2018-04-07 15:36:06 +08:00
KaiserY
707f5c286c
Merge pull request #174 from gmg137/master
修改文字和语义错误.
2018-04-04 10:41:14 +08:00
gmg137
ea161c0340 修改文字和语义错误. 2018-04-02 08:51:52 +08:00
KaiserY
faf52cd109
Merge pull request #173 from standbyme/patch-1
Update ch07-03-importing-names-with-use.md
2018-03-20 09:27:01 +08:00
StandbyMe
cdbb3e5534
Update ch07-03-importing-names-with-use.md
读起来可能更顺畅一些 : )
2018-03-18 21:21:26 +08:00
KaiserY
6ede1ae3d1
Merge pull request #172 from tsai1993/patch-3
Update ch20-01-single-threaded.md
2018-03-14 19:33:09 +08:00
tsai1993
88acc5495b
Update ch20-01-single-threaded.md
更改端口
2018-03-14 10:00:14 +00:00
KaiserY
f4f2414ab9 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-03-14 09:00:24 +08:00
KaiserY
a8e207757d fix typo in ch15-05 2018-03-14 09:00:03 +08:00
KaiserY
0f5a7f4ec3
Merge pull request #171 from tsai1993/patch-2
Update ch19-01-unsafe-rust.md
2018-03-14 08:58:58 +08:00
KaiserY
38d85d6a02
Merge pull request #169 from tsai1993/patch-1
Update ch17-02-trait-objects.md
2018-03-14 00:23:01 +08:00
tsai1993
50710be715
Update ch19-01-unsafe-rust.md
typo
2018-03-13 13:24:22 +00:00
tsai1993
c5fe20e65e
Update ch17-02-trait-objects.md
typo
2018-03-13 10:22:21 +00:00
KaiserY
ff4b9ca0ef temporarily fix deploy to gh-pages 2018-03-09 20:56:00 +08:00
KaiserY
bf1914693b check to ch20-03 2018-03-09 17:19:29 +08:00
KaiserY
02b4b98de0
Merge pull request #168 from huangjj27/bugfix/cargo-workspace
Bugfix/cargo workspace
2018-03-09 08:29:44 +08:00
huangjj27
0b6d45e260 bugfix(cargo-workspace): 删除阅读过程中重复的内容
猜测是有贡献者不知道如何解决冲突,
直接删除对应的提示符(">>>"与"<<<")引起
2018-03-08 22:46:59 +08:00
Junjie Huang
73039e46fa
Merge pull request #4 from KaiserY/master
update from KaiseY
2018-03-08 22:23:00 +08:00
KaiserY
a2610018c3 check to ch20-01 2018-03-08 20:11:20 +08:00
KaiserY
cdfbb9d17a check to ch20-00 2018-03-06 15:10:12 +08:00
KaiserY
06c418f8df check to ch19-03 2018-03-05 21:40:12 +08:00
KaiserY
6042f5aa25 check to ch19-02 2018-03-05 09:59:52 +08:00
KaiserY
4bdd615d25 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-03-04 17:18:00 +08:00
KaiserY
ac57270012 check to ch19-01 2018-03-04 17:17:53 +08:00
KaiserY
2a246cc7eb
Merge pull request #166 from luoxiangyong/master
修改17-03中的个别错别字和标点符号
2018-03-01 11:05:37 +08:00
luoxiangyong
a1e0f90833
Merge pull request #2 from luoxiangyong/luoxiangyong-patch-2
删除ch18-01中的一个多余文字和符号
2018-03-01 10:55:59 +08:00
luoxiangyong
23c3a3897d
删除ch18-01中的一个多余文字和符号 2018-03-01 10:55:25 +08:00
luoxiangyong
79690bdca9
修改17-03中的个别错别字和标点符号 2018-03-01 10:37:37 +08:00
KaiserY
62cf95ba53
Merge pull request #165 from luoxiangyong/master
修改示例 16-15处的不通顺的表述
2018-03-01 09:44:10 +08:00
KaiserY
88a7d85707
Merge pull request #164 from luoxiangyong/patch-1
删除16-03(在线程间共享 `Mutex<T>`)处多余的文字表述
2018-03-01 09:43:08 +08:00
luoxiangyong
2b1d11e56e
修改示例 16-15处的不通顺的表述 2018-03-01 09:04:07 +08:00
luoxiangyong
eb17e16736
删除16-03(在线程间共享 Mutex<T>)处多余的文字表述 2018-03-01 08:51:52 +08:00
KaiserY
b69382659e
Merge pull request #163 from luoxiangyong/master
更改示例16-7处的错别字
2018-03-01 00:03:34 +08:00
luoxiangyong
786803de42
Merge pull request #1 from luoxiangyong/luoxiangyong-patch-1
更改示例16-7处的错别字。
2018-02-28 17:44:54 +08:00
luoxiangyong
e4e4a53cef
更改示例16-7处的错别字。 2018-02-28 17:43:37 +08:00
KaiserY
6069fc1810 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-02-27 23:51:21 +08:00
KaiserY
bb90bbe996 check to ch18-03 2018-02-27 23:51:11 +08:00