KaiserY
946f5d5fc0
update to ch15-06
2022-02-10 11:28:06 +08:00
KaiserY
be4f7e7281
update to ch14-05
2022-02-09 19:16:45 +08:00
KaiserY
0635f02553
update to ch13-04
2022-02-09 18:59:22 +08:00
KaiserY
324244de9b
update to ch12-06
2022-02-09 16:54:09 +08:00
KaiserY
7e44e87a77
update to ch11-03
2022-02-09 10:16:09 +08:00
KaiserY
eaec47a9ed
update to ch10-03
2022-02-08 10:27:36 +08:00
KaiserY
95a46e3bb8
update to ch09-03
2022-02-07 21:47:49 +08:00
manbucy
131256699c
Update appendix-02-operators.md
...
`%` 取模--> 取余
2022-02-07 16:26:07 +08:00
KaiserY
f625094908
update to ch08-03
2022-02-07 16:14:15 +08:00
KaiserY
4b0a9c80b2
update to ch07-05
2022-02-07 15:06:23 +08:00
KaiserY
f1b94ab927
update to ch06-03
2022-02-07 14:36:29 +08:00
KaiserY
7f827e9fab
update to ch05-03
2022-02-07 11:37:16 +08:00
KaiserY
b1a0ca6e85
update to ch04-02
2022-02-06 23:46:50 +08:00
KaiserY
23278a0c39
update to ch03-05
2022-02-06 22:46:20 +08:00
KaiserY
951f1df20b
Merge branch 'master' into main
2022-02-06 16:59:06 +08:00
KaiserY
956996e0e8
add listings code && update to ch02-00
2022-02-06 16:43:51 +08:00
tanliwei
4343fff9c8
fix a typo
...
fix a typo
2022-02-03 08:52:59 +08:00
Liming Jin
54b2342e85
update appendix-04: replace rls to rust-analyzer
2022-01-22 16:47:27 +08:00
KaiserY
a62de9ef02
Merge pull request #579 from mnixry/patch-1
...
Fix some untranslated `Filename:`
2022-01-13 19:24:33 +08:00
Mix
95c930ba95
fix some untranslated Filename:
2022-01-13 19:15:05 +08:00
Liming Jin
4024a81432
update ch05-03
2022-01-11 18:14:29 +08:00
KaiserY
397642d565
Merge pull request #577 from jinliming2/update-ch05-02
...
update ch05-02
2022-01-11 14:22:19 +08:00
Liming Jin
871911b4a2
update ch05-02
2022-01-11 13:47:03 +08:00
Sefank
3188f7a784
Update title-page.md to V2021-12-24
...
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
2022-01-10 18:38:33 +08:00
Yunli Liu
429cfa4222
fix: runtime penalty 运行时损耗
...
The number of times that Deref::deref needs to be inserted is resolved at compile time, so there is no runtime penalty for taking advantage of deref coercion!
这些解析都发生在编译时,所以利用 Deref 强制转换并没有运行时损耗!
2022-01-09 17:13:13 +08:00
makisevon
317b7ab3be
fix: tiny mistakes
2022-01-08 17:39:04 +08:00
kyle
f5045a2147
fixed typo
...
fixed typo
2022-01-07 09:33:27 +08:00
KaiserY
fc425b84f0
update ch05-01 fix typo
2021-12-29 15:39:57 +08:00
KaiserY
f8d9ba1dc2
update ch05-02 close #571
2021-12-29 14:14:58 +08:00
KaiserY
38585e1621
update ch05-01 close #570
2021-12-29 14:11:06 +08:00
Vanilla
6d4849235b
[F] ch05-03-method-syntax.md: Typo "他" -> "它".
2021-12-24 16:40:05 +08:00
MacTavish Lee
63d11a44c6
Update ch03-01-variables-and-mutability.md
...
翻译较为生硬,用`但`阅读起来并不通顺,这里的意思是改变类型还能继续用这个变量名,用`并且`更为合适。
2021-12-23 14:53:36 +08:00
Rawlence
d6bb9b4c5e
update ch-03-03-how-functions-work
2021-12-14 23:22:31 +08:00
Rawlence
f55b036d47
update ch03-02-data-type
2021-12-14 23:22:31 +08:00
Rawlence
7a7630e086
update ch03-01-variables-and-mutability
2021-12-05 11:51:46 +08:00
Rawlence
f22d7d9d96
update to the latest document(2021-12-05)
2021-12-05 02:02:24 +08:00
KaiserY
9b9406500f
Merge pull request #564 from sihuan/main
...
update ch06-02-match.md
2021-12-01 18:05:58 +08:00
SiHuan
f421a2a4ed
update ch06-02-match.md
2021-12-01 16:35:29 +08:00
boholder
7352dade75
Optimize confusing descriptions in ch17-03-oo-design-patterns.md
2021-12-01 16:23:15 +08:00
ardxwe
fc984cccf4
update comments
2021-12-01 11:44:57 +08:00
AiHao
dbd823ccd2
chore: fix the redundant field interpretation
2021-11-28 21:38:58 +08:00
A1lo
7aa71fe6d8
fix: response with correct HTTP/1.x Message format
...
The correct `HTTP/1.x Message`'s headers are followed after the `start-line` which describing the requests to be implemented. After the `headers` is a `blank line` indicating all `meta-information` for the request has been sent. Then the `optional body` is followed.
Increase HTTP buffer size to 1024(keep the same with the buffer size in `ch20-01-single-threaded.md`).
2021-11-09 14:47:00 +08:00
A1lo
515246b920
fix: response with correct HTTP/1.x Message format
...
The correct `HTTP/1.x Message`'s headers are followed after the `start-line` which describing the requests to be implemented. After the `headers` is a `blank line` indicating all `meta-information` for the request has been sent. Then the `optional body` is followed.
2021-11-09 10:38:45 +08:00
kalasutra
9b39aa307b
修复示例代码中的语法错误
2021-11-05 23:58:14 +08:00
renxinxie
97dee7c164
fix some typo
2021-11-04 21:33:49 +08:00
liuyanjie
7465d603ba
Update ch05-01-defining-structs.md
...
修复5.1章节拼写错误 : `...user1` -> `..user1`
2021-10-18 13:32:48 +08:00
Bryan Lee
955bb7cdd3
docs: update the Chapter 5 and improve some of the wording
2021-10-15 17:30:50 +08:00
Bryan Lee
56632d1942
docs: update the Chapter 4 and improve some of the wording
2021-10-13 17:42:10 +08:00
KaiserY
834e1c28cf
update ch15-06 close #546
2021-10-13 10:46:46 +08:00
Annlix
8747efb5db
Fixed a sytax error in ch03-05
...
At line 286, the correct sytax of `break` is `break 'counting_up;`, not `break'counting_up;`.
2021-10-13 09:20:37 +08:00
Annlix
828f7fa416
Fixed an error in ch03-05-control-flow
...
At line 286, the loop label is `counting_up`, not `counting_ up`
2021-10-13 09:03:21 +08:00
Annlix
0b56c7e876
Fixed an error in ch03-01
...
Fixed an error in ch03-01
2021-10-12 09:25:21 +08:00
Sprite
a67a9daa6b
Fix listing ids
2021-10-04 16:01:49 +08:00
Sprite
a317ca4f5f
Improve translation grammar in the chapter 19-4
2021-10-04 15:11:47 +08:00
Sprite
dfb5d8fa25
Remove a duplicate word
2021-10-03 15:15:01 +08:00
Sprite
c7d036e02f
Fix a typo
2021-09-30 04:36:58 +08:00
Nicholas Zhan
6d9a9968b1
纠正 ISSUE#547 描述的翻译错误
2021-09-25 13:58:47 +08:00
sai0556
de9b29ad1c
示例代码缺失
...
示例20-9,20-7缺少Content-Length
2021-09-16 00:49:21 +08:00
KaiserY
b7aeabd042
Merge pull request #544 from Orefa/master
...
修改过程宏的翻译
2021-09-01 14:57:51 +08:00
KaiserY
64ebac2d4e
Merge pull request #543 from showerMuggle/patch-1
...
删除重复段落
2021-09-01 14:57:35 +08:00
KaiserY
8cd62b28cb
Merge pull request #542 from LiuYinCarl/main
...
修复部分19章错误及语法问题
2021-09-01 14:57:26 +08:00
Orefa
c07e78acdc
更改过程宏的翻译
2021-09-01 13:19:07 +08:00
shower
2fcbb5b865
删除重复段落
2021-08-31 16:40:16 +08:00
LiuYinCarl
6e87e7ee60
修复部分19章错误及语法问题
2021-08-31 14:15:16 +08:00
Orefa
cdc4aff79b
Merge branch 'KaiserY:main' into master
2021-08-31 07:28:17 +08:00
Orefa
f1daab41ba
fix anchor
2021-08-30 22:10:24 +08:00
LiuYinCarl
acc9b9b586
Merge remote-tracking branch 'upstream/main' into main
2021-08-30 13:22:47 +08:00
LiuYinCarl
2939ddb01b
修复18章部分错误及调整部分翻译
2021-08-30 13:21:30 +08:00
KaiserY
8c0eb32d86
Merge pull request #539 from LiuYinCarl/main
...
修复目录与标题不一致
2021-08-30 12:12:53 +08:00
LiuYinCarl
d141d7935a
修复目录与标题不一致
2021-08-30 11:25:23 +08:00
Orefa
796a574366
fix anchor
2021-08-28 21:26:18 +08:00
LiuYinCarl
ba961370a7
对照英文原文,修改计算 enum 占用内存大小的说明
2021-08-27 00:08:24 +08:00
skiy
981e46b7f5
docs: update ch10-00-generics.md
2021-08-25 20:12:00 +08:00
Brayn Lee
7e368ea706
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
Orefa
b2c7139c78
Update ch18-03-pattern-syntax.md
...
fix anchor
2021-08-20 09:20:31 +08:00
Sprite
eb04a192d1
Correct a translation error
2021-08-16 19:59:17 +08:00
Sprite
cc21e28e95
Improve translation grammar
2021-08-16 19:59:11 +08:00
KaiserY
649b16f0c2
Merge pull request #528 from SpriteOvO/patch-2
...
Improve translation grammar
2021-08-16 09:37:34 +08:00
KaiserY
f99e58e90a
Merge pull request #529 from SpriteOvO/patch-3
...
Improve translation grammar
2021-08-16 09:37:19 +08:00
Sprite
114d46a442
Improve translation grammar
2021-08-15 23:07:12 +08:00
Sprite
2b98e71295
Fix a minor formatting mistake
2021-08-15 22:26:17 +08:00
Sprite
16674d1686
Improve translation grammar
2021-08-15 21:27:23 +08:00
Sprite
d2c853aa0e
Fix typo and improve grammar
2021-08-15 19:28:14 +08:00
Brayn Lee
38c23ae5d8
docs: update ch02-00-guessing-game-tutorial.md
2021-08-11 00:23:19 +08:00
Brayn Lee
8f72942aff
docs: remove unsafe Ferris designations from code
2021-08-09 00:06:10 +08:00
Brayn Lee
2c79387d0b
docs: update ch00 and ch01 sections
2021-08-08 17:45:24 +08:00
杨坚强
c423db8364
更正翻译错误
2021-08-07 17:29:45 +08:00
xBLACKICEx
98c8e34b48
Update ch03-05-control-flow.md
...
改一下拼写错误
2021-08-01 13:45:44 +02:00
xBLACKICEx
91eef35b44
更改翻译语语句是的更通顺
2021-07-31 00:54:33 +02:00
KaiserY
8a87fcf074
update ch02-00 close #521
2021-07-27 22:25:09 +08:00
Enki-y
1af9d4d921
Update foreword.md
2021-07-23 00:43:18 +08:00
KaiserY
3c9643b30b
update ch18-00 close #519
2021-07-13 09:47:14 +08:00
KaiserY
a737fe8fe1
update Deref Coercion, close #508
2021-07-07 11:26:50 +08:00
KaiserY
b6c8485976
update img
2021-07-07 10:29:18 +08:00
Jorge
ea3622dfb0
Fix 2 typos: "它人" -> "他人"
2021-07-01 17:51:06 +08:00
Jorge
2401ab6364
Fix a typo: "改" -> "该"
2021-07-01 16:06:23 +08:00
Jorge
efcc26fab2
Fix rand's version: 0.5.6 -> 0.8.4
2021-06-29 14:00:54 +08:00
王嘉欣
3c18c9371e
fix code error
2021-06-16 14:53:22 +08:00
Jchaokai
611ba5b95a
Update ch02-00-guessing-game-tutorial.md
2021-06-05 01:49:34 +08:00
iamwhcn
cf9ce76876
更新原文链接
2021-06-03 12:26:20 +08:00