Commit Graph

1106 Commits

Author SHA1 Message Date
KaiserY
4e675ed58d check to ch04-03 2019-11-20 00:43:49 +08:00
KaiserY
761e478e32
Merge pull request #357 from ICEYSELF/master
修复Issue #355
2019-11-19 13:41:02 +08:00
ICEY
8399e6200b 更新commit hash 2019-11-19 13:10:03 +08:00
ICEY
82cdac2b67 查看官方repository,确定官方trpl最终删掉了这个页面 2019-11-19 13:04:22 +08:00
ICEY
cd76054ac0 尝试修复issue #355 2019-11-19 13:00:47 +08:00
shengurun
1f8ae697b9 style: 校正第七章的翻译风格规范 2019-11-19 09:34:58 +08:00
KaiserY
ebaaaabbbb check to ch02-00 2019-11-18 10:03:27 +08:00
KaiserY
1b2adaa215 update title-page 2019-11-17 19:58:25 +08:00
KaiserY
f5f41d6ab5
update ch07-01-packages-and-crates.md close #353 2019-11-14 21:43:37 +08:00
KaiserY
9e0dab7962
Merge pull request #352 from bud-adamas/patch-1
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
2019-11-14 21:33:16 +08:00
Adamas
7b408ccaed
细微的文字问题 2019-11-14 14:01:09 +08:00
Adamas
71bd6a4fff
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
修订文字错误
2019-11-14 13:42:48 +08:00
KaiserY
e731803e40
Merge pull request #296 from wukoo/patch-1
翻译有点不太准确
2019-11-11 20:52:17 +08:00
pan93412
91a7a83ebf
fix(typo): appendix-07: malformed Markdown link 2019-11-10 15:05:35 +08:00
ccinn
4677c87efd
Update ch07-02-defining-modules-to-control-scope-and-privacy.md 2019-11-07 19:36:56 +08:00
bit-ranger
902f5271d3
修正错别字 2019-11-01 10:41:20 +08:00
shengurun
a8cc6fc499 del: 删除第七章的过时章节
1. 删除第七章的过时章节。
2. 对ch07-04中的错误进行修复。
3. 修改SUMMARY.md,以便可以使用mdbook进行最新版第七章的编译。
2019-10-28 15:24:33 +08:00
shengurun
7b140087c7 add: 添加新版ch07-05的翻译 2019-10-28 15:02:53 +08:00
shengurun
403cfdd1e3 add: 添加新版ch07-04的翻译
部分内容参考了原版ch07-02中文版里的译法,并纠正拗口的地方。
2019-10-28 14:18:32 +08:00
神谷润
5aa5ff02c2
style: 格式规范化
此前规范格式时将该章标题大小选错,现在修正。
2019-10-25 22:44:56 +08:00
shengurun
9fbb40625d style: 规范翻译格式,保持与源一致 2019-10-25 16:27:51 +08:00
shengurun
f067373618 update: 补全新版ch07-03的翻译 2019-10-25 11:21:16 +08:00
shengurun
d98eb5d71b update: 添加新版ch07-03第二部分的翻译 2019-10-25 10:12:42 +08:00
shengurun
93f26c177c add: 添加新版ch07-03,并翻译其第一部分 2019-10-24 16:22:59 +08:00
shengurun
8636abbf61 add: 添加新版ch07-02的翻译 2019-10-22 16:49:41 +08:00
shengurun
dfae8254b9 add: 添加新版ch07-01的翻译
对原文的`ch07-01-packages-and-crates.md`进行了大致的翻译。
2019-10-21 11:13:07 +08:00
KaiserY
d9d56c0a61
Merge pull request #342 from craneyuan/patch-1
修正语序
2019-10-21 09:05:24 +08:00
craneyuan
f62265236f
修正语序
「按照字母顺排序的列表」--> 「按照字典序排列的列表」
2019-10-20 21:01:57 +08:00
shengurun
a6eb6b16dd add: 添加新版ch07-00的翻译
查看了原书的最新版,整个第七章都被改写了。
发现没有对应的中文翻译,所以自己翻译了一下,翻译片段带有浓厚个人色彩。
2019-10-20 19:11:59 +08:00
shengurun
3239a2a036 fix(ch04-03): 更新翻译以符合原文的commit -> 6678e82片段
1. 翻译"Rust disallows this, and compilation fails. "
2. 原文的commit此时已经删除有关`..=`的内容,但我个人觉得这段知识比较有帮助,
   所以没有进行删除。
