Commit Graph

1563 Commits

Author SHA1 Message Date
KaiserY
881c440e8b Merge branch 'main' of https://github.com/KaiserY/trpl-zh-cn into main 2022-02-06 17:00:24 +08:00
KaiserY
951f1df20b Merge branch 'master' into main 2022-02-06 16:59:06 +08:00
KaiserY
66cece121e
Update main.yml 2022-02-06 16:46:31 +08:00
KaiserY
956996e0e8 add listings code && update to ch02-00 2022-02-06 16:43:51 +08:00
KaiserY
f5a85c1355
Merge pull request #581 from tanliwei/patch-1
fix a typo
2022-02-03 13:56:16 +08:00
tanliwei
4343fff9c8
fix a typo
fix a typo
2022-02-03 08:52:59 +08:00
KaiserY
5557339a83
Merge pull request #580 from jinliming2/appendix-04
update appendix-04: replace rls to rust-analyzer
2022-01-22 21:53:48 +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
KaiserY
85fa0853a8
Merge pull request #578 from jinliming2/update-ch05-03
update ch05-03
2022-01-13 10:55: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
KaiserY
3f84f0c1f2
Merge pull request #576 from Sefank/Patch-2021-12-24
更新 title-page.md V2021-12-24
2022-01-10 20:07:42 +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
KaiserY
5069f33382
Merge pull request #575 from liuyunli/patch-1
fix: runtime penalty 运行时损耗
2022-01-09 22:59:20 +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
KaiserY
bbee8ec6e4
Merge pull request #574 from makisevon/fix
fix: tiny mistakes
2022-01-08 20:47:43 +08:00
makisevon
317b7ab3be
fix: tiny mistakes 2022-01-08 17:39:04 +08:00
KaiserY
9c3ca2e1c1
Merge pull request #572 from kylezhang/main
fixed typo
2022-01-07 11:40:48 +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
KaiserY
a69b51cdd0
Merge pull request #569 from VergeDX/main
[F] ch05-03-method-syntax.md: Typo "他" -> "它".
2021-12-24 18:56:31 +08:00
Vanilla
6d4849235b
[F] ch05-03-method-syntax.md: Typo "他" -> "它". 2021-12-24 16:40:05 +08:00
KaiserY
99347b358d
Merge pull request #568 from Reaper622/fix-translate
Update ch03-01-variables-and-mutability.md
2021-12-24 00:10:15 +08:00
MacTavish Lee
63d11a44c6
Update ch03-01-variables-and-mutability.md
翻译较为生硬,用`但`阅读起来并不通顺,这里的意思是改变类型还能继续用这个变量名,用`并且`更为合适。
2021-12-23 14:53:36 +08:00
KaiserY
8d28080a46
Merge pull request #567 from rawlencecn/update-document
Update document
2021-12-16 13:36:19 +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
KaiserY
e623da9a7f
Merge pull request #566 from rawlencecn/update-to-1205
update to the latest document(2021-12-05)
2021-12-05 16:27:46 +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
KaiserY
9b053092fe
Merge pull request #565 from boholder/main
Optimize confusing descriptions in ch17-03-oo-design-patterns.md
2021-12-01 18:05:37 +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
KaiserY
80b94694e0
Merge pull request #563 from ArdxWe/main
update comments
2021-12-01 14:41:18 +08:00
ardxwe
fc984cccf4 update comments 2021-12-01 11:44:57 +08:00
KaiserY
1ac77631fb
Merge pull request #562 from SherrybabyOne/main
chore: fix the redundant field interpretation
2021-11-29 00:48:33 +08:00
AiHao
dbd823ccd2 chore: fix the redundant field interpretation 2021-11-28 21:38:58 +08:00
KaiserY
78c0fa1139
Merge pull request #561 from yin1999/patch-1
fix: response with correct HTTP/1.x Message format
2021-11-10 00:45:19 +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
KaiserY
3c76a40167
Merge pull request #560 from yin1999/patch-1
修复示例代码中的`HTTP/1.x`格式错误
2021-11-09 11:10:39 +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
KaiserY
70a197b5d8
Merge pull request #559 from kalasutra/main
修复示例代码中的语法错误
2021-11-06 13:37:14 +08:00
kalasutra
9b39aa307b
修复示例代码中的语法错误 2021-11-05 23:58:14 +08:00
KaiserY
9e8eda274d
Merge pull request #557 from y1cunhui/main
fix some typo
2021-11-05 11:24:24 +08:00