Gengen Wang
|
3293646772
|
Update ch09-02-recoverable-errors-with-result.md
“Err中的值将作为整个函数的返回值” 改为 “Err将作为整个函数的返回值”
|
2023-10-27 20:22:38 +08:00 |
|
guokairui
|
ba967b80f3
|
feat: update readme to use mdbook
|
2023-10-25 18:17:26 +08:00 |
|
sakagami
|
418194a3c2
|
Fix typo: in the description of fn 'unwrap_or'
|
2023-10-19 00:46:16 +08:00 |
|
wxsm
|
cab4a53550
|
Update ch00-00-introduction.md
优化不通顺的句子
|
2023-10-13 16:42:53 +08:00 |
|
KaiserY
|
7c680af8d2
|
update ch17-02 close #738
|
2023-10-07 11:32:03 +08:00 |
|
汪心禾
|
7f0e2f2330
|
n 阶斐波那契数列 改为 第 n 个斐波那契数
此处原文为 Generate the nth Fibonacci number.
|
2023-10-04 16:04:59 +08:00 |
|
KaiserY
|
e867b0a913
|
fix autocorrect
|
2023-09-29 17:47:12 +08:00 |
|
LiuYinCarl
|
4a3dbe7b6f
|
修复Lint
|
2023-09-29 15:15:34 +08:00 |
|
LiuYinCarl
|
e6218be634
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
|
LiuYinCarl
|
76aa7d738a
|
修改错误语法 '他们' -> '它们'
|
2023-09-25 22:07:16 +08:00 |
|
KaiserY
|
99503422f8
|
update to ch19-05
|
2023-09-19 16:27:26 +08:00 |
|
KaiserY
|
f3778348cd
|
update to ch17-02 close #733
|
2023-09-18 22:14:27 +08:00 |
|
KaiserY
|
d2cac68d6c
|
wip
|
2023-09-18 16:44:44 +08:00 |
|
KaiserY
|
d157604fed
|
update to ch-02
|
2023-09-17 23:49:48 +08:00 |
|
KaiserY
|
5424e85354
|
update ch18-02 close #732
|
2023-09-17 22:53:01 +08:00 |
|
KaiserY
|
3c70b9930b
|
update ch10-00 close #734
|
2023-09-17 22:36:09 +08:00 |
|
phenix3443
|
be6f8695d6
|
fix: repaire one ch07-03 typo
|
2023-09-15 11:55:05 +08:00 |
|
KaiserY
|
c3f900a674
|
update ch19-01 fix #727
|
2023-09-05 10:52:48 +08:00 |
|
KaiserY
|
e7199bbbdd
|
update ch08-02 close #716
|
2023-09-05 10:45:37 +08:00 |
|
Orefa
|
7189943c8e
|
Update ch20-02-multithreaded.md
纠正翻译
|
2023-08-09 09:14:33 +08:00 |
|
kant
|
9d6088e772
|
wrong translation with 'Integer division truncates toward zero to the nearest integer. '
|
2023-07-22 14:43:21 +08:00 |
|
Dark-detsixE
|
ee12527169
|
fix: wrong function name
|
2023-07-17 16:02:08 +08:00 |
|
Dark-detsixE
|
114f248bd5
|
fix: wrong function name
|
2023-07-17 15:56:38 +08:00 |
|
GnSight
|
3ea9a5eb1a
|
fix: 修正语义不流畅问题
|
2023-06-11 10:56:19 +08:00 |
|
lalala-233
|
e550e48e7f
|
Update ch18-03-pattern-syntax.md
x % 2 == 5
=>
x % 2 == 0
|
2023-06-09 00:10:33 +08:00 |
|
KaiserY
|
affc406f0a
|
Merge pull request #725 from wencan/dev_20230606_fix_indent
fix 7.5换行
|
2023-06-06 19:33:36 +08:00 |
|
wencan
|
578ed36510
|
fix 7.5缩进
|
2023-06-06 16:08:53 +08:00 |
|
KaiserY
|
af5dd9e491
|
Merge pull request #724 from wencan/ch07_03_20230605_super_relative_paths
update 7.3 "Starting Relative Paths with super"
|
2023-06-06 08:59:07 +08:00 |
|
wencan
|
0166114c2c
|
update "Starting Relative Paths with super"
|
2023-06-05 16:51:59 +08:00 |
|
wencan
|
a14dea8c6a
|
更新7.3中最佳实践部分
|
2023-06-03 11:28:04 +08:00 |
|
@Jarvis
|
925bf093a8
|
Update ch19-01-unsafe-rust.md
将 `第二类可以在进行不安全块的操作是调用不安全函数。`修改为`第二类可以在不安全块中进行的操作是调用不安全函数。`
|
2023-05-18 16:54:15 +08:00 |
|
lalala-233
|
a786e8ebea
|
fix: 补充遗漏的内容
|
2023-04-26 13:46:26 +08:00 |
|
AlreadyM
|
37bc92639e
|
修正-使语义流畅:不明确生命周期的处理模式
|
2023-04-19 23:32:28 +08:00 |
|
AlreadyM
|
2c6d45a44d
|
修正 使语义流畅
|
2023-04-19 17:49:45 +08:00 |
|
AlreadyM
|
0f6e444fd0
|
修正西里尔字母部分的翻译语义通畅
|
2023-04-18 21:59:08 +08:00 |
|
0x64
|
e31bcfaddd
|
fix:wrong-character
|
2023-04-01 03:59:58 +08:00 |
|
KaiserY
|
53fa4d4ebe
|
Merge pull request #713 from Dianshii/patch-5
补充 12-05 漏翻内容
|
2023-03-25 14:06:16 +08:00 |
|
Dianshii
|
c3bccdd561
|
补充 12-05 漏翻内容
|
2023-03-25 03:00:04 +01:00 |
|
Dianshii
|
3944a09a6c
|
修改 12-05 翻译错误
|
2023-03-25 00:18:13 +01:00 |
|
zivvvv
|
832dca4efb
|
fix: 错别字;
|
2023-03-23 17:38:40 +08:00 |
|
Dianshii
|
c16825505a
|
Update ch10-03-lifetime-syntax.md
|
2023-03-20 21:54:33 +01:00 |
|
Dianshii
|
55acb83783
|
Update ch10-03-lifetime-syntax.md
|
2023-03-20 21:52:11 +01:00 |
|
Dianshii
|
80b1efe5c2
|
Update ch10-03-lifetime-syntax.md
|
2023-03-20 21:06:06 +01:00 |
|
墨娘
|
116334e633
|
更新title-page.md到d94e03a18a2590ed3f1c67b859cb11528d2a2d5c
|
2023-03-14 10:46:34 +08:00 |
|
墨娘
|
607cd115d9
|
更新ch03-01-variables-and-mutability.md到21a2ed14f4480dab62438dcc1130291bebc65379
由于英文是错别字修改,所以中文这里无需变更
|
2023-03-14 10:39:51 +08:00 |
|
墨娘
|
7728b85cd9
|
更新ch10-01-syntax.md到f2a78f64b668f63f581203c6bac509903f7c00ee
|
2023-03-14 10:34:37 +08:00 |
|
墨娘
|
a3493ddba5
|
更新4404cbcc354fad516c7ad9b5dea51b2ed876803a之前未同步的提交
|
2023-03-13 17:11:12 +08:00 |
|
墨娘
|
9f617ce460
|
更新原文链接
|
2023-03-13 16:54:20 +08:00 |
|
墨娘
|
0aea5333e5
|
更新原文链接
|
2023-03-13 16:47:55 +08:00 |
|
KaiserY
|
f1ee5c5ef7
|
Merge pull request #707 from Lmmmmmm-bb/fix/typo
fix: ch17-01 typo
|
2023-03-08 09:30:54 +08:00 |
|
_lmmmmmm
|
075125e0ee
|
fix: ch17-01 typo
|
2023-03-07 23:41:16 +08:00 |
|
Sakura
|
593702491a
|
add translation
find more incorrect translation.
|
2023-03-07 23:30:58 +08:00 |
|
Sakura
|
0078a45ca3
|
fix translate
One translation correction is not updated.
|
2023-03-07 23:14:40 +08:00 |
|
Eridanus
|
30e8760958
|
Update foreword.md
fix translate
|
2023-03-02 00:25:58 +08:00 |
|
al00000
|
f791442796
|
Update ch12-03-improving-error-handling-and-modularity.md
1. 官网文档修改了 Config::new 函数名为 Config::build
|
2023-02-17 09:05:35 +08:00 |
|
peng.xie
|
7fcf7a53bb
|
ch15-00-smart-pointers.md>line 9>许-允许
|
2023-02-14 16:09:59 +08:00 |
|
KaiserY
|
9d667423c3
|
Merge pull request #700 from douglarek/patch-1
[ch20-02-multithreaded.md] typo fix
|
2023-02-12 12:56:09 +08:00 |
|
douglarek
|
dd4ceba24f
|
[ch20-02-multithreaded.md] typo fix
|
2023-02-11 23:46:35 +08:00 |
|
quyc07
|
b5f61111e6
|
Update ch11-03-test-organization.md
|
2023-02-07 17:49:40 +08:00 |
|
quyc07
|
52058a52b2
|
Update ch10-02-traits.md
|
2023-02-05 08:54:23 +08:00 |
|
quyc07
|
73a9d22416
|
Update ch10-01-syntax.md
|
2023-02-03 17:14:00 +08:00 |
|
quyc07
|
7d21f53b2d
|
Update ch09-01-unrecoverable-errors-with-panic.md
|
2023-02-03 14:09:59 +08:00 |
|
quyc07
|
2c28412d57
|
修改错别字
|
2023-02-01 19:54:25 +08:00 |
|
KaiserY
|
3ffad91990
|
update appendix & readme
|
2023-01-31 10:04:30 +08:00 |
|
KaiserY
|
49a842503d
|
update ch13 close #673
|
2023-01-31 09:58:25 +08:00 |
|
KaiserY
|
295b55f57c
|
update ch13-02 close #695
|
2023-01-30 18:25:58 +08:00 |
|
KaiserY
|
d982f6d871
|
Merge branch 'main' of https://github.com/KaiserY/trpl-zh-cn into main
|
2023-01-30 17:40:03 +08:00 |
|
KaiserY
|
b9b907d78a
|
update ch20
|
2023-01-30 17:39:46 +08:00 |
|
KaiserY
|
cab5499d60
|
Merge pull request #694 from logicskky/patch
Update Chapter 8
|
2023-01-30 16:02:44 +08:00 |
|
Wang Kefeng
|
3e1aa048e4
|
update ch08
|
2023-01-30 15:56:27 +08:00 |
|
KaiserY
|
89cdab40e6
|
update ch19
|
2023-01-30 14:05:51 +08:00 |
|
KaiserY
|
7ef91fa9ae
|
update ch18
|
2023-01-30 10:21:22 +08:00 |
|
TeCHiScy
|
74ef8e4773
|
Update ch13-01-closures.md
修正 typo
|
2023-01-29 12:07:51 +08:00 |
|
KaiserY
|
bc79854a2f
|
Merge pull request #692 from logicskky/patch-2
Update ch07-05-separating-modules-into-different-files.md
|
2023-01-28 12:44:27 +08:00 |
|
Wang Kefeng
|
cadf494e7b
|
Update ch07-05-separating-modules-into-different-files.md
|
2023-01-27 22:33:44 +08:00 |
|
Wang Kefeng
|
2f8f2d1a1f
|
Update ch07-05-separating-modules-into-different-files.md
|
2023-01-27 17:29:53 +08:00 |
|
Wang Kefeng
|
a73b074054
|
Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
|
2023-01-27 16:19:04 +08:00 |
|
_lmmmmmm
|
ac20086bc2
|
fix: ch12-05 typo
|
2023-01-26 00:25:26 +08:00 |
|
KaiserY
|
f0df200cb0
|
update ch17
|
2023-01-24 21:32:21 +08:00 |
|
KaiserY
|
6a952961bd
|
update ch16
|
2023-01-24 20:28:25 +08:00 |
|
KaiserY
|
4c46c1da30
|
Merge pull request #687 from TeCHiScy/patch-5
Update ch15-00-smart-pointers.md
|
2023-01-24 13:08:48 +08:00 |
|
TeCHiScy
|
847cb1f168
|
Update ch15-00-smart-pointers.md
fix 英文标点
|
2023-01-24 00:04:43 +08:00 |
|
TeCHiScy
|
c62d168620
|
Update ch13-01-closures.md
|
2023-01-23 23:58:42 +08:00 |
|
KaiserY
|
7dc059f009
|
update ch15
|
2023-01-23 21:27:25 +08:00 |
|
KaiserY
|
b05c60534c
|
update ch14
|
2023-01-23 15:04:06 +08:00 |
|
KaiserY
|
e0b47e2779
|
fix ci
|
2023-01-23 14:39:42 +08:00 |
|
KaiserY
|
bf95d16adf
|
Merge pull request #685 from TeCHiScy/patch-4
Update ch13-01-closures.md
|
2023-01-22 22:18:24 +08:00 |
|
KaiserY
|
f291adb581
|
update ch14-02
|
2023-01-22 22:11:43 +08:00 |
|
TeCHiScy
|
10888935f4
|
Update ch13-01-closures.md
更新原文 commit hash,Rust 代码使用 rust,noplayground 包裹
|
2023-01-22 21:48:30 +08:00 |
|
TeCHiScy
|
b0550f9743
|
Update ch13-01-closures.md
|
2023-01-22 18:12:40 +08:00 |
|
TeCHiScy
|
0d9f388dc7
|
Update ch13-01-closures.md
|
2023-01-22 18:10:54 +08:00 |
|
TeCHiScy
|
44c3b8df31
|
Update ch13-01-closures.md
|
2023-01-22 18:09:58 +08:00 |
|
TeCHiScy
|
a2651505ce
|
Update ch13-01-closures.md
|
2023-01-22 18:06:17 +08:00 |
|
TeCHiScy
|
8b17ce28ac
|
Update ch13-01-closures.md
|
2023-01-22 18:04:07 +08:00 |
|
TeCHiScy
|
fa62c9d6b0
|
Update ch13-01-closures.md
|
2023-01-22 18:01:17 +08:00 |
|
TeCHiScy
|
3ada8d427e
|
Update ch13-01-closures.md
|
2023-01-22 17:54:29 +08:00 |
|
TeCHiScy
|
96450f41a9
|
Update ch13-01-closures.md
|
2023-01-22 17:51:48 +08:00 |
|
TeCHiScy
|
b753342208
|
Update ch13-01-closures.md
|
2023-01-22 17:49:25 +08:00 |
|
TeCHiScy
|
4e4208bf39
|
Update ch13-01-closures.md
|
2023-01-22 17:42:08 +08:00 |
|
TeCHiScy
|
6348c24894
|
Update ch13-01-closures.md
|
2023-01-22 17:41:11 +08:00 |
|
TeCHiScy
|
46847679ee
|
Update ch13-01-closures.md
|
2023-01-22 17:37:27 +08:00 |
|
TeCHiScy
|
4c3b0bdcc9
|
Update ch13-01-closures.md
|
2023-01-22 17:36:16 +08:00 |
|
TeCHiScy
|
b95f3b404a
|
Update ch13-01-closures.md
|
2023-01-22 17:35:31 +08:00 |
|
TeCHiScy
|
45b60d40d0
|
Update ch13-01-closures.md
|
2023-01-22 17:20:48 +08:00 |
|
TeCHiScy
|
c23c793085
|
Update ch13-01-closures.md
|
2023-01-22 17:19:23 +08:00 |
|
TeCHiScy
|
28e1ca0bb4
|
Update ch13-01-closures.md
|
2023-01-22 16:51:50 +08:00 |
|
TeCHiScy
|
9563f59566
|
Update ch13-01-closures.md
|
2023-01-22 16:49:20 +08:00 |
|
TeCHiScy
|
992473f5de
|
Update ch13-01-closures.md
|
2023-01-22 16:44:45 +08:00 |
|
TeCHiScy
|
e0bf7dbac5
|
Update ch13-01-closures.md wip
|
2023-01-22 16:33:31 +08:00 |
|
KaiserY
|
18750b3f76
|
update ch13-01 wip
|
2023-01-22 00:41:58 +08:00 |
|
KaiserY
|
6d567ee104
|
update ch12
|
2023-01-21 10:44:32 +08:00 |
|
KaiserY
|
a14433ba5f
|
update ch11
|
2023-01-21 09:58:04 +08:00 |
|
_lmmmmmm
|
9ee753a5c8
|
fix: ch09-03 typo
|
2023-01-20 21:26:30 +08:00 |
|
_lmmmmmm
|
0eb12b7e4b
|
fix: ch07-05 file content
|
2023-01-20 21:25:30 +08:00 |
|
KaiserY
|
6031abb39f
|
update ch11-00 & ch11-01 wip
|
2023-01-19 23:32:22 +08:00 |
|
KaiserY
|
3a3d8b3d42
|
update ch09-03
|
2023-01-19 22:30:15 +08:00 |
|
KaiserY
|
d77474e925
|
update ch09-02
|
2023-01-19 16:48:42 +08:00 |
|
KaiserY
|
5aa17f29e7
|
update ch07-05
|
2023-01-19 15:25:01 +08:00 |
|
KaiserY
|
1107ff927b
|
fix autocorrent
|
2023-01-19 00:28:09 +08:00 |
|
KaiserY
|
70495477d9
|
update to ch07-04
|
2023-01-19 00:24:23 +08:00 |
|
KaiserY
|
da065d80d9
|
update to ch07-04
|
2023-01-19 00:23:33 +08:00 |
|
KaiserY
|
d33ef24ed4
|
update ch06
|
2023-01-18 22:25:16 +08:00 |
|
KaiserY
|
fe175e6e15
|
update ch04-01 close #682
|
2023-01-18 22:10:25 +08:00 |
|
KaiserY
|
e14942a769
|
Merge pull request #681 from biaji/patch-2
Update ch12-03-improving-error-handling-and-modularity.md
|
2023-01-18 14:26:26 +08:00 |
|
biaji
|
3f33d89ac1
|
Update ch12-03-improving-error-handling-and-modularity.md
修复变量名称错误
|
2023-01-18 14:02:41 +08:00 |
|
luke
|
9939a5d9f2
|
update ch12 ENV VAR
|
2023-01-18 13:07:25 +08:00 |
|
KaiserY
|
7c7049ed34
|
update ch08 close #679
|
2023-01-18 00:13:36 +08:00 |
|
KaiserY
|
b58a6ce83a
|
update ch10-03 close #677
|
2023-01-17 23:14:26 +08:00 |
|
KaiserY
|
adb527a675
|
update ch10-01 & ch10-02
|
2023-01-17 16:28:27 +08:00 |
|
KaiserY
|
207fd3e207
|
update ch10-00
|
2023-01-17 12:58:06 +08:00 |
|
Jason Lee
|
483ea9f308
|
Fix texts by use autocorrect --fix .
|
2023-01-17 11:38:33 +08:00 |
|
KaiserY
|
23673cb6e7
|
update to ch05-03
|
2023-01-16 23:29:51 +08:00 |
|
KaiserY
|
fbdc47c405
|
update to ch02-00 & update listings
|
2023-01-16 17:34:52 +08:00 |
|
Narukara
|
222dc08165
|
Update appendix-03-derivable-traits.md
修正不通顺的、有误的翻译
|
2023-01-13 03:26:17 +08:00 |
|
Narukara
|
df6edca2da
|
Update ch20-02-multithreaded.md
一些 typo
|
2023-01-12 23:35:26 +08:00 |
|
Narukara
|
2d2bd7b045
|
Update ch19-04-advanced-types.md
修正错误和不通顺的翻译
|
2023-01-12 03:32:52 +08:00 |
|
Narukara
|
7006f05ea9
|
Update ch11-01-writing-tests.md
修正语病、不通顺的翻译和缺漏的翻译
|
2022-12-29 19:12:15 +08:00 |
|
Narukara
|
d40c8fa388
|
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
"Filename"改为"文件名"
|
2022-12-17 01:41:58 +08:00 |
|
Narukara
|
457194bc62
|
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
修正奇怪的翻译
|
2022-12-16 18:28:50 +08:00 |
|
biaji
|
62a57a8a67
|
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
修改部分翻译。原始翻译似乎有缺漏
|
2022-12-12 22:11:42 +08:00 |
|
KaiserY
|
795eaeda49
|
update ch04-01 close #669
|
2022-11-22 15:19:20 +08:00 |
|
Jinguang Dong
|
483a9eecd3
|
Description:[fix] fixed typo from add-one to add_one
Bug: #667
Test: Following the example could run it normally for workspace section
Signed-off-by: Jinguang Dong <dongjinguang@huawei.com>
|
2022-11-18 16:34:26 +08:00 |
|
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 |
|