2019-10-12 11:52:12 +08:00
shengurun
ba2b40a0ed fix(ch02-00): 更新教程内容至原文commit hash->6d3e768
1. 修改该章开头的commit hash。
2. 将rand包版本改为“0.5.5”,并修改了相关的内容。
3. “生成一个随机数”一节进行删除修改,以符合原文。
2019-10-09 11:00:11 +08:00
shengurun
a27ef17e36 fix(ch03-05): 修改从循环返回一节的代码片段
将译文中的代码修改成与原文一致,不过个人感觉不影响学习理解,可以无视。
2019-10-08 15:54:55 +08:00
shengurun
c6606efcfa fix(ch03-02): 添加了char类型的大小声明
原文中有一句“char type is four bytes in size”没有翻译出来。
2019-10-08 15:48:41 +08:00
Tengfei Niu
20766e7f7e update title.
fix typo.
refactor translation.
2019-09-24 11:55:14 +08:00
Tengfei Niu
08d82aec0d refactor translation. 2019-09-24 11:17:54 +08:00
Abel liu
2097bac291
Update ch03-02-data-types.md 2019-09-18 15:42:22 +08:00
lwintermelon
e4afc719db Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2019-09-12 22:55:02 +08:00
lwintermelon
6063462ea9 Update ch18-03-pattern-syntax.md 2019-09-12 22:47:32 +08:00
lwintermelon
3f14724101 Update ch17-03-oo-design-patterns.md 2019-09-12 22:47:28 +08:00
Hu Shuai
aea864bbb3 Update and improve some translations. 2019-09-11 12:24:53 +08:00
Hu Shuai
fe4421d054 Improve some translations. 2019-09-11 12:23:05 +08:00
Hu Shuai
0b54044912
Update ch16-02-message-passing.md 2019-09-04 13:48:45 +08:00
Hu Shuai
687fbf930b
Update ch16-01-threads.md 2019-09-03 19:52:22 +08:00
Hu Shuai
7bbe7457a5
Update ch16-00-concurrency.md 2019-09-03 18:46:07 +08:00
Hu Shuai
06a8a1ba95
update ch14-03 2019-08-31 12:03:22 +08:00
fooofei
dd8cb4d6ec ch09-02/map_err 使用错误,对齐英文原文 2019-08-29 18:17:40 +08:00
icey-self
fc05a1ef15
update VS Build Tool versions
update according to official documentation.
2019-08-20 13:38:24 +08:00
Wangxiz
fef648f487
fix a typo: 正数 -> 整数 2019-08-18 22:07:16 +08:00
icey-self
26750654f5
Revert "修复翻译错别字" 2019-08-15 14:19:50 +08:00
Rustin
a3ae3fbe6b
修复翻译错别字
“将当编写一个其实现会”,修改“为将当编写一个其实先会”。
2019-08-15 08:31:45 +08:00
KaiserY
2c084ad428 update ch04-02 close #325 2019-08-13 09:50:26 +08:00
icey-self
f5fac8fea0
修正typo 多有 --> 所有
英文原文:Subclasses shouldn’t always share all characteristics of their parent class but will do so with inheritance.
2019-08-02 14:24:22 +08:00
iczc
54966f0ff1
修改编辑器为编译器 2019-08-02 10:27:45 +08:00
icey-self
d8c7a75c12
Box<Error> --> Box<dyn Error> 2019-07-25 15:59:04 +08:00
Turing Zhu
5ae1a4f474 [fix] remove duplicate word 2019-07-02 18:00:45 +08:00
Tengfei Niu
c6ea3d3b25
Fix href 2019-06-19 14:45:26 +08:00
Tengfei Niu
014375cf37
fix typo 2019-06-19 14:39:12 +08:00
Tengfei Niu
49c6135569
Refactor translateion 2019-06-19 14:08:35 +08:00
spartucus
275b05d0bb refactor translation. 2019-06-19 11:45:06 +08:00
KaiserY
d509deb5c9
Update ch04-00-understanding-ownership.md
close #317
2019-06-12 21:45:03 +08:00
KaiserY
e0e0287e73
Update ch07-02-modules-and-use-to-control-scope-and-privacy.md
close #316
2019-06-10 18:57:50 +08:00
Xu Qiaolun
491fb61c8d Fix: value应该是Option<u32>类型 2019-06-06 16:23:05 +08:00
Xu Qiaolun
a00ac444bc Fix: 学习两个大量依赖.... 2019-06-06 03:24:20 +08:00
Xu Qiaolun
b57e74f077 Fix: 位于冒号后面而不是分号 2019-06-06 03:20:49 +08:00
Turing Zhu
b323e3319c [optimaze] ' 通用' 改为 '常见'. close #313 2019-06-04 09:28:52 +08:00
holdlg
3218f3c5bc ch07-02 错别字 2019-06-01 08:36:24 +08:00
holdlg
89e5cf6772 ch07-00 错别字 2019-05-31 18:10:58 +08:00
flw
4274b49e87
Fix: 「其中每一个元素是元组的一部分」中的「其」指代不明有歧义,此处修复
因为元组也有元素,并且下文中也提到了这一点,故与上文中的「每个元素」容易混淆,
造成「其」字指代不明,阅读起来不太通顺。
2019-05-24 01:22:53 +08:00
flw
3ceb4f3e60
Fix: 「其令」改为「它让」,让句子更通顺一些 2019-05-23 22:26:17 +08:00
flw
ea8d78ed62
Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
Turing Zhu
32c4cd46a8 [fix] rename file name of ch07-00 2019-05-16 12:26:34 +08:00
KaiserY
a39a5cebfa fix translation 2019-04-12 09:10:53 +08:00
fzzkyd
2a55298379 Fix typo 2019-03-19 00:07:11 +08:00
weirane
dee287d56a
Correct 'hTTP' 2019-03-12 17:08:45 +08:00
fzzkyd
f7c493f6b8 Fix typo 2019-03-11 23:45:46 +08:00
fzzkyd
30844a009a Fix typo 2019-03-07 01:01:40 +08:00
fzzkyd
2f1dbeecfa Optimized description logic 2019-03-05 22:13:17 +08:00
xtutu
92c36e2ba4
Update ch10-03-lifetime-syntax.md 2019-02-28 14:29:39 +08:00
fzzkyd
bbd37aa654 Fix typo 2019-02-25 22:09:53 +08:00
fzzkyd
67a81a3d05 Fix typo 2019-02-23 00:25:00 +08:00
wukoo
02540b87b8
翻译有点不太准确
之前的翻译我觉得不太准确。
2019-02-21 19:39:00 +08:00
szpzs
0e00cf7f9e
Update ch15-04-rc.md 2019-02-21 08:23:36 +08:00
szpzs
d6965ef744
Update ch15-04-rc.md 2019-02-21 08:21:45 +08:00
readlnh
7543688f2c 修正ch15中的代码 2019-02-20 12:52:11 +08:00
readlnh
883d67216e 修正ch15-01-box的代码 2019-02-20 12:44:58 +08:00
fzzkyd
d8629d86ab Fix typo 2019-02-19 23:40:44 +08:00
fzzkyd
beb8beb7ff Fix typo 2019-02-14 02:29:13 +08:00
fzzkyd
e3357fdfd9 Fix typo 2019-02-07 00:47:35 +08:00
fzzkyd
a825edc098 Fix typo 2019-02-03 00:05:57 +08:00
Amami Ruri
c3e8d84cd5
fix typo 2019-01-30 13:00:18 +08:00
Tengfei Niu
aa52aaf1d3
update commit id 2019-01-29 11:19:36 +08:00
Tengfei Niu
537f657aa5
Update to 2018 edition 2019-01-29 11:18:43 +08:00
Tengfei Niu
7d9a5890b2
Update 2018 edition 2019-01-29 11:14:43 +08:00
Tengfei Niu
58b957711a
Fix typo 2019-01-29 10:42:39 +08:00
Tengfei Niu
230835140b
Refactor translation 2019-01-29 10:38:22 +08:00
Tengfei Niu
5e29ddf1dd
Fix edition of Rust while explaining Cargo.toml 2019-01-29 10:36:01 +08:00
管斌瑞
1192f6ccde
修改“抽象出”为“抽象掉”
> This abstracts away some of the commonplace code so it’s easier to see the concepts that are unique to this code, such as the filtering condition each element in the iterator must pass.

