Commit Graph

1539 Commits

Author SHA1 Message Date
KaiserY
ec1d865a68 update ch17 2024-10-22 00:01:15 +08:00
KaiserY
d511daa787 update ch17 2024-10-21 17:55:39 +08:00
KaiserY
a6dff2e316 major update prepared for ch17 2024-10-20 23:44:05 +08:00
Yi Zhao
7448984c65
fix translation issue 2024-10-04 11:00:34 -04:00
Jeamorg
078cdd672f
Update ch08-03-hash-maps.md 2024-09-20 00:44:45 +08:00
Shaw Drastin
e4d1f5753c
Update ch20-01-single-threaded.md 2024-09-16 19:16:46 +08:00
Shaw Drastin
ff5edd74f6
Update ch17-02-trait-objects.md 2024-09-09 19:54:19 +08:00
Shaw Drastin
6640d210b1
Update ch16-03-shared-state.md 2024-09-09 19:42:26 +08:00
Shaw Drastin
6ffbabe965
Update ch16-03-shared-state.md 2024-09-09 19:35:19 +08:00
faldage
7a4fc8b601
Update ch19-03-advanced-traits.md 2024-09-08 22:02:27 +08:00
faldage
e4b0a9738e
更新ch19-03-advanced-traits.md,修订关联类型的翻译。 2024-09-08 18:52:25 +08:00
Diazepam
ac78341d89
修正ch13-01-closures.md翻译 2024-08-30 15:26:50 +08:00
Metaphorme
62a2e08eaa
优化Trait部分翻译 2024-08-29 14:24:12 +08:00
Shaw Drastin
4330bbb66c
修正智能指针的翻译,去除重复片段 2024-08-26 21:33:31 +08:00
KaiserY
7833ead59b update ch02-00 2024-08-19 18:15:52 +08:00
KaiserY
fccbde86b4 update ch13-04 2024-08-16 15:08:18 +08:00
KaiserY
5b0b73f542 update ch13-03 2024-08-16 14:40:46 +08:00
KaiserY
9fd19117c6 update ch13-02 2024-08-15 17:02:34 +08:00
KaiserY
ef254fbe96 update ch13-01 2024-08-15 15:37:34 +08:00
KaiserY
f39b1fda92 update ch13-01 2024-08-15 11:55:59 +08:00
KaiserY
492b51fb4c update ch08-01 close #810 2024-08-15 10:50:42 +08:00
KaiserY
257b5ca44d update ch13-01 & add proofreading_prompt.md close #809 2024-08-15 10:39:39 +08:00
Zhong123code
38b5e77a35
Update ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
修改了小部分用词,改为了一种(或许)更顺口的表达
2024-08-05 23:16:44 +08:00
just2011lin
961c217a13
Update ch13-02-iterators.md
函数名可能写错了吧
2024-07-23 20:34:05 +08:00
zhaodiaoer
68f74879ae
fix: error translation about how closure implement Fn traits
Signed-off-by: zhaodiaoer <ddaaren@gmail.com>
2024-07-20 17:39:50 +08:00
KaiserY
503a926e62
Merge pull request #803 from Golden-Pigeon/main
Update ch10-03-lifetime-syntax.md
2024-07-10 22:04:16 +08:00
HairlessVillager
993adaaac8
fix punctuation typo in ch10-02-traits.md 2024-07-10 21:02:42 +08:00
goldpig
7abf6131ab
Update ch10-03-lifetime-syntax.md 2024-07-09 03:00:29 +08:00
KaiserY
94d7715a87
Merge pull request #798 from zhanluxianshen/fix-typos
fix some typos
2024-07-08 09:53:40 +08:00
Neal Caffery
8c489ceede
Update ch04-01-what-is-ownership.md 2024-07-07 21:18:07 +08:00
zhanluxianshen
67c560b406
fix some typos/
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
2024-07-07 20:22:03 +08:00
Sunman
7e16427629
Update ch09-03-to-panic-or-not-to-panic.md 2024-06-20 10:57:54 +08:00
Sunman
9c0a3fa777
Update ch09-03-to-panic-or-not-to-panic.md
同步官方最新, 修复 9-13 示例代码不显示
2024-06-20 10:53:31 +08:00
Sunman
3e45c27c65
Update ch09-03-to-panic-or-not-to-panic.md
示例 9-13 没有显示
2024-06-19 19:01:04 +08:00
KaiserY
5f7349f40d update 07-01 close #794 2024-06-06 22:59:49 +08:00
KaiserY
5a95574fc4 update ch13-02 close #793 2024-06-06 22:58:07 +08:00
yizeyi18
c8a74b35e8 edit version in title page 2024-06-06 21:27:09 +08:00
yizeyi18
c0d101bc0e update listings to catch up newest outputs and features of newest rust 2024-06-06 21:23:21 +08:00
KaiserY
93075e4d42
Merge pull request #792 from will-2012/patch-2
Update ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
2024-05-07 16:21:23 +08:00
will-2012
74d26db0cd
Update ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md 2024-05-07 15:47:48 +08:00
will-2012
b966f7a15e
Update ch07-00-managing-growing-projects-with-packages-crates-and-modules.md 2024-05-07 15:10:37 +08:00
KaiserY
c23c33a167 update ch04-02 2024-04-29 14:52:17 +08:00
KaiserY
4456368ab7 update ch04-02 close #790 2024-04-29 09:55:15 +08:00
kwkw
60999cadbf Update ch20-01-single-threaded.md 2024-04-21 16:56:10 +08:00
KaiserY
3b2fea1b96 update ch10-02 close #787 2024-04-11 23:34:05 +08:00
Kaihang Zhang
b32b1cb5f7
Fix typo in ch02-00-guessing-game-tutorial.md 2024-04-07 10:16:35 +08:00
stosSe4r
f5e165f428
Update ch17-01-what-is-oo.md
revert changes of titles to keep links from other chapters alive
2024-03-24 17:08:49 +08:00
stosSe4r
f4f0af7506
Update ch17-01-what-is-oo.md
typo
2024-03-24 16:10:05 +08:00
stosSe4r
5453c109cf
Update ch17-01-what-is-oo.md
改善句子结构
2024-03-24 15:55:57 +08:00
laazy
a64e93e3e4
Update ch20-03-graceful-shutdown-and-cleanup.md
让这句话通畅
2024-03-21 00:14:33 +08:00
Peng Xie
ab92ce69f3 fix missing the semicolon for define mod 2024-03-13 16:18:00 +08:00
Lyon
a33e55425a
Update ch20-02-multithreaded.md
fix: u32调整为usize类型
2024-03-10 02:44:38 +08:00
zhenzhenChange
f354c53f21
Update ch04-01-what-is-ownership.md
【目的是...为了...】是病句,保留其一即可。
2024-03-05 12:02:30 +08:00
KaiserY
9dbaf37609
Merge pull request #779 from 769344359/patch-5
Update ch06-01-defining-an-enum.md
2024-03-03 17:22:40 +08:00
KaiserY
af392e24b3
Merge pull request #778 from 769344359/patch-4
Update ch05-03-method-syntax.md
2024-03-03 17:22:23 +08:00
dinosaur
a5bef1d8ee
Update ch06-01-defining-an-enum.md 2024-03-03 14:52:56 +08:00
dinosaur
4a4b68421c
Update ch05-03-method-syntax.md 2024-03-03 13:56:40 +08:00
dinosaur
5fa8be7d4f
Update ch04-03-slices.md 2024-03-03 13:28:52 +08:00
dinosaur
bb17f9fcc8
Update ch04-01-what-is-ownership.md 2024-03-02 11:32:58 +08:00
KaiserY
a6f059a7d2 update ch00-00 use GPTs 2024-02-29 17:41:27 +08:00
KaiserY
a2a489a0c3 update ch09-03 fix ci 2024-02-29 16:00:10 +08:00
KaiserY
47c10710dd
Merge pull request #773 from chuanghou/patch-1
Update ch09-03-to-panic-or-not-to-panic.md
2024-02-29 15:53:31 +08:00
zhenzhenChange
1bf829c573
Update ch03-05-control-flow.md
Shouldn't that be 4?
2024-02-29 15:07:12 +08:00
Chuang Hou
5cb60e284a
Update ch09-03-to-panic-or-not-to-panic.md
更流畅
2024-02-29 12:39:54 +08:00
KaiserY
02f7355354 update ch00-00 using GPTs 2024-02-26 18:41:03 +08:00
Hua Chen
c427bb0e50
Fix ch16-03-shared-state.md
Gain lock to obtain the actrul data
2024-02-23 21:47:41 +08:00
dinosaur
46f40792cd
Update ch10-02-traits.md 2024-02-22 15:32:02 +08:00
Gorun
452e611c7b Fix translation miss 2024-02-19 18:25:59 +08:00
KaiserY
4acf18b96e update ch03-05: fix lint 2024-02-17 12:57:58 +08:00
KaiserY
e16447cb9d
Merge pull request #769 from green961/patch-2
Update ch10-00-generics.md
2024-02-17 12:43:11 +08:00
green961
cdfcd5587a
Update ch10-00-generics.md 2024-02-10 18:47:52 +08:00
green961
0650937866
Update ch09-02-recoverable-errors-with-result.md 2024-02-09 22:09:07 +08:00
green961
0b3075af20
Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
错别字
2024-02-07 22:52:54 +08:00
Hua Chen
fa7fdfa1ab
Update ch03-05-control-flow.md A small note
For me,if read too fast,may miss the note and regard 1..9 is head and end included
2024-02-01 12:51:22 +08:00
KaiserY
1037626c68 update appendix-04 close #763 2024-02-01 11:18:00 +08:00
KaiserY
08da4dae57 update ch20-02 close #762 2024-01-29 09:43:20 +08:00
Orefa
f4040e0488
Update ch15-03-drop.md 2024-01-22 08:23:54 +08:00
Orefa
d40173d210
Update ch14-03-cargo-workspaces.md
删除翻译中的不该存在的片段
2024-01-16 07:12:19 +08:00
KaiserY
8174380c00 fix link for typst 2024-01-10 18:19:44 +08:00
marvin263
1fcc3a263c 修改2个不通顺的句子 2024-01-10 03:32:47 +08:00
marvin263
81cf1be333 修改2个不通顺的句子 2024-01-10 03:29:06 +08:00
KaiserY
18f4b0006f wip 2024-01-08 23:41:32 +08:00
KaiserY
b663897508 update mdbook-typst-pdf to 0.2.1 2024-01-08 23:33:11 +08:00
Jason Lee
9f360012f5 Upgrade AutoCorrect v2.9.0 and fix docs. 2024-01-08 21:27:48 +08:00
marvin263
34b07deb5e trivial changes 2024-01-07 22:28:15 +08:00
marvin263
1643cd02d2 重新组织下语言并举了个例子 2024-01-07 16:18:52 +08:00
laazy
9a095ce25d
必需 -> 必须
修改了一个汉语中的语病
2024-01-06 12:43:37 +08:00
marvin263
7aff431bcb “因此也没有所有者”放置的位置不对,调整了下 2023-12-23 16:20:03 +08:00
KaiserY
73fd3d4b1e fix ci 2023-12-17 23:10:27 +08:00
KaiserY
02462717dd fix ci && use mdbook-latex-pdf 2023-12-17 21:13:56 +08:00
lukerSpringTree
b072b81d86
Update ch20-02-multithreaded.md 修改错别字
在->再
2023-12-17 11:29:06 +08:00
KaiserY
58f9468925 update ch05-01 & ch09-02 close #753 2023-12-06 16:19:01 +08:00
goverclock
298b7e3685
Update ch09-03-to-panic-or-not-to-panic.md 2023-11-23 10:29:43 +08:00
Orefa
5ae806c438 调整实现trait限制的翻译 2023-11-23 08:29:03 +08:00
goverclock
7dbb8fbab4
fix: typo
原文:Therefore, any automatic copying can be assumed to be inexpensive in terms of runtime performance.
2023-11-17 15:37:21 +08:00
Orefa
46fafcb539 添加缺失的翻译,调整翻译 2023-11-10 13:40:23 +08:00
Autosaida
080a840107 fix: typo 2023-11-09 11:38:33 +08:00
Gengen Wang
734773347b
Merge branch 'KaiserY:main' into patch-2 2023-10-29 17:21:20 +08:00
Gengen Wang
cff3cdf097
fix: typo in Modules
这些功能。这有时被称为 “模块系统(the module system)” 改为 这些功能,有时被统称为 “模块系统(the module system)” 
原文:These features, sometimes collectively referred to as the module system
2023-10-28 14:19:07 +08:00
Gengen Wang
3293646772
Update ch09-02-recoverable-errors-with-result.md
“Err中的值将作为整个函数的返回值” 改为 “Err将作为整个函数的返回值”
2023-10-27 20:22:38 +08:00