Sunface
|
279e4ba225
|
Merge branch 'main' into patch-2
|
2 months ago |
Sunface
|
524d3150bb
|
Merge pull request #1416 from mylvghb/patch-1
Update ownership.md
|
2 months ago |
Sunface
|
a34ad368d1
|
Merge pull request #1408 from glaceglace/patch-1
fix: 修正了对于move关键字闭包借用变量的描述;添加了3种Fn特征的承接文字
|
2 months ago |
Sunface
|
f486d66429
|
Merge pull request #1405 from 66Leo66/patch-1
cargo/reference/build-script/examples: Correct link to pkg-config
|
2 months ago |
Sunface
|
0a2a9c7e20
|
Merge pull request #1404 from lewiszlw/patch-1
Update loop.md
|
2 months ago |
Sunface
|
688acd41c9
|
Merge pull request #1400 from jwcesign/patch-4
doc: 让文件和mod的对应更清晰
|
2 months ago |
Sunface
|
e5dfe14842
|
Merge pull request #1383 from tianq02/patch-1
修改位操作示例展示效果
|
2 months ago |
Sunface
|
1d28bb70fd
|
Merge pull request #1378 from gtofish/patch-1
Update into-rust.md
|
2 months ago |
Sunface
|
20d91e50fa
|
Merge pull request #1358 from lirc571/patch-1
Fix typo in intro.md
|
2 months ago |
Sunface
|
1fc346fc5e
|
Merge pull request #1346 from Scott169/main
Update advance.md
|
2 months ago |
Sunface
|
9792b03f9a
|
Merge pull request #1345 from ShoreCN/ShoreCN-patch-3
Update multi-threads.md
|
2 months ago |
Sunface
|
7144209ec7
|
Merge pull request #1254 from rikkaka/patch-1
增加对drop(_x)函数的解释
|
2 months ago |
Sunface
|
83af2a6769
|
Update src/advance/smart-pointer/drop.md
|
2 months ago |
Sunface
|
1a3c236907
|
Merge pull request #1420 from rtpacks/patch-1
Update drop.md
|
2 months ago |
Sunface
|
285141c061
|
Merge pull request #1433 from andysim3d/patch-1
Update pin-unpin.md
|
2 months ago |
Sunface
|
912d45d6c0
|
Merge pull request #1435 from andysim3d/patch-2
Update advance-trait.md
|
2 months ago |
Sunface
|
59ae731c23
|
Update src/basic/trait/advance-trait.md
|
2 months ago |
Sunface
|
7648124922
|
Merge pull request #1436 from MagicalBridge/feature/optimization-0628
fix: improved the reading experience
|
2 months ago |
Sunface
|
bc9f1ec04a
|
Merge pull request #1437 from MagicalBridge/feature/optimization-0629
fix: add a blank line to improve the reading experience
|
2 months ago |
Sunface
|
2435f73f93
|
Merge pull request #1449 from SnowballXueQiu/Improve-the-content-of-@todo-in-const-fn
doc(generic): Improve the content of `@todo` in `const fn`
|
2 months ago |
Sunface
|
0fdc6bc85a
|
Merge pull request #1450 from Neutron3529/patch-2
修正Option的排序
|
2 months ago |
Sunface
|
aa4e805cf8
|
Merge pull request #1448 from EluvK/main
translation(appendix/rust-versions) : 1.80
|
2 months ago |
Sunface
|
09f417d649
|
Merge pull request #1458 from relaxcn/main
Modify string-slice.md
|
2 months ago |
RelaxCN
|
ada7bf9f06
|
Modify the comment about multiple # signs at the beginning and end of a string
|
2 months ago |
Neutron3529
|
d6a5b83c4e
|
修正Option的排序
由于`None<Some(T)`为`true`(如果`T:PartialOrd`)
所以Option的枚举中,`None`在前,`Some`在后,这个顺序最好不要更改
|
3 months ago |
Snowball_233
|
5a6ecf1406
|
doc(generic): Improve the content of `@todo` in `const fn`
|
3 months ago |
Eucalypt
|
c6d038e5c8
|
translation(appendix/rust-versions) : 1.80
|
3 months ago |
Sunface
|
00bc161f2e
|
Merge pull request #1442 from MagicalBridge/feature/optimization-0707
fix: Remove one Chinese character to make the meaning clearer
|
3 months ago |
Sunface
|
4592672dae
|
Update src/basic/crate-module/crate.md
|
3 months ago |
Sunface
|
3a880fca5c
|
Merge pull request #1446 from rtpacks/main
Update channels.md
|
3 months ago |
rtpacks
|
5435b9bec7
|
Update channels.md
|
4 months ago |
chupengfei
|
26f6d6a310
|
fix: Remove one Chinese character to make the meaning clearer
|
4 months ago |
chupengfei
|
ee4ad2ab2b
|
fix: add a blank line to improve the reading experience
|
5 months ago |
chupengfei
|
c92ec37218
|
fix: improved the reading experience
|
5 months ago |
Andrew
|
35e2cab664
|
Update advance-trait.md
supertrait 应该翻译为基特征
|
5 months ago |
Sunface
|
d6dd113070
|
Merge pull request #1430 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.79
|
5 months ago |
Sunface
|
567fede573
|
Merge pull request #1432 from shigma/patch-1
Update 1.63.md: fix a typo
|
5 months ago |
Sunface
|
e9f0381867
|
Merge pull request #1434 from MagicalBridge/dev
fix: fix variable declaration according to Rust coding guidelines
|
5 months ago |
chupengfei
|
4bbf6d1d1e
|
fix: fix variable declaration according to Rust coding guidelines
|
5 months ago |
Andrew
|
82e8558de3
|
Update pin-unpin.md
|
5 months ago |
Shigma
|
3534358d9e
|
Update 1.63.md
|
5 months ago |
Eucalypt
|
092ccc945f
|
translation(appendix/rust-versions) : 1.79
|
5 months ago |
Sunface
|
b4cc99786e
|
Merge pull request #1429 from wangkirin/patch-1
Update string-slice.md: remove 404 pages
|
5 months ago |
Wang Qilin
|
f29ebd72aa
|
Update string-slice.md
remove 404 pages
|
5 months ago |
Sunface
|
e6333ee798
|
Merge pull request #1427 from HaoxuanGuo/patch-1
修错别字
|
6 months ago |
Haoxuan Guo
|
4f89031b74
|
修错别字
|
6 months ago |
Sunface
|
a5ef20b7a0
|
Merge pull request #1423 from watonyweng/chore/add-github-action
chore: add github action
|
6 months ago |
Sunface
|
496519a50b
|
Merge pull request #1424 from lqzhgood/patch-1
修正 string 练习URL
|
6 months ago |
lqzhgood
|
4b367fd6bc
|
修正 string 练习URL
|
6 months ago |
softweitao_37264
|
0227bc7aa5
|
chore: add github action
|
6 months ago |