这边应该是剔除冗杂代码的意思吧。
2019-01-12 16:09:55 +08:00
oncealong
48821e22ee fix typo 2019-01-10 19:31:07 +08:00
KaiserY
50ddcaa8d3 fix ch07-02 2019-01-10 11:37:00 +08:00
Rrrandom
84fed4947e
fix typo
`10-26` -> `10-27`
2019-01-03 23:01:11 +08:00
Peng Guanwen
a588d4568a
调整过长的语句 2018-12-30 15:44:47 +08:00
KaiserY
7f538f1f2c fix typo 2018-12-16 14:46:49 +08:00
Jianbing Fang
42d8c6b00f
Fix typo
Change "分号" to "冒号"
2018-12-14 15:45:03 +08:00
Lam
3d3da5f510 a little revision 2018-12-13 11:48:32 +08:00
Lam
9627aa9965 improve some translation and fix typo in ch15 2018-12-12 15:53:59 +08:00
Lam
feb446e331 improve some translation and fix typo in ch14 2018-12-12 14:52:13 +08:00
Lam
4f95bca423 improve some translation and fix typo in ch13 2018-12-12 11:26:44 +08:00
KaiserY
37bc20245a check to appendix-07 2018-12-11 10:16:32 +08:00
KaiserY
b3cbc346f8 check to appendix-05 2018-12-11 01:10:23 +08:00
KaiserY
7d6e8b4774
Merge pull request #279 from yue2388253/master
improve some translation
2018-12-10 19:01:56 +08:00
Lam
f2b39f5f64 improve some translation and fix typo in ch12 2018-12-10 15:39:38 +08:00
Lam
de8b4cc84b improve some translation and fix typo 2018-12-10 11:19:01 +08:00
KaiserY
eeb011c07c Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-12-09 23:22:21 +08:00
KaiserY
36293d02bc check to apendix-03 2018-12-09 23:22:10 +08:00
Lam
b128914459 improve some translation 2018-12-09 23:21:34 +08:00
Lam
6cbe425a5e improve translation and fix typo 2018-12-09 14:31:57 +08:00
KaiserY
50d8b51689 check to ch19-03 2018-12-09 01:21:01 +08:00
KaiserY
d20d5ca289 check to ch18-03 2018-12-08 21:07:05 +08:00
Lam
f97d939df7 improve translation & fix typo 2018-12-08 15:29:47 +08:00
KaiserY
b0ad5bfb6e
Merge pull request #276 from Prince213/master
improve translations & fix typo
2018-12-08 14:53:43 +08:00
KaiserY
ed13bd6748 check to ch17-03 2018-12-08 14:16:23 +08:00
KaiserY
2269bfc767 check to ch16-04 2018-12-08 00:46:04 +08:00
KaiserY
6b3c71d89e check to ch15-06 2018-12-07 23:48:24 +08:00
Zhao Sizhe
3dc99108da improve translations & fix typo 2018-12-07 22:25:01 +08:00
KaiserY
19e97f6c36 check to ch14-05 2018-12-07 13:59:02 +08:00
KaiserY
d11ba9796e check to ch13-04 2018-12-06 23:31:27 +08:00
yl2014
a5e82bc6d8 fix(ch07-02): 去掉多余标点 2018-12-06 22:22:17 +08:00
yl2014
b318e03625 fix(ch07-02): 错别字&语句调整 2018-12-06 22:19:42 +08:00
KaiserY
9a9b361e06 check to ch12-06 2018-12-06 21:32:44 +08:00
KaiserY
12d24ab7f0
Merge pull request #272 from chrislearn/master
移除重复内容
2018-12-06 13:54:43 +08:00
Chrislearn Young
539166bde6 移除重复内容 2018-12-06 11:34:04 +08:00
KaiserY
f9b85c666d Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-12-06 00:02:55 +08:00
KaiserY
257b316a9c check to ch10-01 2018-12-06 00:02:43 +08:00
Chrislearn Young
94e166f41b typo 2018-12-05 09:26:46 +08:00
KaiserY
8ebec19624 update to ch07-02 2018-12-05 00:35:23 +08:00
KaiserY
cecbf32d79 check to ch06-03 2018-12-03 22:48:24 +08:00
KaiserY
6f9c0d89a6 update ch02-00 2018-12-03 21:10:59 +08:00
Azureki
fb1b891939
添加extern crate rand; 2018-12-03 19:11:11 +08:00
KaiserY
6d65062bde Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-12-02 21:03:15 +08:00
KaiserY
257515819d check to ch05-00 2018-12-02 21:03:07 +08:00
Zhao Sizhe
8fbfa72b0b fix typo 2018-12-02 10:10:25 +08:00
KaiserY
f8fe51658a check to ch04-00 2018-12-01 21:13:43 +08:00
KaiserY
0f9f9d5554 check to ch03-02 2018-11-30 15:40:10 +08:00
KaiserY
dcf04d8ffa check to ch01-02 2018-11-28 22:47:37 +08:00
CAi
4e394fe608
Update ch15-02-deref.md 2018-11-25 23:05:05 +08:00
KaiserY
2dc79727dd
Update ch19-01-unsafe-rust.md 2018-11-23 22:49:35 +08:00
青藤木子
c6c63aefe9
Update ch07-02-controlling-visibility-with-pub.md
将“错误“改为”警告“
2018-11-20 09:38:14 +08:00
KaiserY
4c17810909
Update ch12-05-working-with-environment-variables.md 2018-11-07 10:24:53 +08:00
Gary Wang
62904131d9 update ch19-05-advanced-functions-and-closures.md 2018-11-04 17:47:34 +08:00
KaiserY
741086f621
Merge pull request #260 from zqb-all/patch-2
Update ch07-02-controlling-visibility-with-pub.md
2018-10-29 01:00:17 +08:00
庄秋彬
da4eecf8ee
Update ch07-02-controlling-visibility-with-pub.md 2018-10-28 17:52:31 +08:00
庄秋彬
41c62e1b94
修改一个句子的翻译,及错别字
原本的翻译读起来感觉不通顺
2018-10-27 23:58:41 +08:00
Jie Zhang
43ee48c80e fix some typos 2018-10-13 09:12:46 -04:00
荒野无灯
c1731dde02 ch15-03-drop.md fixup typo: 合适 => 何时 2018-10-03 15:38:31 +08:00
xiaohulu
c49fa6a980 update ch06-01-defining-an-enum.md 2018-09-28 15:40:28 +08:00
xiaohulu
fb9a0fbb45 update ch06-00-enums.md 2018-09-21 14:22:05 +08:00
xiaohulu
b06b5b7cf8 update ch05-03-method-syntax.md 2018-09-21 11:53:49 +08:00
xiaohulu
b9564b7da6 update ch05-02-example-structs.md 2018-09-20 16:05:50 +08:00
xiaohulu
162b16bcff update ch05-02-example-structs.md 2018-09-20 15:57:52 +08:00
xiaohulu
a009c575de update ch05-01-defining-structs.md 2018-09-18 21:03:25 +08:00
xiaohulu
7857614c71 Merge branch 'master' of https://github.com/xiaohulu/trpl-zh-cn 2018-09-18 19:21:32 +08:00
xiaohulu
17af3ae0c8 update ch05-01-defining-structs.md 2018-09-18 19:20:41 +08:00
KaiserY
670938a31a
Merge pull request #252 from xiaohulu/master
update ch04-03-slices.md
2018-09-17 20:54:12 +08:00
xiaohulu
1814106279 update ch04-03-slices.md 2018-09-17 17:37:39 +08:00
xiaohulu
f8900844aa update ch04-03-slices.md 2018-09-17 17:27:01 +08:00
Tengfei Niu
44c5fb693d
Refactor translation 2018-09-16 16:31:07 +08:00
Tengfei Niu
9c075859bd
Refactor translation 2018-09-16 16:25:51 +08:00
xiaohulu
054b7d3030 update ch04-02-references-and-borrowing.md 2018-09-14 14:01:18 +08:00
xiaohulu
fdc9a6317e update ch04-01-what-is-ownership.md 2018-09-12 21:21:23 +08:00
xiaohulu
ad31d4c0f5 update ch04-01-what-is-ownership.md 2018-09-12 20:48:33 +08:00
xiaohulu
d4ea4827b9 update ch04-00-understanding-ownership.md 2018-08-30 07:53:57 +08:00
xiaohulu
2221a21304 update ch03-05-control-flow.md 2018-08-30 07:46:03 +08:00
xiaohulu
36aa7371e9 update ch03-05-control-flow.md 2018-08-30 07:15:05 +08:00
xiaohulu
a1212ac9df update ch03-04-comments.md 2018-08-28 14:39:09 +08:00
xiaohulu
a608039c82 update ch03-03-how-functions-work.md 2018-08-28 11:45:14 +08:00
xiaohulu
e79a02dd96 update ch03-03-how-functions-work.md 2018-08-28 11:21:00 +08:00
xiaohulu
ebdbc4fecd update ch03-02-data-types.md 2018-08-27 11:49:33 +08:00
xiaohulu
61c50dd995 update ch03-02-data-types.md 2018-08-27 11:32:14 +08:00
xiaohulu
4f630cde50 update ch03-01-variables-and-mutability.md 2018-08-26 17:53:42 +08:00
xiaohulu
43061fc198 Merge branch 'master' of https://github.com/xiaohulu/trpl-zh-cn 2018-08-26 17:33:16 +08:00
xiaohulu
09da477bb0 update ch03-01-variables-and-mutability.md 2018-08-26 17:30:32 +08:00
Gary Wang
f0427ea39d Update ch15-03-drop.md 2018-08-25 23:18:02 +08:00
xiaohulu
1f7662e555 update ch02-00-guessing-game-tutorial.md 2018-08-25 15:59:38 +08:00
xiaohulu
6fd6cc554e update ch02-00-guessing-game-tutorial.md 2018-08-25 15:38:46 +08:00
xiaohulu
334154c0c6 update ch03-00-common-programming-concepts.md 2018-08-23 21:23:24 +08:00
xiaohulu
c2362b7b70 update ch03-00-common-programming-concepts.md 2018-08-23 21:21:39 +08:00
xiaohulu
338e7bf929 update ch03-00-common-programming-concepts.md 2018-08-23 21:15:20 +08:00
xiaohulu
47ae8f3019 update ch01-03-hello-cargo.md 2018-08-21 15:33:32 +08:00
xiaohulu
0c5b560f54 update ch01-03-hello-cargo.md 2018-08-21 14:52:32 +08:00
xiaohulu
5b071b936b update ch01-02-hello-world.md 2018-08-19 22:15:22 +08:00
xiaohulu
fb8d949117 update ch01-02-hello-world.md 2018-08-19 22:01:24 +08:00
xiaohulu
13aadff1c8 Merge branch 'master' of https://github.com/xiaohulu/trpl-zh-cn 2018-08-19 16:53:39 +08:00
xiaohulu
69f0011d32 delete ch01-00-introduction.md (#237) 2018-08-19 16:42:16 +08:00
KaiserY
e6753129a2
Merge pull request #236 from xiaohulu/master
update foreword
2018-08-19 13:13:01 +08:00
KaiserY
f2e8d3161e
Merge pull request #234 from Turing-Chu/remote
update ch04-03
2018-08-19 13:08:36 +08:00
xiaohulu
4f626d8046 update ch01-01-installation.md 2018-08-19 10:15:34 +08:00
Dunphy Niu
cdf101c1a6
Refactor translation 2018-08-18 20:29:49 +08:00
xiaohulu
72a04db9c1 ch01-00-getting-started.md 2018-08-18 16:52:34 +08:00
xiaohulu
efd0f9ce5a update ch00-00-introduction.md 2018-08-18 16:35:56 +08:00
xiaohulu
345d5460db update ch00-00-introduction.md 2018-08-18 16:20:54 +08:00
xiaohulu
6d406a4142 update foreword.md 2018-08-18 10:11:02 +08:00
xiaohulu
6879b1e81d update foreword.md 2018-08-18 10:04:23 +08:00
Turing Zhu
f6a6059100 update ch04-03 2018-08-17 18:34:28 +08:00
Spartucus
dd7421b9fb
update commit hash 2018-08-16 22:50:49 +08:00
Spartucus
915850d449
Refactor translation 2018-08-16 22:46:49 +08:00
Spartucus
099a35b25c
Fix transaction 2018-08-16 22:32:10 +08:00
Wu Danyang
1b48122dbe 中文语法 2018-08-14 11:20:04 +08:00
Wu Danyang
3e264c0203
Update ch03-05-control-flow.md 2018-08-13 16:30:41 +08:00
Spartucus
428f1ae536
Refactor translation 2018-08-12 12:25:06 +08:00
Spartucus
bba936ff16
Refactor translation 2018-08-12 11:45:41 +08:00
Spartucus
6cfee11e16
Refactor translation 2018-08-12 11:36:30 +08:00
Spartucus
511eca8005
Fix typo and refactor traslation 2018-08-12 11:06:03 +08:00
Spartucus
2bc1ecea2a
Fix missing words 2018-08-12 10:54:57 +08:00
Spartucus
21f43c5cf0
It makes more sense that not translate releasse 2018-08-11 11:42:41 +08:00
Spartucus
c92e419c97
Adjust statement order 2018-08-11 11:40:27 +08:00
Spartucus
a15317643f
Refactor translation 2018-08-11 11:11:19 +08:00
Spartucus
f811856c42
Refactor translation 2018-08-09 17:47:57 +08:00
Spartucus
8f4ffb5b07
Refactor translation 2018-08-09 17:31:43 +08:00
Spartucus
53094a9728
Refactor translation 2018-08-09 17:16:51 +08:00
Spartucus
f805bbec2e
Refactor translation 2018-08-09 17:10:54 +08:00
Spartucus
bee48624c8
Refactor translation 2018-08-09 17:09:05 +08:00
KaiserY
e406b45844
Merge pull request #228 from BLumia/master
Update ch13-01-closures.md
2018-08-04 16:37:59 +08:00
Gary Wang
c21e3e48e5 Update ch13-01-closures.md 2018-08-04 16:25:41 +08:00
Spartucus
08885217d7
Refactor translation 2018-08-04 15:42:11 +08:00
Spartucus
0b7ea3e512
Refactor translation 2018-08-04 15:32:51 +08:00
Spartucus
feecfc2e4e
Fix typo 2018-08-04 15:30:12 +08:00
KaiserY
eb06178a4e
Merge pull request #226 from gotoxu/master
修改一些错误
2018-07-31 09:55:22 +08:00
KaiserY
38776d5156
Merge pull request #225 from xiaohulu/master
update ch05-00-structs
2018-07-30 22:30:25 +08:00
徐乔伦
abe9da12aa 处理错误描述 2018-07-30 18:55:44 +08:00
xiaohulu
ad285020ff update ch05-00-structs 2018-07-30 16:53:16 +08:00
徐乔伦
d1567c480d 修复一些错别字和描述 2018-07-30 15:57:07 +08:00
Spartucus
a13672509d
refactor chinese translate 2018-07-29 11:51:34 +08:00
Spartucus
061b822a1f
Refactor chinese translation 2018-07-29 11:42:40 +08:00
Spartucus
094cc1052b
Refactor chinese translation
优化中文翻译,中文的断句没必要和英文保持一致。
2018-07-29 11:40:02 +08:00
Spartucus
2556a37b52
Refactor translation 2018-07-29 11:35:12 +08:00
Spartucus
f9968a6a2c
Fix typo
将句号改为逗号
2018-07-29 11:30:36 +08:00
Turing Zhu
8060a5ba60 Merge remote-tracking branch 'upstream/master' into remote 2018-07-27 14:43:51 +08:00
weilai
bc686b12e0
fix:wrong word
厘->理
2018-07-19 14:43:43 +08:00
autumnsilverleaves@gmail.com
7a92aed1f3 span闭合标签修正
修改两处span标签没有正确闭合的问题
2018-07-18 17:09:42 +08:00
Turing Zhu
da466259b9 Merge remote-tracking branch 'upstream/master' into remote 2018-07-18 09:54:08 +08:00
Turing Zhu
b994a14a56 oop 部分修正 2018-07-18 09:53:38 +08:00
Spartucus
d6e3c2b742
Update ch07-01-mod-and-the-filesystem.md
refactor Chinese translation.
2018-07-08 15:59:25 +08:00
Turing Zhu
feea3b4763 finished appendix-06, format apendix 03 and 05 2018-07-06 19:45:48 +08:00
Yuqing Chen
954a756c1a fix: spelling error of crate 2018-07-05 17:56:33 +08:00
Gary Wang
100ebe5d85 Update ch08-02-strings.md 2018-07-01 19:50:02 +08:00
Turing Zhu
3c72727018 fix: missing 2 words' translation. 2018-06-29 15:55:25 +08:00
Turing Zhu
8fc7d6bb54 consist with the rest appendixes 2018-06-29 11:40:42 +08:00
Turing Zhu
c5a548b29b fix: uneffective link in appendix-05 of 2018-06-29 11:31:35 +08:00
Turing Zhu
337bcdaee2 finished appendix-05,add a blank to appendix-02 and 03 2018-06-29 10:29:45 +08:00
Turing Zhu
17992e70dd finshed appendix-04 2018-06-29 10:16:23 +08:00
Turing Zhu
d0193982c7 fix: appendix-02 table-3 2018-06-26 18:37:49 +08:00
Turing Zhu
3626c546ec update SUMMARY: '可导出的' => '可派生的' 2018-06-26 16:55:48 +08:00
Turing Zhu
cd06129a3d format appendix, fix: url of md file 2018-06-19 01:01:00 +08:00
Turing Zhu
fb8479ed1e update appendix-01 2018-06-19 00:45:06 +08:00
Turing Zhu
bfb6c70c33 add chinese of 'Raspberry Pi' 2018-06-19 00:42:17 +08:00
KaiserY
dd2d41a663
Merge pull request #208 from Turing-Chu/remote
finished appendix-03
2018-06-18 00:47:08 +08:00
Turing Zhu
dc3206c2f9 finished appendix-03 2018-06-17 22:25:06 +08:00
StandbyMe
3df4d1f9b7
Update ch12-02-reading-a-file.md 2018-06-16 21:30:15 +08:00
祝晓东
126009a390 fix: translation error 2018-06-16 13:37:23 +08:00
祝晓东
205c047d14 Merge remote-tracking branch 'upstream/master' 2018-06-16 00:28:31 +08:00
祝晓东
aaeac93196 finished appendix-02 2018-06-16 00:25:56 +08:00
KaiserY
527f73e38a
Merge pull request #204 from spartucus/master
Refactor translate
2018-06-15 19:45:09 +08:00
spartucus
9b55585eee Refactor chinese. 2018-06-15 19:23:46 +08:00
KaiserY
03ccdfb795
Merge pull request #200 from standbyme/patch-1
Update ch04-01-what-is-ownership.md
2018-06-15 18:32:51 +08:00
祝晓东
e784e6749c fix: error word 2018-06-15 17:07:23 +08:00
祝晓东
9e36262b21 Merge remote-tracking branch 'upstream/master' 2018-06-15 00:59:16 +08:00
祝晓东
9431de2899 translation of Appendix B(not complete) 2018-06-15 00:57:13 +08:00
KaiserY
ae5fb6f53f
Merge pull request #199 from Turing-Chu/master
update ch05
2018-06-14 20:59:39 +08:00
祝晓东
9e9ca61a85 read the origin ch05-03 2018-06-14 17:18:38 +08:00
StandbyMe
94b8b09d5b
Update ch16-01-threads.md 2018-06-14 17:09:57 +08:00
StandbyMe
a46ebf6a22
Update ch04-01-what-is-ownership.md 2018-06-14 17:07:33 +08:00
祝晓东
b189bfc8ef read original ch05-02 and update words. 2018-06-14 16:40:36 +08:00
祝晓东
d71cb82a7d Merge remote-tracking branch 'upstream/master' 2018-06-14 15:32:00 +08:00
祝晓东
9295a12bb5 reread the original ch05-01, and update partes of translation 2018-06-14 15:27:57 +08:00
Spartucus
7ae6e3199c
Refactor sentence 2018-06-13 18:24:01 +08:00
Gary Wang
fb4b9f5ddc Update ch07-01-mod-and-the-filesystem.md 2018-06-12 23:44:10 +08:00
KaiserY
ab5adaeabb
Merge pull request #194 from BLumia/master
Update ch06-01-defining-an-enum.md
2018-06-10 19:46:48 +08:00
祝晓东
9fe56c5eca fix:delete '是' 2018-06-10 11:49:27 +08:00
Gary Wang
1a0096170d Update ch06-01-defining-an-enum.md 2018-06-09 22:26:31 +08:00
祝晓东
44679c0f00 fix: "明前"修改为"明确" 2018-06-06 10:58:30 +08:00
Chilling Hsu
db26ea3dd6 refine ch11, fix typo 2018-05-31 15:58:53 +08:00
lizhaoming
eec947363e Fix Typo.
width 与 height 翻译不准确
2018-05-31 10:06:01 +08:00
KaiserY
f016357226
Merge pull request #190 from lonnng/patch-2
“第二张”修改为“第二章”
2018-05-29 18:26:04 +08:00
Chris Lonng
70295528c8
“第二张”修改为“第二章” 2018-05-29 17:57:58 +08:00
Chris Lonng
cbf0226cc7
Update ch00-00-introduction.md 2018-05-29 17:49:29 +08:00
Gary Wang
28572793e1 follow up upstream changes.
follow up to the offical TRPL English version changes.
2018-05-26 18:32:32 +08:00
Gary Wang
df6fcaedcf
Fix typo.
Fix typo (平很 -> 平衡), adjust word order, add the missing translation of "Rust stands to challenge that".
2018-05-19 18:03:39 +08:00
junnplus
ab28aafbdc fix url 2018-05-11 15:45:55 +08:00
Deshi Xiao
6303a7dfc0
Update ch04-03-slices.md 2018-05-11 04:05:39 +08:00
Deshi Xiao
9bc6b8a9bd
把函数签名改成声明,更符合语境。 2018-05-11 03:58:50 +08:00
KaiserY
69d04458b1
Merge pull request #183 from CNAmira/master
typo
2018-05-10 22:18:43 +08:00
Li Keqing
7fd7ed88bd typo 2018-05-10 21:49:28 +08:00
Li Keqing
7c03a3fca3 typo 2018-05-10 21:45:50 +08:00
Li Keqing
f6767ebe9e typo 2018-05-10 21:28:26 +08:00
Deshi Xiao
7244d8c5ef
尝试消减直译对内容的理解偏差。 2018-05-10 09:23:07 +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
Kelleg
503cfdc59d add appendix A translation 2018-04-24 19:14:51 +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
熊鑫
2f67f89430
std::io::Stdin类型名称修改 2018-04-07 15:36:06 +08:00
gmg137
ea161c0340 修改文字和语义错误. 2018-04-02 08:51:52 +08:00
StandbyMe
cdbb3e5534
Update ch07-03-importing-names-with-use.md
读起来可能更顺畅一些 : )
2018-03-18 21:21:26 +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
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
bf1914693b check to ch20-03 2018-03-09 17:19:29 +08:00
huangjj27
0b6d45e260 bugfix(cargo-workspace): 删除阅读过程中重复的内容
猜测是有贡献者不知道如何解决冲突,
直接删除对应的提示符(">>>"与"<<<")引起
2018-03-08 22:46:59 +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
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
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
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
Deshi Xiao
8d3a97190c Update ch04-03-slices.md 2018-02-27 06:12:13 +08:00
Deshi Xiao
47a783c415
typo矫正 2018-02-27 06:09:50 +08:00
KaiserY
0929194552 check to ch18-01 2018-02-27 00:30:01 +08:00
KaiserY
befecd54a9 check to ch17-03 2018-02-26 16:52:45 +08:00
KaiserY
8db8b03185 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-02-25 20:43:34 +08:00
KaiserY
53aca5cc3d check to ch17-01 2018-02-25 20:43:24 +08:00
黄融
e5da938983
Update ch14-03-cargo-workspaces.md
显示的->显式地
2018-02-25 17:40:20 +08:00
KaiserY
7346e806a9
Merge pull request #159 from rhgb/patch-1
fix typo
2018-02-24 15:10:43 +08:00
rhgb
d2d3fd24e3
Update ch15-02-deref.md 2018-02-22 13:44:16 +08:00
rhgb
164149c269
typo 2018-02-22 13:38:33 +08:00
pearzl
bf638f3fc9
Update ch15-05-interior-mutability.md 2018-02-19 22:14:54 +08:00
KaiserY
289b1436b5 Merge branch 'master' of https://github.com/KaiserY/trpl-zh-cn 2018-02-01 17:34:20 +08:00
KaiserY
d349c5a134 check to ch17-00 2018-02-01 17:34:11 +08:00
KaiserY
877c67bdc7
Merge pull request #150 from lyrachord/patch-1
修改 通用 为 常见
2018-02-01 16:16:42 +08:00
KaiserY
1a3a629d10
Merge pull request #154 from xiaods/patch-1
fix typo
2018-02-01 16:16:11 +08:00
Deshi Xiao
538b49620a
措辞难以理解,润色完可以理解更佳。
其中,修正一个typo,  s/价差的/检查的/
2018-02-01 15:27:03 +08:00
Deshi Xiao
e83d020d59
fix typo
s/只能/智能/
2018-02-01 13:48:29 +08:00
KaiserY
185a7d7be4 check to ch16-03 2018-01-31 21:02:04 +08:00
KaiserY
1b37e6c2f8 check to ch16-01 2018-01-30 13:31:23 +08:00
KaiserY
e9186fb9bb check to ch15-06 2018-01-28 20:01:27 +08:00
lyrachord
984edcae09
修改 通用 为 常见
仅仅是建议修改通用。很多语言的概念已经严重过时。比如keyword,在精确语法中(context-sensitive)根本就没有keyword这一说。建议不要局限在老东西上,工作更有价值
2018-01-28 19:43:13 +08:00