softweitao_37264
|
0227bc7aa5
|
chore: add github action
|
6 months ago |
weimingfeng
|
d7c51f224a
|
Update drop.md
|
6 months ago |
Sunface
|
4ec4239a5a
|
Merge pull request #1419 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.78
|
6 months ago |
EluvK
|
123b1e22c1
|
translation(appendix/rust-versions) : 1.78
|
6 months ago |
Li Lanjun
|
a5b9e52d33
|
Update string-slice.md
修复无效链接
|
7 months ago |
Li Lanjun
|
0340a06874
|
Update ownership.md
|
7 months ago |
Scott Rhodes
|
4948ac47cb
|
Merge branch 'sunface:main' into main
|
7 months ago |
Sunface
|
fc3529f5df
|
Merge pull request #1409 from chromon/fix-punctuation-3
fix: fix typos and punctuation errors 3
|
7 months ago |
Sunface
|
38d3c8e428
|
Merge pull request #1410 from chromon/fix-punctuation-4
fix: fix typos and punctuation errors 4
|
7 months ago |
Sunface
|
ff7a44e7de
|
Merge pull request #1414 from 007gzs/patch-2
修改锈书在线地址
|
7 months ago |
007gzs
|
2ab3a66337
|
Update community.md
|
7 months ago |
007gzs
|
2a4d0b9204
|
修改锈书在线地址
原github地址(rustlang-cn/rusty-book)已经跳转到了beat-ai(0xx0-ai/beat-ai),我也不知道新的地址是什么,先换下在线阅读地址把
|
7 months ago |
Ellery Zhang
|
f26e3723a9
|
fix: fix typos and punctuation errors 4
|
7 months ago |
Ellery Zhang
|
77fd350a73
|
fix: fix typos and punctuation errors 3
|
7 months ago |
Sunface
|
9d4bb86262
|
Merge pull request #1397 from chromon/fix-punctuation-2
fix: fix typos and punctuation errors
|
7 months ago |
Sunface
|
35a853b318
|
Merge pull request #1398 from jwcesign/patch-3
doc: 明确运行命令,避免读者疑惑
|
7 months ago |
Sunface
|
7219e42802
|
Merge pull request #1407 from ahsisnwk/patch-1
Update web-server.md
|
7 months ago |
glaceglace
|
0131d8878c
|
Update closure.md
fix: 1. 修正了对于move关键字闭包借用变量的错误描述;2. 添加了3种Fn特征的承接文字
|
7 months ago |
ahsisnwk
|
2456097f8d
|
Update web-server.md
修改请求应答的格式从
```
HTTP-Version Status-Code Reason-Phrase CRLF
headers CRLF
message-body
```
到
```
HTTP-Version Status-Code Reason-Phrase CRLF
headers CRLF
message-body
```
并将 `\r\n{contents}` 修改为 `\r\n\n{contents}`
原因:
当使用原格式的时候,请求网页并不会出现对应的 html 界面。
|
7 months ago |
Leo Li
|
fe6576a598
|
Update examples.md
|
8 months ago |
张林伟
|
252e834362
|
Update loop.md
polonius是借用检查器,并非编译器
|
8 months ago |
Sunface
|
7a602f0d15
|
Merge pull request #1402 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.77
|
8 months ago |
EluvK
|
c26f06e201
|
translation(appendix/rust-versions) : 1.77
|
8 months ago |
sunfei
|
d5104f44e0
|
chore: update some external links
|
8 months ago |
jwcesign
|
2767a11026
|
Update module.md
|
8 months ago |
jwcesign
|
fab3e27cfb
|
doc: 让文件和mod的对应更清晰
doc: 让文件和mod的对应更清晰
|
8 months ago |
jwcesign
|
f2d2685f7f
|
doc: 明确运行命令,避免读者疑惑
doc: 明确运行命令,避免读者疑惑
|
8 months ago |
Ellery Zhang
|
e2d3fd014e
|
fix: fix typos and punctuation errors
|
8 months ago |
Sunface
|
8a23e59997
|
Merge pull request #1390 from Cleaf-y/patch-2
style: Fix whitespace in generic.md
|
8 months ago |
Sunface
|
07b6c8d920
|
Merge pull request #1380 from Neutron3529/patch-1
增加更精确的rustc --cfg使用方法
|
8 months ago |
Sunface
|
4b0adb3a97
|
Update src/cargo/reference/features/intro.md
|
8 months ago |
Sunface
|
ea2e456a9f
|
Merge pull request #1393 from chromon/fix-punctuation
fix: fix typos and punctuation errors
|
8 months ago |
Sunface
|
23cceb203d
|
Merge pull request #1391 from owenramber1989/main
fix typo: "TreadPool" -> "ThreadPool"
|
8 months ago |
Sunface
|
49213ca95b
|
Merge pull request #1394 from zouzanyan/patch-1
Update ownership.md
|
8 months ago |
Sunface
|
6585840680
|
Update src/basic/ownership/ownership.md
|
8 months ago |
Sunface
|
30b1c3f14a
|
Merge pull request #1395 from jwcesign/patch-1
cleanup: 代码块统一,便于粘贴复制用于测试
|
8 months ago |
Sunface
|
ce720c2655
|
Merge pull request #1396 from jwcesign/patch-2
cleanup: 修复结构体成员(引用)的生命周期定义
|
8 months ago |
Sunface
|
91cb3442da
|
Update community.md
|
8 months ago |
Sunface
|
3fdbffa9af
|
Update README.md
|
8 months ago |
jwcesign
|
e16ad2093d
|
cleanup: 修复结构体成员(引用)的生命周期定义
cleanup: 修复结构体成员(引用)的生命周期定义
|
8 months ago |
jwcesign
|
8b6fb2fe26
|
cleanup: 代码块统一,便于粘贴复制用于测试
|
8 months ago |
zouzanyan
|
4e1ded8c6b
|
Update ownership.md
存储在二进制中的字符串,把二进制改为栈是不是会更通顺一点
|
8 months ago |
Ellery Zhang
|
154def2933
|
fix: fix typos and punctuation errors
|
8 months ago |
Sunface
|
53122be7f5
|
Update community.md
|
8 months ago |
Sunface
|
144197f5ca
|
Update README.md
|
8 months ago |
Jinming Zhang
|
a2e6b04089
|
fix typo: "TreadPool" -> "ThreadPool"
|
8 months ago |
Cleaf-y
|
e7837e2fca
|
style: Fix whitespace in generic.md
添加了空格,与上下文风格保持一致
|
8 months ago |
Sunface
|
3ed8cf33c5
|
Merge pull request #1379 from keithMonster/main
fix: typo fix
|
8 months ago |
Sunface
|
682e3dc7c2
|
Merge pull request #1388 from Cleaf-y/patch-1
Update hello-world.md
|
8 months ago |
Cleaf-y
|
2eae4108d1
|
Update hello-world.md
修正了疑似语病。原句中提取句子主干后为:“Rust这门语言......可能会觉得很熟悉。”
|
9 months ago |