Scott Rhodes
|
c2ce54cda4
|
fix typo
|
1 year ago |
cokernut
|
49c492061e
|
内容优化:有无符号整型的取值描述优化
有无符号整型的取值范围添加0
|
1 year ago |
yongliang
|
36511e03fa
|
Update first-try/slowly-downloading.md
增加 cargo 国内镜像源稀疏索引用法
|
1 year ago |
Scott Rhodes
|
5984af3223
|
modify expressions
|
1 year ago |
Scott Rhodes
|
34f198ef01
|
Update 1.69.md
|
1 year ago |
3119369616
|
3f24e0116d
|
Update cargo.md
|
1 year ago |
Sunface
|
59e2459bee
|
Merge pull request #1234 from Crpdim/main
Update iterators.md
|
1 year ago |
Sunface
|
38786f0f72
|
Update src/basic-practice/iterators.md
|
1 year ago |
yjh
|
fcb1c1b0ce
|
fix typo: 由于 -> 优于
|
1 year ago |
keijack
|
ea0a7cbeb0
|
增加 vector 排序相关内容。
|
1 year ago |
keijack
|
d207e3125d
|
增加 vector 排序相关内容。
|
1 year ago |
Crpdim
|
5a847b8718
|
Update iterators.md
数组切`&[String]` -> 数组切片`&[String]`
|
1 year ago |
liting
|
a2e9a6dd9e
|
fix: typo in appendix/rust-version
|
1 year ago |
asthetik
|
da44cafd54
|
Prefix it with an underscore: `_i`
|
1 year ago |
sunface
|
e4c6bd7634
|
fix: typo in converse ch
|
1 year ago |
sunface
|
14b18a8b0c
|
[fix] 修复<<下载很慢>>章节目录错乱
|
1 year ago |
sunface
|
dd5bd85206
|
重新组织优化<<下载依赖太慢了>>章节
|
1 year ago |
GaoZG2
|
22a5392df7
|
Update string-slice.md
代码的补充注释
|
1 year ago |
Sunface
|
c95e98c88f
|
Merge pull request #1211 from acehinnnqru/patch-2
Update flow-control.md
|
1 year ago |
Sunface
|
65d11ba5fe
|
Apply suggestions from code review
|
1 year ago |
Sunface
|
14b538ec5f
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Sunface
|
bdba4ab01f
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Sunface
|
47384f29d7
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Sunface
|
2331fe1f68
|
Update src/advance/concurrency-with-threads/sync1.md
|
1 year ago |
Wenqing Zong
|
406df0a46e
|
Fix typo in concurrency chapter, deadlock part
|
1 year ago |
Sunface
|
a1b978a027
|
Merge pull request #1212 from acehinnnqru/patch-3
patch: update all-patterns.md
|
2 years ago |
mzccddkk
|
51e77174ff
|
Update trait.md
文字错误
|
2 years ago |
Au
|
a79377d5d4
|
fix: all-patterns.md
更新变量遮蔽的 `match` 引用地址
|
2 years ago |
Au
|
cabca6e249
|
Update all-patterns.md
更正部分内容, 避免误解. 这里可以随时使用其他变量, 不一定使用 y, 没必要刻意混杂各种概念.
|
2 years ago |
Au
|
00c2a7355f
|
Update flow-control.md
去掉希望强调所有权的提示, 转为所有权说明.
如有错误请指正.
|
2 years ago |
Sunface
|
d17927fc6e
|
Merge pull request #1163 from stevenlele/too-many-lists
fix translation in too-many-lists
|
2 years ago |
Sunface
|
fdc94cea58
|
Merge pull request #1192 from acehinnnqru/patch-1
Update match-if-let.md
|
2 years ago |
Sunface
|
7f90c174ba
|
Merge pull request #1194 from zhenzhenChange/add-note
update note
|
2 years ago |
Sunface
|
af44f2f6dd
|
Merge pull request #1195 from zhaoshouhang/patch-1
Update advance.md
|
2 years ago |
Sunface
|
0f20d86bc0
|
Merge pull request #1196 from book-9A18C1C14F804B09BD52E2DFAAB8F20F/main
Typo modification
|
2 years ago |
Sunface
|
b8160e88a0
|
Merge pull request #1198 from Ethkuil/main
Update string-slice.md: 修复对 `+`、`+=` 的错误描述,并添加注释
|
2 years ago |
Sunface
|
c1ad64b845
|
Merge pull request #1201 from Doraemonkeys/patch-1
修改标点符号
|
2 years ago |
Sunface
|
969991965c
|
Merge pull request #1207 from busyDecoding/patch-4
Update overview.md
|
2 years ago |
Sunface
|
78247e26df
|
Merge pull request #1202 from Doraemonkeys/patch-2
增加一个match的例子
|
2 years ago |
Larry Lee
|
250baf1797
|
Update overview.md
修改病句
|
2 years ago |
EluvK
|
f53c84cf0c
|
translation(appendix/rust-versions) : 1.69
|
2 years ago |
EluvK
|
111f98138a
|
fix typo
|
2 years ago |
doraemon
|
58d17bab39
|
增加一个match的例子
在学习章节 `2.11.2. 返回值 Result 和?` 时遇到一个新的match用法,之前没有提到过,所以在这里加上。
https://course.rs/basic/result-error/result.html#%E5%AF%B9%E8%BF%94%E5%9B%9E%E7%9A%84%E9%94%99%E8%AF%AF%E8%BF%9B%E8%A1%8C%E5%A4%84%E7%90%86
|
2 years ago |
doraemon
|
0dced0f8c0
|
修改标点符号
|
2 years ago |
Hobart Zhi-xin Lin
|
6917b9f43c
|
Update string-slice.md: 修复对 `+`、`+=` 的错误描述,并添加注释
|
2 years ago |
大漠知秋
|
2a5c30b204
|
Typo modification
|
2 years ago |
Sunface
|
e7c6d918e5
|
Merge pull request #1189 from callqh/patch-1
fix: typo
|
2 years ago |
Sunface
|
471f25eaef
|
Merge pull request #1185 from shenX-2021/main
fix(too-many-lists): wrong translation;
|
2 years ago |
Sunface
|
a357cedcf4
|
Merge pull request #1184 from jamesarch/main
修改错字
|
2 years ago |
Sunface
|
25d496a9be
|
Merge pull request #1182 from iscas-zac/main
Update web-server.md:steam->stream, collecto->collect
|
2 years ago |
Sunface
|
614e03d3de
|
Merge pull request #1181 from yanggangtony/fix-typo
修复语句不通顺问题
|
2 years ago |
Sunface
|
ac8ad1cf7a
|
Merge pull request #1176 from yesanyou/main
update thread.md about reference
|
2 years ago |
Sunface
|
1e1a7fa65b
|
Merge pull request #1170 from FrankKai/main
fix: typo 回触发->会触发
|
2 years ago |
zhaoshouhang
|
9433b3b3df
|
Update advance.md
极具->急剧
|
2 years ago |
zhongzhen
|
39a7e8302c
|
add cargo new note
|
2 years ago |
zhongzhen
|
f02acff114
|
update note
|
2 years ago |
Au
|
9b767a8ba6
|
Update match-if-let.md
这里表述有些出入, 使用更合适的理解方式, 避免产生误解
|
2 years ago |
Liuqh233
|
11398d3dca
|
fix: typo
|
2 years ago |
iscas-zac
|
3038407abe
|
Update web-server.md
|
2 years ago |
iscas-zac
|
0e299ac8b4
|
Update pain-points-and-workarounds.md
|
2 years ago |
iscas-zac
|
06afeb2524
|
Update multi-futures-simultaneous.md
|
2 years ago |
zivvvv
|
6671621000
|
fix(too-many-lists): wrong translation;
|
2 years ago |
iscas-zac
|
41ff5658e3
|
Update async-await.md
|
2 years ago |
iscas-zac
|
4b0684e088
|
Update pin-unpin.md
|
2 years ago |
iscas-zac
|
b1407e019c
|
Update future-excuting.md
|
2 years ago |
iscas-zac
|
bee4a620ee
|
Update future-excuting.md
|
2 years ago |
iscas-zac
|
54403ce072
|
Update getting-started.md
|
2 years ago |
jamesarch
|
30920130ea
|
fix typo
fix typo
|
2 years ago |
iscas-zac
|
b8af7f59c6
|
Update multi-threads.md
fix typo: Mutext -> Mutex
|
2 years ago |
iscas-zac
|
d4c55aefcd
|
Update web-server.md
fix typos
|
2 years ago |
yanggang
|
c8408696b8
|
修复语句不通顺问题
Signed-off-by: yanggang <gang.yang@daocloud.io>
|
2 years ago |
Sunface
|
69fd67d18f
|
Merge pull request #1179 from Nihilism0/patch-2
fix The sample code does not match the description
|
2 years ago |
yanggang
|
735957bca5
|
语句后面缺少一个分号;
Signed-off-by: yanggang <gang.yang@daocloud.io>
|
2 years ago |
sunface
|
0c0a7a3ac2
|
update some words in the ending paragraph of into-rust
|
2 years ago |
Nihilism
|
db584fd108
|
Update array.md
|
2 years ago |
sunface
|
a3b55a59a5
|
update thread.md about reference
|
2 years ago |
Frankkai
|
cc05988652
|
fix: typo collecto -> collect
|
2 years ago |
Frankkai
|
3ef039447e
|
fix: typo 回触发->会触发
|
2 years ago |
Sunface
|
e451fd2028
|
Merge pull request #1159 from gfzum/fix-typo
Fix 一些标点的小改动
|
2 years ago |
gfzum
|
c8b12d52aa
|
Merge branch 'sunface:main' into fix-typo
|
2 years ago |
EluvK
|
bcbd1971a0
|
translation(appendix/rust-versions) : 1.68
|
2 years ago |
stevenlele
|
9f24ebd2cd
|
fix translation in too-many-lists
|
2 years ago |
Rustln
|
c4384942fa
|
Update cargo.md
|
2 years ago |
Rustln
|
585957a032
|
Update cargo.md
|
2 years ago |
Rustln
|
54b78609a1
|
fixed typo
|
2 years ago |
gfzum
|
ee7d5f520f
|
Merge branch 'sunface:main' into fix-typo
|
2 years ago |
gfzum
|
4c8878afcb
|
fix(2.8.3, 2.9.1, 2.9.2, 2.10): 加上引用块后面句号
fix(2.9.2) 修改二级标题后的四级标题为三级标题
|
2 years ago |
gfzum
|
4d1e54cb82
|
fix(2.7 2.8.1): 引用块中句末句号,中文语句中英文括号替换为中文括号
|
2 years ago |
sunface
|
1ffe9730ed
|
fix typo in basic-practice/tests.md
|
2 years ago |
sunface
|
2f0b68042d
|
revision and proofread of 避免从入门到放弃
|
2 years ago |
sunface
|
79f3882f71
|
revision and proofread of 进入Rust编程世界
|
2 years ago |
sunface
|
1f3bcf7875
|
move basic/converse into advance/into-types
|
2 years ago |
sunface
|
d439d37035
|
merge community.md and rusty-book.md into one
|
2 years ago |
sunface
|
471471b256
|
add chapter inline-asm
|
2 years ago |
sunface
|
564ee9da08
|
add chapter inline-asm
|
2 years ago |
sunface
|
ed9809e2c9
|
add chapter inline-asm
|
2 years ago |
sunface
|
a2281d2d1a
|
update about-book.md
|
2 years ago |
sunface
|
6fc84cfed9
|
add web server chapter in multi thread section
|
2 years ago |
sunface
|
ba06b79c62
|
add web server chapter in multi thread section
|
2 years ago |
sunface
|
e36b33ec71
|
add web server chapter in multi thread section
|
2 years ago |
sunface
|
60e26cec08
|
add web server chapter in multi thread section
|
2 years ago |
sunface
|
b8b0714580
|
add web server chapter in multi thread section
|
2 years ago |
sunface
|
1bed5a4ec4
|
fixed some outdated links
|
2 years ago |
sunface
|
83cb5dfcf9
|
update the default folding layers of toc from 1 to 0
|
2 years ago |
sunface
|
93c16f002f
|
新增进阶实战:实现一个简单的 reids
|
2 years ago |
sunface
|
7e85d1ff49
|
add some contents to 入门实战 chapter
|
2 years ago |
sunface
|
f877cd2a2a
|
add some contents to 入门实战 chapter
|
2 years ago |
gfzum
|
9e7991f42f
|
Merge branch 'main' of https://github.com/gfzum/rust-course-1
|
2 years ago |
gfzum
|
106dfb6b1b
|
的地typo
|
2 years ago |
gfzum
|
86af7ac8e7
|
Merge branch 'sunface:main' into main
|
2 years ago |
gfzum
|
03fdf2605b
|
到2.4为止的一些标点补齐更正。
|
2 years ago |
gfzum
|
367edd6350
|
根据其他地方的无序列表使用习惯,删去了每行的句号
|
2 years ago |
sunface
|
4516b37ab9
|
add some contents to 入门实战 chapter
|
2 years ago |
sunface
|
8563334d1d
|
add some contents to 入门实战 chapter
|
2 years ago |
sunface
|
36ecd5f37c
|
add some contents to 入门实战 chapter
|
2 years ago |
Sunface
|
a5b7d04885
|
Merge pull request #1148 from thorseraq/0221-feature-update
消除"feature 开启其他 feature"描述的歧义
|
2 years ago |
Sunface
|
e841b45501
|
Update src/basic/compound-type/struct.md
|
2 years ago |
maoziqiang
|
9e5bfa601b
|
fix: fix lifetime links
|
2 years ago |
sunface
|
14ecc2bac9
|
add some contents to 入门实战 chapter
|
2 years ago |
sunface
|
cc4eeebdd7
|
reorder the converse chapter in basic section
|
2 years ago |
x1a0t
|
9b33b24880
|
消除"feature 开启其他 feature"描述的歧义
|
2 years ago |
sunface
|
31fa657478
|
separate lifetime chapters into different parts: basic and advanced
|
2 years ago |
sunface
|
e084270c8e
|
optimize the presentation of panic chapter
|
2 years ago |
sunface
|
3bdcb26676
|
optimize the presentation of panic chapter
|
2 years ago |
sunface
|
373288155d
|
add running result for ? operator using in main function
|
2 years ago |
sunface
|
3973ba6719
|
Add copied and unwrap_or method to directly get a score value
|
2 years ago |
sunface
|
0726f4c85e
|
update println style in Vectory chapter, add simple explanation for why use two different styles
|
2 years ago |
sunface
|
427a5313ed
|
Merge branch 'main' of https://github.com/sunface/rust-course
|
2 years ago |
Sunface
|
db3ea05cf6
|
Merge pull request #1145 from qq906907952/ydx-fix-macro-review
fix proc macro incorrect view and warning code
|
2 years ago |
sunface
|
4926605fc3
|
调整章节顺序
|
2 years ago |
sunface
|
7e02f10cd0
|
润色一些文字
|
2 years ago |
sunface
|
7771c211c9
|
添加Rust作者的一件小轶事
|
2 years ago |
sunface
|
ecc2802d80
|
添加Rust作者的一件小轶事
|
2 years ago |
sunface
|
0b82b1d7cc
|
添加Rust作者的一件小轶事
|
2 years ago |
dexian
|
0050563c50
|
fix macro incorrect review and warning code
|
2 years ago |
Sunface
|
69ef90c93d
|
Update src/basic/crate-module/module.md
|
2 years ago |
Bruce
|
ea2a26f125
|
Typo & Reorder the words
|
2 years ago |
sunface
|
af1f8cbe72
|
修改rusty book的链接
|
2 years ago |
sunface
|
7a5378cfee
|
修改rusty book的链接
|
2 years ago |
Sunface
|
a49dc375b0
|
Merge pull request #1140 from robinv8/main
fix: 解决代码运行保存的问题
|
2 years ago |
Sunface
|
5e9e08b691
|
Merge pull request #1136 from Ziqi-Yang/patch-2
fix wrong link
|
2 years ago |
Sunface
|
ba25e0eb31
|
Merge pull request #1135 from EluvK/eluvk/translation/appendix/rust-versions
translation(appendix/rust-versions) : 1.63 - 1.67
|
2 years ago |
Sunface
|
d94c376dba
|
Merge pull request #1131 from sb-child/patch-3
Typo fix: advance/unsafe/superpowers.md
|
2 years ago |
Sunface
|
6af76de344
|
Merge pull request #1130 from RobinGG/patch-1
doc(string-clice.md): 调整字符串追加操作的示例代码,更具有语义
|
2 years ago |
Sunface
|
86dda0aeb9
|
Merge pull request #1126 from Rustln/main
fixed doc type #1083
|
2 years ago |
Sunface
|
1a26a79fe6
|
Merge pull request #1125 from keijack/main
增加模块文件夹的嵌套模块说明。
|
2 years ago |
Sunface
|
54bb38a6ae
|
Merge pull request #1124 from Makonike/main
docs: fix typo
|
2 years ago |
Sunface
|
53437ebc2a
|
Merge pull request #1120 from qq906907952/ydx-rich-derive-macro
rich the derive macro content
|
2 years ago |
Ren Yubin
|
adf81965be
|
fix: 解决代码运行保存的问题
|
2 years ago |
EluvK
|
9ff8ba3d14
|
translation(appendix/rust-versions) : 1.67
|
2 years ago |
EluvK
|
0edcb489ba
|
fix typo
|
2 years ago |
EluvK
|
9bdf4cf582
|
translation(appendix/rust-versions) : 1.66
|
2 years ago |
EluvK
|
602b4dc820
|
translation(appendix/rust-versions) : 1.65
|
2 years ago |
EluvK
|
a891d12239
|
translation(appendix/rust-versions) : 1.64
|
2 years ago |
EluvK
|
6eed72874a
|
fix typo
|
2 years ago |
MeowKing
|
a91f5df661
|
fix wrong link
SPDX2.1 协议表达式 的链接地址错误,原本链接到的页面是the book的不相关的小节(badge小节),修复成链接到the book此链接所链接的页面
|
2 years ago |
EluvK
|
5b1a705c66
|
translation(appendix/rust-versions) : 1.63
|
2 years ago |
想出网名啦
|
fa5aa4d548
|
Typo fix: advance/unsafe/superpowers.md
|
2 years ago |
Robin Gong
|
f225be6ba5
|
doc(string-clice.md): 调整字符串追加操作的示例代码,更具有语义
|
2 years ago |
Rustln
|
298911d7b3
|
fixed doc typo
|
2 years ago |
keijack
|
7cf3fb6186
|
增加嵌套模块说明。
|
2 years ago |
谈笑风生间
|
849d1bdf89
|
fix: typo
|
2 years ago |
dexian
|
e805d17041
|
rich the derive macro content
|
2 years ago |
sunface
|
0491ea1244
|
基于@Ykong1337提交的PR完善下文字组织
|
2 years ago |
sunface
|
f68cc76bff
|
fix #1085
|
2 years ago |
Sunface
|
7a9fc8f70c
|
Merge pull request #1117 from Ykong1337/main
解决闭包不遵循生命周期消除规则问题
|
2 years ago |
Sunface
|
540706e0ac
|
Merge pull request #1115 from riba2534/main
修复描述使上下句用同一个词描述
|
2 years ago |
Sunface
|
548d9054cc
|
Update src/basic/ownership/borrowing.md
|
2 years ago |
Sunface
|
918b4762f7
|
Merge pull request #1114 from unlsycn/main
修复「手把手带你实现链表」一节的失效链接
|
2 years ago |
Ykong
|
07c033c800
|
Update advance.md
解决闭包不遵循生命周期消除规则问题
|
2 years ago |
riba2534
|
a774b95336
|
修复描述使上下句用同一个词描述
|
2 years ago |
unlsycn
|
8da0542612
|
fix broken link
|
2 years ago |
husharp
|
a53a404fb8
|
update fifth-extras
Signed-off-by: husharp <jinhao.hu@pingcap.com>
|
2 years ago |
Sunface
|
ffe20cceb9
|
Merge pull request #1045 from 0xmingx/main
fix bug
|
2 years ago |
Sunface
|
c42739cb58
|
Merge pull request #1070 from loryhndol/patch-1
Update trait.md
|
2 years ago |
Sunface
|
68eabf9e41
|
Merge pull request #1082 from LarryLee-studio/patch-3
Update advance-trait.md
|
2 years ago |
Sunface
|
a70df011ed
|
Merge pull request #1087 from GSlun/patch-1
错别字
|
2 years ago |
Sunface
|
cd94f4858f
|
Merge pull request #1089 from rocklau/patch-1
Update SUMMARY.md
|
2 years ago |
Sunface
|
a6ed7a769b
|
Merge pull request #1094 from p9s/patch-8
文字表达更新
|
2 years ago |
Sunface
|
d23c8d6b76
|
Merge pull request #1095 from GSlun/patch-2
代码有个小错误
|
2 years ago |
Sunface
|
162d9f4fff
|
Merge pull request #1098 from lodisy/patch-2
4.1.1: fix typos
|
2 years ago |
Sunface
|
7cf3f1c36e
|
Merge pull request #1100 from lodisy/patch-3
6.5 fix typos
|
2 years ago |
Sunface
|
ba6bd925aa
|
Merge pull request #1104 from LaoLittle/main
全模式匹配添加解构数组
|
2 years ago |
writey
|
60a1cb2e2c
|
修复习题解答链接
|
2 years ago |
tsudzuki
|
3a95d4a55f
|
全模式匹配添加数组
|
2 years ago |
Michael
|
8f24be9f83
|
6.5 fix typos
|
2 years ago |
Michael
|
d396273a10
|
4.1.1: fix typos
|
2 years ago |
GSLun
|
9f5194abcd
|
代码有个小错误
|
2 years ago |
p9s
|
de79d17747
|
Update concurrency-parallelism.md
|
2 years ago |
Rocky LIU
|
0bf7783f41
|
Update SUMMARY.md
typo
|
2 years ago |
GSLun
|
d112990659
|
错别字
错误是 --> 错误时
|
2 years ago |
Larry Lee
|
76a1327ed5
|
Update advance-trait.md
|
2 years ago |
Sunface
|
2d17b02d5a
|
Merge pull request #1080 from KirinRyuuri/patch-1
Update formatted-output.md
|
2 years ago |
Sunface
|
74f534325a
|
Merge pull request #1076 from Zolyn/patch-2
fix: typo
|
2 years ago |
Sunface
|
ca00639508
|
Merge pull request #1069 from LarryLee-studio/patch-2
Update all-patterns.md
|
2 years ago |
Sunface
|
1525622afc
|
Merge pull request #1063 from LarryLee-studio/patch-1
Update method.md
|
2 years ago |
Sunface
|
5adeb84167
|
Merge pull request #1061 from kkoang/patch-3
代码格式化
|
2 years ago |
Sunface
|
fc04caaa3a
|
Merge pull request #1057 from kkoang/patch-1
修复文档的两个小bug
|
2 years ago |
Kirin
|
70cb2f5041
|
Update formatted-output.md
修改有关 ### 转义 部分的描述,并新增一个例子
|
2 years ago |
Yumeoto Zorin
|
ae1898a7fc
|
fix: typo
|
2 years ago |