Sunface
f245c4c59c
Merge pull request #1056 from kxxt/patch-1
...
fix typo in src/cargo/reference/deps-overriding.md
2 years ago
Sunface
12c69a5b7e
Merge pull request #1050 from NeutronStarPRO/main
...
Update about-book.md
2 years ago
Sunface
676ac469ca
Update src/basic/ownership/borrowing.md
2 years ago
kkoang
9aefc619f2
代码格式化
2 years ago
kkoang
ea88721e5f
修复文档小错误
...
1.代码没有格式化,前面多了空格
2 years ago
kkoang
069aa2ae9e
修复文档的两个小bug
...
1.空格显示问题
2.语句通畅问题
2 years ago
Levi Zim
6243a89162
fix typo in src/cargo/reference/deps-overriding.md
2 years ago
NeutronStarPRO
fae4210f20
Update about-book.md
2 years ago
0xmingx
9fa98b9dfb
修改标题
...
这里应该是 `let` 和 `if let` 做比较
2 years ago
pengyang
4ad4512b0a
perf: basic 数组模块知识,对于数组元素为非基础类型
2 years ago
onlyxuyang
76256bb99f
修改悬垂引用的描述
...
修改悬垂引用的描述
2 years ago
0xmingx
f62aca2a77
fix bug
...
the `msg` type here is `Message`, don't need `unwrap()`, then wrapping `msg.content` in `Some`, return to fit the `filter_map`'s trait bound: Option<T>
2 years ago
Sunface
91c3117c2b
Merge pull request #1043 from viciousstar/patch-1
...
Update getting-started.md
2 years ago
Sunface
6c4794be1d
Merge pull request #1040 from gggwvg/patch-1
...
fix typo: 行百里者半九十
2 years ago
Sunface
0bcfaedff8
Merge pull request #1036 from AsakusaRinne/AsakusaRinne-doc1
...
数值类型章节中添加一个wrapping_*的简单示例
2 years ago
Sunface
ed6c7c3a7d
Merge pull request #1034 from Cupnfish/patch-1
...
改错别字
2 years ago
Sunface
dc4f9009de
Merge pull request #1033 from dangxia/main
...
fix #1032
2 years ago
Sunface
b492c511d5
Merge pull request #1029 from eval-exec/patch-1
...
fix typo
2 years ago
kongkong
c3b3c743b7
Update getting-started.md
...
曲婉婷,emmm,人渣,不合适
2 years ago
gggwvg
e2883d6100
fix typo
2 years ago
Rinne
bdab33df30
doc: add an example of wrapping_*
2 years ago
Cupnfish
16455549e2
改错别字
2 years ago
Xuehui He (何学辉)
fa0adb4d21
fix #1032
2 years ago
Eval EXEC
e4e71b016c
fix typo
...
ascyn -> async
2 years ago
Yifu Duan
f52f243e1e
the demo code can not cache `String` but `&str`
2 years ago
Sunface
b5fd7d5eea
Merge pull request #1024 from mistwave/patch-9
...
fix typo
2 years ago
Sunface
0280d2d36b
Merge pull request #1019 from Somoku/main
...
chore: fix typo, format and answer reference
2 years ago
Sunface
b66866873c
Merge pull request #1017 from fky2015/patch-1
...
fix: fix typo.
2 years ago
Yifu Duan
c2042bc3e9
fix typo
2 years ago
Somoku
e9b89c2f7f
Merge branch 'main' of https://github.com/Somoku/rust-course
2 years ago
Somoku
124de6a7da
chore: fix typo, format and answer reference
2 years ago
Sunface
65d888deb2
Merge branch 'main' into fix-punctuation
2 years ago
Sunface
80cbf35e50
Merge branch 'main' into patch-4
2 years ago
Sunface
6211f326b5
Merge pull request #1013 from mistwave/patch-6
...
fix: typo
2 years ago
Sunface
f58a1464d1
Merge pull request #1012 from mistwave/patch-3
...
Add relative English wordings
2 years ago
Sunface
b73f74cc9c
Merge pull request #1011 from Jack-Zhang-1314/patch-1
...
Update method.md(Fixed ambiguous semantics)
2 years ago
Sunface
525707208c
Merge pull request #1010 from Wjinlei/patch-1
...
Update global-variable.md
2 years ago
Sunface
b6b2d30d3b
Merge pull request #1009 from Somoku/new
...
fix: format, typo fixed in some sections
2 years ago
Feng Kaiyu
abcb43ac75
fix: fix typo.
2 years ago
Yifu Duan
dc9d5ca870
修改正文中的英文冒号
2 years ago
Yifu Duan
faafeceb30
修改正文中的英文标点
2 years ago
Yifu Duan
7457224785
修改英文逗号
2 years ago
Yifu Duan
38912999f8
修正单词typo
2 years ago
Yifu Duan
eb6980fc47
增加if-expression的例子
...
类似Scala的`if (x % 2 == 1) "odd" else "even"`,
或者Haskell的`if (x `mod` 2 == 1) then "odd" else "even"`。
2 years ago
Yifu Duan
fca480f574
加上对应英文单词,便于读者和rustc报错信息对应上
2 years ago
fw_qaq
8395dd2a62
Update method.md
2 years ago
小虾米
3f5a554c6f
Update global-variable.md
2 years ago
Sunface
e8cce23425
Merge pull request #1007 from lodisy/patch-1
...
Update struct.md
2 years ago
zhaoyao73
dd38ca0796
fix a typo in formatted-output.md
...
fix the output
2 years ago
Somoku
10d8f39a08
fix: format, typo fixed in some sections
2 years ago
Michael
3a2bc14ffe
Update struct.md
...
Fix a typo
2 years ago
Somoku
83ae8680be
fix: typos fixed and answer reference link changed
2 years ago
Airene Fang
ac9deee742
chore: spell err
2 years ago
Sunface
33cddaeb7e
Merge pull request #994 from thecrackofdawn/patch-1
...
Update all-patterns.md
2 years ago
Sunface
dd29cce441
Merge pull request #993 from AllanDowney/index
...
update(index-list): update Box Deref Drop
2 years ago
cd
5da14a5de9
Update all-patterns.md
...
此处已经假设x的值是`None`了,所以最后描述未被覆盖的x应该用`None`,而不是`Some(5)`
2 years ago
Allan Downey
e39ac19fbd
update(index-list): update Box Deref Drop
2 years ago
trdthg
09dd419656
fix: typo pulish
2 years ago
Bu Yixin
817ea006df
Update method.md
...
fix https://github.com/sunface/rust-course/discussions/635#discussioncomment-3006436
2 years ago
kebo
ea051f8547
Update char-bool.md
...
Add rust syntax highlight
2 years ago
Moses Happ
27f65a9792
Update editor.md
2 years ago
Sunface
f0aebb43e3
Merge pull request #969 from AllanDowney/patch1
...
Update about-book.md
2 years ago
Sunface
96a3a6fa96
Merge pull request #970 from ambition-echo/patch-1
...
Update result.md
2 years ago
Sunface
5dc91beca0
Merge pull request #968 from lijing-2008/patch-3
...
Update getting-started.md
2 years ago
Sunface
c960f88a08
Merge pull request #966 from everettjf/main
...
optimize comments
2 years ago
Sunface
44142984c1
Merge pull request #965 from caorufu/patch-1
...
Update deps-overriding.md
2 years ago
Sunface
230ba32573
Merge pull request #964 from qianjunakasumi/patch-1
...
fix: broken reference link
2 years ago
Sunface
5229b350ac
Merge pull request #971 from ambition-echo/patch-2
...
Update result.md
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
Allan Downey
f78b9e471d
Update about-book.md
2 years ago
CrazyCoder_LJ
9f2d7cbc4e
Update getting-started.md
...
感觉应该是一个小小的打字错误
2 years ago
sunface
defe3f44a7
修复md table 的渲染问题
2 years ago
sunface
d1aeaef5f8
发布周刊 17 期
2 years ago
CrazyCoder_LJ
0640118bf0
Update sync1.md
...
a word error
2 years ago
everettjf
d6c1b4f459
optimize comments
2 years ago
caorufu
233e2bb6b1
Update deps-overriding.md
...
文字错误:原来指代好像不是很明确呀~
2 years ago
千橘 雫霞
90a2635e6b
fix: broken reference link
2 years ago
Sunface
3d56ff145b
Merge pull request #961 from cxz888/main
...
Typo: sized.md
2 years ago
Sunface
33313012de
Update about-book.md
2 years ago
cxz888
18612de94c
Typo: sized.md
...
你能想到的几乎类型->你能想到的几乎所有类型
2 years ago
Sunface
464239a4d2
Merge pull request #958 from l1ch40/patch-2
...
typo: enum.md
2 years ago
Sunface
2227036c66
Merge pull request #957 from l1ch40/patch-1
...
typo numbers.md
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
Sunface
fcf275e2d9
Merge pull request #950 from situ2001/situ2001/add-missing-word
...
add missing word
2 years ago
Sunface
ef40c7d7cb
Merge pull request #952 from AllanDowney/index
...
Update index-list.md
2 years ago
Allan Downey
3319c88dc9
update(index-list): update newtype
2 years ago
situ2001
b2e4b0f3f1
add missing word
2 years ago
Allan Downey
b852e36859
update(index-list): update statements and expressions
2 years ago
Allan Downey
74cc753805
add 1.62 release note
2 years ago
tu6ge
c334abbe5d
Update multi-futures-simultaneous.md
2 years ago
Sunface
e01f9c2e45
Merge pull request #936 from overheat/main
...
update 6 years to 7 years.
2 years ago
overheat
fb78c5cd37
update 6 years to 7 years.
2 years ago
Fanjun Kong
bbfaa3d379
fix: typo of Mutex
...
Signed-off-by: Fanjun Kong <fanjun.kong@linux.dev>
2 years ago
sunface
c29810c520
update weekly
2 years ago
Sunface
c98c2774ab
Merge pull request #933 from caoxiemeihao/patch-7
...
chore: typo
2 years ago
草鞋没号
73710016dd
docs: use `,` instead `;`
2 years ago