261 Commits (1d5076e856609d700839d80e282dc185ad92fe72)

Author SHA1 Message Date
Somoku 83ae8680be fix: typos fixed and answer reference link changed
2 years ago
cd 5da14a5de9
Update all-patterns.md
2 years ago
Bu Yixin 817ea006df
Update method.md
2 years ago
kebo ea051f8547
Update char-bool.md
2 years ago
Sunface 96a3a6fa96
Merge pull request #970 from ambition-echo/patch-1
2 years ago
Sunface c960f88a08
Merge pull request #966 from everettjf/main
2 years ago
Sunface 5229b350ac
Merge pull request #971 from ambition-echo/patch-2
2 years ago
CrazyCoder_LJ 1312dab5a7
Update converse.md
2 years ago
辛巳流火 f552cb38dc
Update result.md
2 years ago
辛巳流火 0d60643345
Update result.md
2 years ago
everettjf d6c1b4f459 optimize comments
2 years ago
Sunface 464239a4d2
Merge pull request #958 from l1ch40/patch-2
2 years ago
Sunface 2227036c66
Merge pull request #957 from l1ch40/patch-1
2 years ago
Chao Li c410a6e74f
Update enum.md
2 years ago
Chao Li 3948d7932e
Update numbers.md
2 years ago
Jerry Wang ab39fb8c86
fix: result of `println!`
2 years ago
草鞋没号 73710016dd
docs: use `,` instead `;`
2 years ago
草鞋没号 1e06166da4
chore: typo
2 years ago
Sunface a7124948fc
Update src/basic/compound-type/string-slice.md
2 years ago
Aimer Neige 091e57a38b
错误修正
2 years ago
Sunface 20cb1fc718
Merge pull request #915 from aimerneige/patch-1
2 years ago
Aimer Neige 8f290aa79a
错别字
2 years ago
Aimer Neige 69cdfb449c
错误修复?
2 years ago
Frankkai dc198410a8 fix: typo 被称之为->被称为
3 years ago
草鞋没号 d9546539a6
fix: typo
3 years ago
Sunface e8de2302ee
Merge pull request #878 from caoxiemeihao/patch-5
3 years ago
Sunface a1d39becbf
Update src/basic/trait/trait.md
3 years ago
草鞋没号 3f632796bb
docs: 措辞修改
3 years ago
草鞋没号 f3a68ff58d
docs: 文案修改
3 years ago
Sunface 77a4520b13
Merge pull request #874 from caoxiemeihao/patch-3
3 years ago
草鞋没号 9b9cbd0871
chore: formatting code
3 years ago
草鞋没号 10663a5649
chore: 补充new说明
3 years ago
_lmmmmmm cdbfdf750f fix: typo in result-error/panic.md
3 years ago
Augus 201929eb93
fix: basic/trait/trait.md add '}'
3 years ago
Y a4286d9c7f
Update string-slice.md
3 years ago
Xinyu Zhao d69f6ce2b0
doc: add missing practices
3 years ago
p9s 59e1bec77a
Update struct.md
3 years ago
p9s 7d509e9a7e
Update string-slice.md
3 years ago
Sunface 22b4f38169
Merge pull request #828 from chenxiaochun/patch-1
3 years ago
Sunface ab9e7c6778
Merge pull request #826 from p9s/patch-3
3 years ago
chenxiaochun 6374fa93ba
Update module.md
3 years ago
p9s 87ea2898fb
Update string-slice.md
3 years ago
p9s 46e38ca118
Update numbers.md
3 years ago
sunface 97b28476bc 修正所有权章节中的一处描述不准确的内容
3 years ago
sunface bcdf7bb25e 增加无返回值表达式的说明
3 years ago
sweet2honey 8ca8c9529d Squashed commit: fix typo.
3 years ago
Weiqi Wu 15761de7aa
fix: typo
3 years ago
Allan Downey 9e73f8f35f update(method): fix format
3 years ago
sunface 9ad6caf619 调整数值类型章节的目录结构,并新增位运算,感谢 liCells 的PR
3 years ago
Li Zong c407fd59f5
Add `bit operation` document.
3 years ago
咖喱 a75aef0e7b
fix: delete redundant `)` in `match-if-let.md`
3 years ago
sunface 289de33b35 在特征对象中添简单的 Box 说明
3 years ago
sunface 464d4add74 增加字符串转义
3 years ago
Day a18c3e0e50 fix: code style
3 years ago
sunface 54dda204ab 变量章节新增 _ 的说明
3 years ago
Sunface 42e2ea2624
Merge pull request #764 from daychongyang/main
3 years ago
Day a7a2ba04ed fix: typo
3 years ago
sunface 486d8f6f0d udpate 格式化
3 years ago
Dwsy 28ea384ce7
Correct
3 years ago
mxismean 17a204361d
Update all-patterns.md
3 years ago
mxismean e300ba47a4
Update match-if-let.md
3 years ago
mxismean 10aab7eee0
Update match-if-let.md
3 years ago
Allan Downey 7c397856c0 Update: unified format
3 years ago
zongzi531 63b02eb0a6 fix: typo github
3 years ago
Siu 215813e91d
fix grammar errors in `crate-module/module.md`
3 years ago
Kun Liu 1a6e50f638
fix example in `string-slice.md`
3 years ago
sunface 2a244af275 add diverge function <-> 发散函数
3 years ago
sunface 6b960d2dc1 更新模式使用场景
3 years ago
sunface 88f38d884f update css styles
3 years ago
sunface 14ce9883f4 update toc
3 years ago
Allan Downey f7edd0cdae update(string_slice): 更新操作字符串的内容
3 years ago
Sunface b8a807820b
Merge pull request #657 from AllanDowney/patch2
3 years ago
Allan Downey 7f553df461 fix(struct): typo
3 years ago
Allan Downey 6a5c6878fb fix typo
3 years ago
Allan Downey 2e59d29796 fix(borrowing): 修改章节标题字号
3 years ago
Sunface e8fb513fae
Merge pull request #603 from zongzi531/hotfix/abspath
3 years ago
zongzi531 0681429827 fix: missing link
3 years ago
zongzi531 44e3a1ba8d fix: link to url
3 years ago
Allan Downey 6f2de64814 fix(string-slice): fix wrong link
3 years ago
zongzi531 7cd3f0cd00 fix: link url to abs path
3 years ago
zongzi531 d818344f77 Fix typo in confonding etc
3 years ago
千橘 雫霞 122a77da69
替换错别字
3 years ago
Allan Downey 15f5734003 update use-module wrong link
3 years ago
sunface 909eaba00c rename 原生指针 to 裸指针
3 years ago
Rustln 9648bee6bb
Fixed `cargo test` panic!
3 years ago
Rustln 3148f66287
Add `panic hook` link.
3 years ago
Rustln 2ace93d7a1
Add `transmute` examples
3 years ago
sunface 3b6cdae19d 新增章节: 还 OK 的单向链表 - IterMut
3 years ago
sunface b55337eccb 更新关联函数的内容
3 years ago
Sunface 1dd0ad82bc
Update src/basic/trait/trait-object.md
3 years ago
Rustln 3b0de0f9db
Add `Trait Object` comments.
3 years ago
sunface 8e27a57bed add links/basic-operations
3 years ago
sunface d562e17296 Merge branch 'main' of https://github.com/sunface/rust-course
3 years ago
Rustln 2d865a8e89
Fixed typo `语言` to `语法`
3 years ago
1478zhcy f47198f7dd
对于match中“|”更准确的描述
3 years ago
sunface 06ae73b26a remove erroneous content from 类型转换章节
3 years ago
sunface 78d814ade4 add exercises links for some chapters
3 years ago
sunface ff6f9efe40 update variable.md
3 years ago
sunface c1e203a553 update variable.md
3 years ago
sunface 4e2b1db00d remove &dyn and Box<dyn> for disambiguation
3 years ago
Sunface b7be15984e
Merge pull request #530 from tchaikov/ch-variable
3 years ago
Kefu Chai 04f4dacb30 basic/variable: 修改语言表达,提高可读性
3 years ago
Kefu Chai 3f748bbd81 basic/variable: s/Respect/Salute/
3 years ago
863056768 0ad0d5f555
url 修正
3 years ago
863056768 1b045509c7
ClosureScript > ClojureScript
3 years ago
Sunface 9ffed5ff68
Merge pull request #524 from YangFong/doc-Collections
3 years ago
YangFong 49be9987db docs: optimize the Collections chapter format
3 years ago
YangQi 773b9a4413
docs: remove excess whitespace
3 years ago
sunface 332b106756 fix conflicts
3 years ago
sunface 2cca7b1561 add practice for each chapter
3 years ago
Allan Downey 48168d3168 Merge branch 'main' into patch-2
3 years ago
BobH 6757bb9114
删除代码中的一段重复注释(英文)
3 years ago
Fanyjie 7c70086451
Update(string-slice.md): fix typo
3 years ago
Fanyjie df8eb78241
Merge branch 'main' into patch-2
3 years ago
百小僧 5864502a23 Fixed typo `Javascript` to `JavaScript`
3 years ago
sunface ad4e62b52f fix typos
3 years ago
Sunface 00a932ee18
Merge pull request #508 from Rustln/main
3 years ago
Allan Downey 84f74aa287 Update: unified format and fix wrong link
3 years ago
Rustln 6d6a1a9041
change `()` to `()`
3 years ago
Rustln 3656f356e1
change `()` to `()`
3 years ago
Rustln 9e8c0506f4
change `,` to `,`
3 years ago
Allan Downey 30dc187131 fix(string-slice): wrong link
3 years ago
Rustln ee86e87c1d
Fixed comment some code.
3 years ago
sunface f8ba4d477a rename dir contents to src
3 years ago
sunface 2605ad38f7 add迭代器
3 years ago
sunface 689cccbbb7 update
3 years ago
sunface b2e6ce93c5 Merge branch 'main' of https://github.com/sunface/rust-course
3 years ago
sunface 1a23fc911d add高级生命周期
3 years ago
LyntNy4n af2ea6d38b
修改模式匹配关于@例子的错误
3 years ago
sunface 0e4de262f8 新增HashMap
3 years ago
sunface c8e85c2aa8 增加Vector章节
3 years ago
sunface c1acb87ef7 Merge branch 'main' of https://github.com/sunface/rust-course
3 years ago
sunface a215a15100 修复一些文字错误
3 years ago
Sunface 41a32c6685
Merge pull request #99 from jsun969/main
3 years ago
sunface c0f0ed5548 修复一些文字错误
3 years ago
Justin Sun c87ee926ff
修复流程控制的文字错误
3 years ago
sunface 628b2e6f9b 修复一些文字错误
3 years ago
sunface 8192bc1358 修复一些文字错误
3 years ago
codemystery 583ed5162d 修复所有权的文字错误
3 years ago
codemystery 493696fdd4 修正基础类型的文字错误
3 years ago
sunface 3bd0dd84c6 update
3 years ago
sunface 7d9e2e042f update
3 years ago
sunface 2c06fe846e udpate readme
3 years ago
sunface e929c8c011 add errors
3 years ago
sunface 0c9118d4ee 新增高级特征
3 years ago
sunface bd4cf9fb02 新增 特征对象
3 years ago
sunface 0d2118b40a update
3 years ago
sunface 3081bb11bd update
3 years ago
sunface ae5c686c06 update
3 years ago
sunface 4327fbf9f9 update
3 years ago