Nitromelon
0cab4049a9
Update ch11-03-test-organization.md
2022-11-14 19:34:38 +08:00
sxyazi
ca0ef235c0
fix: commas
2022-11-04 15:50:13 +08:00
sxyazi
f679800f07
fix: function name to call
2022-11-04 15:49:53 +08:00
sxyazi
e374f06ab2
fix: rm the extra spaces
2022-11-03 11:12:57 +08:00
sxyazi
6b9b518c01
fix: make the symbols consistent
2022-11-03 11:12:15 +08:00
sxyazi
e4f70a3c63
fix: wrong context of the link to referencing
2022-11-02 12:22:54 +08:00
sxyazi
f364f7f314
fix: use the periods of Chinese, rather than English
2022-11-02 09:11:24 +08:00
sxyazi
29bffa2434
fix: typo
2022-11-02 09:06:59 +08:00
KaiserY
4fac4ea6a2
Merge pull request #661 from iphucc/patch-4
...
Update ch18-03-pattern-syntax.md
2022-10-27 23:15:40 +08:00
hucc
e9bad12bdd
Update ch18-03-pattern-syntax.md
2022-10-27 20:50:58 +08:00
hucc
d594ed645c
Update ch18-03-pattern-syntax.md
...
“讨论了”改成“讨论”;“每个语法”改成“这些语法”与前一句对应方便理解
2022-10-27 19:59:01 +08:00
hucc
d0d02e4169
Update ch17-02-trait-objects.md
...
这段有点难翻译,帮忙看看有没有更好一点
2022-10-26 18:59:20 +08:00
Alexander Qi
b8d66c8b6b
accent 指西欧语言的变音符号
...
https://zh.wikipedia.org/wiki/%E9%99%84%E5%8A%A0%E7%AC%A6%E5%8F%B7
2022-10-23 23:55:25 +08:00
Alexander Qi
3fe5899a3a
Wrap should be translated as "回绕"
2022-10-23 23:49:07 +08:00
ljkgpxs
69f393a8cf
Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
...
添加缺失代码,去除无意义语句
其中原文为:Before this change, external code would have to call the add_to_waitlist function by using the path restaurant::front_of_house::hosting::add_to_waitlist(). Now that this pub use has re-exported the hosting module from the root module, external code can now use the path restaurant::hosting::add_to_waitlist() instead.
2022-10-21 18:01:27 +08:00
ljkgpxs
0eace53a4d
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
2022-10-21 16:22:43 +08:00
Shinolr
da2518a470
Update ch04-03-slices.md
2022-10-07 20:27:02 +08:00
hucc
2ef2a1c327
Update ch08-02-strings.md
2022-10-04 18:51:34 +08:00
KaiserY
d65e4e4bcb
Merge pull request #652 from GaN601/patch-2
...
修复ch9-02错别字 简介 -> 简洁
2022-10-04 12:57:51 +08:00
KaiserY
41ec4032e8
Merge pull request #651 from GeniusPenguin9/main
...
Add missing content in ch07-02
2022-10-04 12:57:34 +08:00
GaN601
07b5f2848e
修复错别字 简介 -> 简洁
2022-10-03 22:39:44 +08:00
GeniusPenguin9
5fe0781ece
Add missing content in ch07-02
...
Add missing content in ch07-02 based on latest version and more example in English version.
2022-10-03 17:01:47 +08:00
GaN601
df39200038
更新堆栈简介中把栈说成堆的错误
...
"指向放入堆中数据的指针是已知的并且大小是固定的"这里的堆应该是栈, 我看英文md写的是stack
2022-10-02 11:26:01 +08:00
KaiserY
0d4f8e953f
Merge pull request #649 from Shinolr/main
...
Update ch15-01-box.md
2022-09-29 11:52:46 +08:00
Shinolr
b22203621e
Update ch15-01-box.md
2022-09-28 16:28:18 +08:00
gty4
745b6c802a
Update ch08-01-vectors.md
2022-09-27 23:49:14 +08:00
魔王卷子
d98be8b531
Update ch01-03-hello-cargo.md
2022-09-24 21:57:50 +08:00
KaiserY
658e59c6ff
update ch04-02 close #644
2022-09-21 10:36:39 +08:00
singcl
58f687bb4f
fix(docs):修复ch13-03 html元素结束标签缺失的问题
...
文章ch13-03-improving-our-io-project 59行span元素缺失结束标签导致vuepress build的时候报错:
Compiling with vite[vite:vue] Element is missing end tag.
Compiling with vite - failed in 3.10s
SyntaxError: Element is missing end tag.
2022-09-21 00:08:57 +08:00
kkoang
67bfef6fba
与原文不同,疑似翻译不准确
...
原文地址:https://github.com/rust-lang/book/blob/main/src/ch03-02-data-types.md
原文:`An array is a single chunk of memory of a known, fixed size that can be allocated on the stack.`
把 `stack` 翻译成了 `堆栈` 应该翻译成 `栈` 这样更严谨一些
2022-09-13 17:36:32 +08:00
Xuzheng77s
bd3703424c
更新附录appendix
2022-08-28 22:21:17 +08:00
Xuzheng77s
a5c26f14d3
更新7.0与7.1
2022-08-28 16:26:35 +08:00
KaiserY
e1614a76eb
update ch17-03 fix #640
2022-08-27 19:27:24 +08:00
KaiserY
506467d34a
Merge pull request #639 from GeniusPenguin9/main
...
Update ch08-02-strings.md
2022-08-26 00:43:28 +08:00
GeniusPenguin9
6610162736
Update ch08-02-strings.md
2022-08-24 23:04:16 +08:00
KaiserY
6fab79fc03
Merge pull request #638 from chenfajie/main
...
fix spelling mistakes
2022-08-24 17:46:17 +08:00
chenfajie
5fa7565d00
fix spelling mistakes
2022-08-24 15:21:37 +08:00
Xuzheng77s
0d88f0c55b
更新src/ch06-02-match.md
2022-08-19 20:06:25 +08:00
Xuzheng77s
d68da794d7
更新src/ch06-01-defining-an-enum.md
2022-08-19 19:32:40 +08:00
Xuzheng77s
b37ed35bbb
更新src/ch06-00-enums.md
2022-08-19 19:18:42 +08:00
Xuzheng77s
dd8c1bb414
更新src/ch05-03-method-syntax.md
2022-08-19 18:59:09 +08:00
Xuzheng77s
2dcf37310d
更新src/ch05-02-example-structs.md
2022-08-19 18:50:44 +08:00
Xuzheng77s
b5dc9cbb9f
更新src/ch05-01-defining-structs.md
2022-08-19 18:41:50 +08:00
Xuzheng77s
01732d8f30
更新src/ch05-00-structs.md
2022-08-19 18:31:49 +08:00
Xuzheng77s
6c5893a38a
Update src/ch04-01-what-is-ownership.md.md ch04-01-what-is-ownership.md
2022-08-18 18:47:32 +08:00
Xuzheng77s
c82ff11a8f
Update src/ch04-03-slices.md ch04-03-slices.md
2022-08-18 18:45:28 +08:00
Xuzheng77s
a8b5de3f59
Update src/ch04-02-references-and-borrowing.md ch04-02-references-and-borrowing.md
2022-08-18 18:42:17 +08:00
Xuzheng77s
60a4e3bef9
Update src/ch02-00-guessing-game-tutorial.md
2022-08-18 18:42:15 +08:00
Xuzheng77s
681a7090eb
又捉
2022-08-17 17:09:41 +08:00
Xuzheng77s
cdf7ea4d04
捉个小虫(Filename改为文件名)
2022-08-17 16:45:45 +08:00
Hongbo He
e7f39ae75a
Update ch13-01-closures.md
...
修复关于闭包破获变量的错误表述
2022-08-15 17:16:37 +08:00
Yike Du
beb1817b3c
Fix setting env problem
2022-08-07 18:05:06 +08:00
stevenlele
f75ad6909a
Update contents for ch00-10
2022-07-19 23:04:40 +08:00
Laisky.Cai
1e6e56d00b
Update ch02-00-guessing-game-tutorial.md
...
原文是 `so we need to specify 1..=100 to request a number between 1 and 100`。
既然包含上下端点,就不该是 0~101
2022-07-19 11:27:37 +08:00
stevenlele
c2a5b87590
Update introduction
2022-07-19 06:57:15 +08:00
KaiserY
2dbec4631f
update ch03-02 fix #628
2022-07-15 12:45:24 +08:00
AlwaysSweet
87084b3881
描述堆分配后的指针放入栈中过程
2022-07-06 14:16:00 +08:00
KaiserY
8357370952
Merge pull request #624 from Sefank/ch03-update
...
Update ch03 - 20220704
2022-07-05 22:01:30 +08:00
KaiserY
0cc19d0cae
Merge pull request #623 from Sefank/main
...
Update ch02 -20220703
2022-07-05 08:23:40 +08:00
Sefank
f5fc77e0a1
Update ch03-05-control-flow.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-04 22:17:53 +08:00
Sefank
7161a99345
Update ch03-03-how-functions-work.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-04 22:10:23 +08:00
Sefank
3b2bea23a9
Update ch03-02-data-types.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-04 11:27:33 +08:00
Sefank
64561d29e1
Update ch03-01-variables-and-mutability.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-04 11:11:55 +08:00
Sefank
45b566598a
Update ch02-00-guessing-game-tutorial.md
2022-07-03 23:48:54 +08:00
Sefank
2da49dfe9d
Refine the title for ch02
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-03 22:48:53 +08:00
Han
9d78b380c1
修正部分翻译
2022-07-03 19:26:35 +08:00
Sefank
c9d4f0c3d5
Update ch01-03-hello-cargo.md
2022-07-03 01:25:41 +08:00
Sefank
7fc6510768
update ch01-02-hello-world.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-03 00:56:09 +08:00
Sefank
8d2fc58e29
Update ch01-01-installation.md
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-07-03 00:22:53 +08:00
shinolr
be7fd7ec2c
update ch05-03-method-syntax.md
2022-07-01 10:43:28 +08:00
shower
2b2e4502c9
Merge pull request #61 from showerMuggle/patch-3
...
Update ch13-04-performance.md
2022-06-29 17:27:53 +08:00
shower
87e6f4fb2b
Merge pull request #60 from showerMuggle/patch-2
...
Update ch13-03-improving-our-io-project.md
2022-06-29 17:27:18 +08:00
shower
f3c5ef2320
Update ch13-04-performance.md
...
删除重复段落
2022-06-29 17:21:26 +08:00
shower
d9817fba84
Update ch13-03-improving-our-io-project.md
...
删除多余段落
2022-06-29 17:19:42 +08:00
shower
c467aaed5a
Update ch13-01-closures.md
...
Calling the closures is required for add_one_v3 and add_one_v4 to be able to compile because the types will be inferred from their usage.
2022-06-29 15:32:56 +08:00
AuroraTea
3d386890ec
fix ch10-03-lifetime-syntax.md possible ambiguity
...
这里的它虽然结合知识和语境应该能看出来是悬垂引用,但是从汉语语法上来看就像是说生命周期。
2022-06-25 16:12:10 +08:00
cracker8090
9d3c4e217b
fix ch16-03-shared-state.md edit error
2022-06-09 21:51:43 +08:00
shinolr
a34ea72622
update ch17-03-oo-design-patterns.md
2022-06-05 22:16:46 +08:00
shinolr
c1bb02cdc9
update ch16-03-shared-state.md
2022-06-04 23:08:00 +08:00
KaiserY
373e77fa8c
Merge pull request #609 from Shinolr/main
...
fix: wrong type name
2022-06-03 22:09:33 +08:00
shinolr
97b1fb9671
update ch15-06-reference-cycles.md
2022-06-03 21:42:31 +08:00
shinolr
01342b9c16
fix: wrong type name
2022-06-03 20:58:33 +08:00
KaiserY
5da333392f
Merge pull request #608 from zhenzhenChange/fix-typo-with-optimized-translation-ch09-02
...
fix typo with optimized translation ch09-02
2022-06-03 20:56:58 +08:00
Yolo
300eb3699d
fix typo with optimized translation ch09-02
2022-06-02 18:25:57 +08:00
KaiserY
500bffebdc
Update ch09-00-error-handling.md
2022-06-02 12:35:55 +08:00
Yolo
8dd6ffb773
perf(translation): optimized-translation-ch09
2022-06-02 10:46:05 +08:00
hole\jmu
167fd47530
fix ch15
2022-05-23 22:43:21 +08:00
lyon.nee
5f9c5d84df
这里应保持 vector原意, 翻译成向量会让人有误解
2022-05-19 10:47:22 +08:00
h888866j
a551d9579e
Update ch19-06-macros.md
...
Changing the remaining “单边模式” to “分支模式”
2022-05-16 18:46:54 +08:00
h888866j
ba9539f7ed
Fixing translation errors in ch19-06-macros.md
...
Fixing multiple translation errors in ch19-06-macros.md and adjusting translations in this chapter to make it more appropriate and readble.
2022-05-16 18:29:13 +08:00
117503445
01776dd7a3
fix duplicate title in guessing-game-tutorial
...
ch02-00-guessing-game-tutorial.md has two `接收用户输入` title
2022-05-13 12:10:03 +08:00
liuziyang
acb2a34fbd
删除ch18-02-refuability中多余词语
2022-05-01 15:57:59 +08:00
juicyenc
e5b44404d0
根据英文repo修饰语言,使其更贴合原意
2022-04-22 22:47:49 +08:00
juicyenc
bfd058ef20
更改race conditon的翻译
2022-04-22 22:44:27 +08:00
juicyenc
3c4a7a5ee5
更改channel的翻译
2022-04-22 22:44:07 +08:00
云与原
379ea2de6f
Update ch10-02-traits.md
2022-04-05 23:31:26 +08:00
raygift
34ee9f11d3
update to ch10-02
...
修正声明trait 为pub 的描述
2022-03-25 13:58:10 +08:00
金晖
d4351aac10
17-2 add object safety
...
我注意到17-2章最后有一小节没有翻译,就先翻译上了。
我不太清楚把新加的实例代码放在哪里,就直接放在文档中了。
I`m not sure where to push the new demonstrate code so I just put them in origin file
2022-03-20 12:36:16 +08:00
nb5p
6cf2b8539e
fix typo
2022-03-12 16:13:56 +08:00
qwinsi
30e084d110
ch07-02修改措辞:“比喻” --> “类比”
...
[7.2 定义模块来控制作用域与私有性] 小节中最后一段中的这句话:
> 原文:The module tree might remind you of the filesystem’s directory tree on your computer; this is a very apt comparison!
> 翻译:这个模块树可能会令你想起电脑上文件系统的目录树;这是一个非常恰当的比喻!
“比喻”一词改为“类比”是不是更准确一些?
2022-03-04 17:21:46 +08:00