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 |
|