sunface
|
23e30abeec
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
6a6361d26c
|
新增两个unsafe队列的章节
|
3 years ago |
Allan Downey
|
f7edd0cdae
|
update(string_slice): 更新操作字符串的内容
- 追加
- 插入
- 替换
- 删除
- 连接
|
3 years ago |
Sunface
|
b8a807820b
|
Merge pull request #657 from AllanDowney/patch2
fix(struct): typo
|
3 years ago |
Sunface
|
26ea986774
|
Merge pull request #650 from AllanDowney/index
update(index-list): add some items
|
3 years ago |
Allan Downey
|
7f553df461
|
fix(struct): typo
|
3 years ago |
Allan Downey
|
c7b5cdf8ba
|
update(index-list): add tuple
|
3 years ago |
Allan Downey
|
8aa54e725b
|
update(index-list): add String and &str
|
3 years ago |
Allan Downey
|
6a5c6878fb
|
fix typo
|
3 years ago |
Allan Downey
|
2e59d29796
|
fix(borrowing): 修改章节标题字号
|
3 years ago |
Allan Downey
|
015533fac3
|
update(index-list): add borrowing
|
3 years ago |
sunface
|
b01f8269af
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
2b27aaef21
|
rename RustTT to Rustt
|
3 years ago |
zongzi531
|
7648a46d26
|
fix: typo in ci
|
3 years ago |
sunface
|
979e47a7b3
|
update readme.md
|
3 years ago |
sunface
|
7cf53370c0
|
update readme.md
|
3 years ago |
sunface
|
467b7fcde8
|
更新核心贡献者呈现方式
|
3 years ago |
Sunface
|
68488a1d18
|
Merge pull request #639 from piglei/main
Enhance some numbers in aws-rust.md
|
3 years ago |
sunface
|
75a37de297
|
更新核心贡献者呈现方式
|
3 years ago |
piglei
|
e4bbce773f
|
Enhance some numbers in aws-rust.md
|
3 years ago |
sunface
|
bf08cfb5b7
|
更新核心贡献者呈现方式
|
3 years ago |
Sunface
|
e8fb513fae
|
Merge pull request #603 from zongzi531/hotfix/abspath
fix: link url to abs path
|
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 |
Sunface
|
af8a17e727
|
Merge pull request #604 from AllanDowney/index
fix(index-list): fix wrong link
|
3 years ago |
sunface
|
e173595c0b
|
新增章节: [不错的unsafe队列 - 数据布局2]
|
3 years ago |
Allan Downey
|
ab361a59e6
|
fix(index-list): fix wrong link
|
3 years ago |
Sunface
|
7701b431d1
|
Update about-book.md
|
3 years ago |
zongzi531
|
7cd3f0cd00
|
fix: link url to abs path
|
3 years ago |
Sunface
|
896a68ec77
|
Merge pull request #602 from zongzi531/hotfix/confonding
Fix typo in confonding etc
|
3 years ago |
Sunface
|
29c547ea79
|
Merge pull request #601 from AllanDowney/index
fix(index-list): add six items
|
3 years ago |
zongzi531
|
d818344f77
|
Fix typo in confonding etc
|
3 years ago |
Allan Downey
|
ed06e8ea38
|
fix(index-list): add six items
- 所有权
- 变量作用域
- 转移所有权
- 克隆与拷贝
|
3 years ago |
千橘 雫霞
|
122a77da69
|
替换错别字
|
3 years ago |
sunface
|
a67d427792
|
新增章节: [不错的unsafe队列-测试栈借用]
|
3 years ago |
Sunface
|
8608294255
|
Merge pull request #598 from AllanDowney/index
update(index-list): add three item
|
3 years ago |
Allan Downey
|
b4cb375e87
|
update(index-list): add three item
- 语句
- 表达式
- 函数
|
3 years ago |
Sunface
|
f2d21931ed
|
Merge pull request #594 from Rustln/main
Add closure move sample.
|
3 years ago |
Rustln
|
18775a4033
|
Update closure.md
|
3 years ago |
Sunface
|
5b14e72ce3
|
Merge pull request #593 from zongzi531/hotfix/unsafe
Fix typo in unsafe
|
3 years ago |
Sunface
|
8f82688539
|
Update src/advance/unsafe/superpowers.md
|
3 years ago |
Rustln
|
e3b1d1d7cc
|
Fixed wrong link
|
3 years ago |
Rustln
|
a57d5b1785
|
Fixed wrong link
|
3 years ago |
Rustln
|
1046241be6
|
Add `#[macro_export]` to custom marco
|
3 years ago |
Rustln
|
3181ddfe81
|
Fixed typo.
这里应该是手误,`u32` 不能和 `i32` 进行相加,必须是同类型。
|
3 years ago |
Rustln
|
0fefb65cf1
|
Update closure.md
|
3 years ago |
Rustln
|
73742bb3bd
|
Add closure move sample.
|
3 years ago |
Rustln
|
5907d78a49
|
Imprecise exposition and correction
|
3 years ago |
zongzi531
|
c12fecee97
|
Fix typo in unsafe
|
3 years ago |
Sunface
|
5a2e64cc95
|
Merge pull request #591 from AllanDowney/patch-1
update use-module wrong link
|
3 years ago |
Sunface
|
478bb47642
|
Merge pull request #588 from MonkSoul/patch-1
Add more understandable explanations.
|
3 years ago |
Sunface
|
3c0eb826d2
|
Update src/advance/lifetime/advance.md
|
3 years ago |
Sunface
|
ee08b21d8a
|
Update src/advance/lifetime/advance.md
|
3 years ago |
Sunface
|
4907f47ec9
|
Merge pull request #587 from Rustln/main
Fix loose code description.
|
3 years ago |
Allan Downey
|
15f5734003
|
update use-module wrong link
|
3 years ago |
百小僧
|
3020159afe
|
Add more understandable explanations.
|
3 years ago |
Rustln
|
b0f1c6036f
|
Update basic.md
|
3 years ago |
Rustln
|
c0d4590547
|
Add code highlighting
|
3 years ago |
Sunface
|
766b3f3635
|
Merge pull request #575 from zongzi531/hotfix/errors
Fix typo in errors.md
|
3 years ago |
Sunface
|
ade69e984a
|
Merge pull request #585 from AllanDowney/index
update(index-list): format
|
3 years ago |
sunface
|
b70920de22
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
Rustln
|
bcda5b0a42
|
Fix loose code description.
|
3 years ago |
sunface
|
295c5f1efe
|
新增章节内目录、评论系统,支持屏幕大小自适应
|
3 years ago |
Allan Downey
|
8e9d75d5be
|
update(index-list): format
|
3 years ago |
Allan Downey
|
bd98ea88d4
|
update(index-list): format
|
3 years ago |
Allan Downey
|
c3cf0f3804
|
update(index-list): format
|
3 years ago |
zongzi531
|
38a854afd2
|
Fix typo in errors.md
|
3 years ago |
Sunface
|
54fc152f96
|
Merge pull request #574 from Xeonacid/patch-1
fix(specify-deps): typo
|
3 years ago |
Sunface
|
977472fab5
|
Merge pull request #562 from AllanDowney/index
update(index-list): add char-bool
|
3 years ago |
Xeonacid
|
39f929ed27
|
fix(specify-deps): typo
|
3 years ago |
sunface
|
554de7db2e
|
新增章节:[不错的unsafe队列-使用miri]
|
3 years ago |
sunface
|
d97f2cc603
|
新增章节:[不错的unsafe队列-基本操作]
|
3 years ago |
sunface
|
909eaba00c
|
rename 原生指针 to 裸指针
|
3 years ago |
sunface
|
612ab8da54
|
新增章节:[不错的unsafe队列-数据布局]
|
3 years ago |
sunface
|
4b29ed33ec
|
新增章节:[不错的unsafe队列-数据布局]
|
3 years ago |
sunface
|
bd9e56f4cb
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
328fd69059
|
新增章节[deque-最终代码]
|
3 years ago |
sunface
|
dcc1aacace
|
新增章节[deque-迭代器]
|
3 years ago |
千橘 雫霞
|
2fad4d07f8
|
Replace the broken link of `cargo` with `toolchains/cargo`
Fix broken link of `course.rs/cargo`
DAMAGED-CHANGE: e4b116b173
|
3 years ago |
Sunface
|
6eb2084f1b
|
Merge pull request #572 from zongzi531/hotfix/sync2
Fix typo in concurrency-with-threads/sync2.md & send-sync.md
|
3 years ago |
sunface
|
76a71eb7d6
|
rename Rust编程学院 -> Rust语言学习社区
|
3 years ago |
zongzi531
|
b8783ad201
|
Fix typo in concurrency-with-threads/sync2.md & send-sync.md
|
3 years ago |
sunface
|
50df514da8
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
4bda27fc6d
|
update章节目录
|
3 years ago |
Sunface
|
e2b89fb785
|
Merge pull request #570 from zongzi531/hotfix/sync1
Fix typo in concurrency-with-threads/sync1.md
|
3 years ago |
sunface
|
e37398dae8
|
update about-book.md
|
3 years ago |
sunface
|
69a628df72
|
新增章节:[deque-迭代器]
|
3 years ago |
sunface
|
1902998ba4
|
新增章节:[deque-基本操作的对称镜像]
|
3 years ago |
sunface
|
51372c3599
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
cf451010ba
|
新增章节:[deque-Peek]
|
3 years ago |
zongzi531
|
ed9c74cc70
|
Fix typo in concurrency-with-threads/sync1.md
|
3 years ago |
Sunface
|
dd45ec5482
|
Merge pull request #569 from zongzi531/hotfix/message-passing
Fix typo in concurrency-with-threads/message-passing.md
|
3 years ago |
sunface
|
c9133dc88c
|
update readme.md
|
3 years ago |
sunface
|
11cc4b1008
|
新增章节:[deque-数据布局和基本操作]
|
3 years ago |
sunface
|
f91567a3e2
|
新增章节:[deque-数据布局和基本操作]
|
3 years ago |
zongzi531
|
b087cee950
|
Fix typo in concurrency-with-threads/message-passing.md
|
3 years ago |
Xinpeng Wei
|
868cab29a7
|
fix(typo): workspacke => workspace
|
3 years ago |
Rustln
|
9648bee6bb
|
Fixed `cargo test` panic!
|
3 years ago |
Rustln
|
c155cc81fa
|
Add third party information of `Rust Macro`
|
3 years ago |
taotieren
|
9c360cac57
|
更新:路径信息
|
3 years ago |
taotieren
|
3915ba2b27
|
更新:路径信息
|
3 years ago |
sunface
|
d3ea7d028d
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
13e5c813af
|
新增章节:[持久化链表 - Drop、Arc 及完整代码]
|
3 years ago |
sunface
|
d9b6b89ff6
|
新增章节 - 持久化链表 - 数据布局和基本操作
|
3 years ago |
Han
|
e6866e9c16
|
修复错误的链接
|
3 years ago |
sunface
|
e6a208747f
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
ef62b69a58
|
新增章节: Rust 陷阱 - UTF-8 引发的性能隐患
|
3 years ago |
Sunface
|
81e0b797fa
|
Merge pull request #561 from Rustln/main
Add `transmute` examples.
|
3 years ago |
Allan Downey
|
d148d46e69
|
update(index-list): add char-bool
|
3 years ago |
Rustln
|
3148f66287
|
Add `panic hook` link.
|
3 years ago |
Rustln
|
2ace93d7a1
|
Add `transmute` examples
|
3 years ago |
Sunface
|
fe060d6e1a
|
Merge pull request #555 from AllanDowney/index
update(index-list): add numbers
|
3 years ago |
sunface
|
453f0d3883
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
3b6cdae19d
|
新增章节: 还 OK 的单向链表 - IterMut
|
3 years ago |
sunface
|
b54092ab8c
|
新增章节: 还 OK 的单向链表 - IntoIter 和 Iter
|
3 years ago |
sunface
|
b55337eccb
|
更新关联函数的内容
|
3 years ago |
Allan Downey
|
bd269200e1
|
update(index-list): add numbers
|
3 years ago |
Allan Downey
|
4ef138ebd0
|
update(index-list): add hyperlink
|
3 years ago |
Xinpeng Wei
|
a7f6c77968
|
fix(typo): featuure -> feature
|
3 years ago |
sunface
|
30b30e27c6
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
Sunface
|
1dd0ad82bc
|
Update src/basic/trait/trait-object.md
|
3 years ago |
sunface
|
e8b2011741
|
新增章节:Ok 单链表栈 - Peek 函数
|
3 years ago |
Rustln
|
3b0de0f9db
|
Add `Trait Object` comments.
|
3 years ago |
sunface
|
e10c2f7a8e
|
update readme.md
|
3 years ago |
sunface
|
37d779d94c
|
新增章节:Ok 单链表栈-类型优化
|
3 years ago |
taotieren
|
5468726bc2
|
优化:cron 配置命令
|
3 years ago |
taotieren
|
809b34f9e9
|
修复:补充缺失文字
|
3 years ago |
sunface
|
492895c5be
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
44a5c43609
|
新增章节:Bad 单链表栈-收尾工作
|
3 years ago |
yqylovy
|
4b86a726f2
|
fix Mutext
fix Mutext
|
3 years ago |
sunface
|
51a5b45811
|
新增章节:手把手带你实现链表-基本操作
|
3 years ago |
sunface
|
8e27a57bed
|
add links/basic-operations
|
3 years ago |
sunface
|
27c8f56536
|
update toc
|
3 years ago |
sunface
|
d562e17296
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
5bbb712e98
|
add 链表-数据布局
|
3 years ago |
sunface
|
c6cedae6fb
|
add 链表-数据布局
|
3 years ago |
sunface
|
4c90af484a
|
add files for too-many-lists/bad-stack
|
3 years ago |
zongzi531
|
c06a6e5d3e
|
Fix typo in concurrency-with-threads/thread.md
|
3 years ago |
Rustln
|
2d865a8e89
|
Fixed typo `语言` to `语法`
|
3 years ago |
Sunface
|
3c13e6f6a6
|
Merge pull request #543 from 1478zhcy/patch-2
对于match中“|”更准确的描述
|
3 years ago |
1478zhcy
|
f47198f7dd
|
对于match中“|”更准确的描述
|
3 years ago |
HuberWong
|
9df391e2c3
|
358 行第二句的“下面”与“们”之间缺少“我”
|
3 years ago |
sunface
|
06ae73b26a
|
remove erroneous content from 类型转换章节
|
3 years ago |
sunface
|
b14b810c39
|
update smart-pointer/deref.md
|
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
|
79489d13b3
|
Merge pull request #537 from zongzi531/hotfix/circle-reference
Fix typo in circle-self-ref/circle-reference.md
|
3 years ago |
sunface
|
770864bafc
|
fix invalid links issued at #534
|
3 years ago |
zongzi531
|
1bba4de6f1
|
Fix typo in circle-self-ref/circle-reference.md
|
3 years ago |
sunface
|
42c87ef3db
|
add 我们到底需不需要链表
|
3 years ago |
sunface
|
a69c999ff6
|
add too-many-lists/intro.md
|
3 years ago |
sunface
|
98062e3dcf
|
新增章节 Eq和PartialEq
|
3 years ago |
sunface
|
ba0323cdec
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
3 years ago |
sunface
|
9d670b4c6a
|
update intro.md
|
3 years ago |
Rustln
|
c23c61cdda
|
Fixed typo `edtion` to `edition`
|
3 years ago |
Sunface
|
b7be15984e
|
Merge pull request #530 from tchaikov/ch-variable
可读性的改进
|
3 years ago |
Kefu Chai
|
04f4dacb30
|
basic/variable: 修改语言表达,提高可读性
修改一些英语式的表达,适合中文的习惯。
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
|
3 years ago |
Kefu Chai
|
3f748bbd81
|
basic/variable: s/Respect/Salute/
salute 是致敬的意思.
respect 是尊敬。
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
|
3 years ago |
863056768
|
0ad0d5f555
|
url 修正
https://course.rs/base-type/numbers.htmll#序列range > https://course.rs/basic/base-type/numbers.html#序列range
|
3 years ago |
Sunface
|
1e01c284c6
|
Merge pull request #527 from 863056768/patch-2
ClosureScript > ClojureScript
|
3 years ago |
Sunface
|
c38a903e1f
|
Merge pull request #526 from 863056768/patch-1
Emumerations > Enumerations
|
3 years ago |
clark-cui
|
5577e19e0c
|
fix(spell): first-try editor page spell fault
|
3 years ago |
863056768
|
1b045509c7
|
ClosureScript > ClojureScript
|
3 years ago |
863056768
|
ea3530cc0e
|
Emumerations > Enumerations
|
3 years ago |
Sunface
|
9ffed5ff68
|
Merge pull request #524 from YangFong/doc-Collections
docs: optimize the Collections chapter format
|
3 years ago |
YangFong
|
49be9987db
|
docs: optimize the Collections chapter format
|
3 years ago |
YangQi
|
773b9a4413
|
docs: remove excess whitespace
|
3 years ago |
Kasper
|
02c760f946
|
Update interview.md
|
3 years ago |
sunface
|
332b106756
|
fix conflicts
|
3 years ago |
Sunface
|
421d27a248
|
Update src/async/intro.md
|
3 years ago |
Allan Downey
|
c59d662893
|
fix(SUMMARY): delete repeating item
|
3 years ago |
Allan Downey
|
9a46de5311
|
Merge branch 'main' into patch-2
|
3 years ago |
sunface
|
2cca7b1561
|
add practice for each chapter
|
3 years ago |
sunface
|
c8e13d6fa5
|
add practice/interview, update changelog
|
3 years ago |
sunface
|
a28859338c
|
fix invalid link
|
3 years ago |
Allan Downey
|
f44ecccf64
|
Update(fight-with-compile): unified format 10
|
3 years ago |
Allan Downey
|
9c0908ac8c
|
Update(appendix): unified format 9
|
3 years ago |
Allan Downey
|
2fb33f47da
|
Update(pitfalls): unified format 8
|
3 years ago |
Allan Downey
|
8e41754cf3
|
Update(confonding): unified format 7
|
3 years ago |
Allan Downey
|
b5b54bbe59
|
Update(cargo): unified format 6
|
3 years ago |
Allan Downey
|
1724c7683f
|
Update(tokio): unified format 5
|
3 years ago |
Allan Downey
|
d939b0460d
|
Update(async): unified format 4
|
3 years ago |
Allan Downey
|
fa45f219a7
|
Update(test): unified format 3
|
3 years ago |
sunface
|
332969362e
|
add linked-list/intro.md
|
3 years ago |
Allan Downey
|
73d8f7df47
|
Update(advance): unified format 2
|
3 years ago |
Allan Downey
|
48168d3168
|
Merge branch 'main' into patch-2
|
3 years ago |
sunface
|
0f021668b9
|
fix outdated links
|
3 years ago |
Sunface
|
3652d526c3
|
Merge pull request #517 from BobH-Official/patch-3
删除代码中的一段重复注释(英文)
|
3 years ago |
Sunface
|
5082f15fff
|
Merge pull request #516 from zongzi531/hotfix/box-2
Fix typo in smart-pointer/box.md
|
3 years ago |
Sunface
|
86bd8e114e
|
Merge pull request #515 from zongzi531/hotfix/box
Fix typo in smart-pointer/box.md
|
3 years ago |
BobH
|
6757bb9114
|
删除代码中的一段重复注释(英文)
|
3 years ago |
zongzi531
|
ddbe1105d2
|
Fix typo in smart-pointer/box.md
|
3 years ago |
zongzi531
|
a46feabb5a
|
Fix typo in smart-pointer/box.md
|
3 years ago |
sunface
|
2ddf071142
|
add cargo build.rs 示例
|
3 years ago |
Sunface
|
d8f98f6dc5
|
Merge pull request #514 from zongzi531/hotfix/intro-2
Fix typo in smart-pointer/intro.md
|
3 years ago |
zongzi531
|
43d1dded59
|
Fix typo in smart-pointer/intro.md
|
3 years ago |
Fanyjie
|
7c70086451
|
Update(string-slice.md): fix typo
|
3 years ago |