KaiserY
|
751be5b9ae
|
Merge pull request #417 from Nangos/patch-6
Update ch04-02-references-and-borrowing.md
|
2020-06-26 13:00:34 +08:00 |
|
KaiserY
|
321df851d0
|
Merge pull request #416 from Nangos/patch-5
Update ch04-01-what-is-ownership.md
|
2020-06-26 13:00:21 +08:00 |
|
KaiserY
|
638c2624fc
|
Merge pull request #415 from Nangos/patch-4
Update ch03-02-data-types.md
|
2020-06-26 13:00:06 +08:00 |
|
KaiserY
|
bd098a711d
|
Merge pull request #414 from Nangos/patch-3
Update ch03-01-variables-and-mutability.md
|
2020-06-26 12:59:34 +08:00 |
|
KaiserY
|
3a49230701
|
Merge pull request #413 from Nangos/patch-2
only one fix for ch02-00-guessing-game-tutorial.md
|
2020-06-26 12:59:17 +08:00 |
|
wtklbm
|
4d3e694894
|
将 Ref 改为 Ref<T>
|
2020-06-26 09:27:12 +08:00 |
|
wtklbm
|
a33883cb55
|
将 "内存泄露" 改为 "内存泄漏"
|
2020-06-26 09:18:30 +08:00 |
|
Nango
|
b8d28167ef
|
Update ch04-02-references-and-borrowing.md
|
2020-06-25 19:21:57 -05:00 |
|
Nango
|
cc80184b0f
|
Update ch04-01-what-is-ownership.md
|
2020-06-25 18:27:14 -05:00 |
|
Nango
|
17f68a22e6
|
Update ch03-02-data-types.md
|
2020-06-25 15:27:23 -05:00 |
|
Nango
|
2301c30668
|
Update ch03-01-variables-and-mutability.md
|
2020-06-25 15:13:07 -05:00 |
|
Nango
|
2d8ab0165a
|
only one fix for ch02-00-guessing-game-tutorial.md
|
2020-06-25 12:49:15 -05:00 |
|
KaiserY
|
6fc6645ae1
|
Merge pull request #412 from Nangos/patch-1
fix some translations on ch00-00-introduction.md
|
2020-06-26 01:10:20 +08:00 |
|
Nango
|
cbec496d36
|
fix some translations on ch00-00-introduction.md
|
2020-06-25 12:03:33 -05:00 |
|
KaiserY
|
c0ff9b7aa3
|
Merge pull request #411 from wtklbm/patch-1
Update ch15-05-interior-mutability.md
|
2020-06-24 16:04:09 +08:00 |
|
wtklbm
|
c092e503ec
|
Update ch15-05-interior-mutability.md
将 "会在运行时 `panic!`" 改为 "会在运行时出现 panic"
|
2020-06-24 14:45:14 +08:00 |
|
KaiserY
|
560b8d1177
|
Merge pull request #409 from zhxie/patch-1
fix: typo
|
2020-06-23 00:38:01 +08:00 |
|
Xie Zhihao
|
6c0cbafa04
|
fix: typo
|
2020-06-22 20:47:13 +08:00 |
|
KaiserY
|
b2f72cbf8f
|
Merge pull request #408 from wtklbm/patch-1
Update ch15-00-smart-pointers.md
|
2020-06-22 09:46:04 +08:00 |
|
wtklbm
|
a20aeb4da8
|
Update ch15-00-smart-pointers.md
修改错字
|
2020-06-22 05:08:24 +08:00 |
|
KaiserY
|
986cef820f
|
update ch07-02 close #407
|
2020-06-16 22:59:52 +08:00 |
|
KaiserY
|
6b3985a569
|
Merge pull request #406 from chikaku/master
Update ch19-01-unsafe-rust.md
|
2020-06-14 21:29:49 +08:00 |
|
chikaku
|
29a01fa771
|
Update ch19-01-unsafe-rust.md
|
2020-06-14 21:07:51 +08:00 |
|
KaiserY
|
e5c752fe32
|
update ch10-03 close #405
|
2020-06-12 23:41:50 +08:00 |
|
KaiserY
|
0ff3329829
|
Merge pull request #404 from DyeKuu/master
fix: translation/typo/url
|
2020-06-12 23:38:29 +08:00 |
|
DyeKuu
|
87a9fbc850
|
fix: url
|
2020-06-04 18:05:08 +02:00 |
|
Kunhao ZHENG
|
bcde0615fd
|
fix: url redirect
|
2020-06-04 17:33:29 +02:00 |
|
Kunhao ZHENG
|
7b97012a7f
|
fix: delete faux translation
|
2020-06-04 17:26:13 +02:00 |
|
Kunhao ZHENG
|
82dad270de
|
fix: expr
|
2020-06-04 17:22:51 +02:00 |
|
Kunhao ZHENG
|
53b4bfeb31
|
fix: typo
|
2020-06-04 17:21:36 +02:00 |
|
KaiserY
|
19ebbb7d44
|
Merge pull request #403 from DyeKuu/master
fix: faux index
|
2020-06-04 22:05:18 +08:00 |
|
Kunhao ZHENG
|
53e5bf2261
|
fix: faux index
|
2020-06-04 14:16:28 +02:00 |
|
KaiserY
|
d3e916a4f8
|
Merge pull request #402 from DyeKuu/master
Add missing part
|
2020-06-04 09:46:13 +08:00 |
|
Kunhao ZHENG
|
866b46b146
|
Update ch13-03-improving-our-io-project.md
|
2020-06-03 23:00:48 +02:00 |
|
Kunhao ZHENG
|
9677eb732a
|
Update ch13-03-improving-our-io-project.md
|
2020-06-03 22:58:34 +02:00 |
|
KaiserY
|
49455bd1da
|
Merge pull request #401 from DyeKuu/master
fix: typo
|
2020-06-03 22:02:11 +08:00 |
|
Kunhao ZHENG
|
40c8403b96
|
fix: typo
In the original text: variables like contents are used to perform the program’s logic.
|
2020-06-03 12:29:14 +02:00 |
|
KaiserY
|
aa6e215bbd
|
Merge pull request #400 from chanble/error_binding
修改了理解不顺的翻译
|
2020-05-26 18:28:26 +08:00 |
|
chanble
|
8c8320af3b
|
Merge branch 'master' into error_binding
|
2020-05-26 18:12:54 +08:00 |
|
chanble
|
b54074bf0c
|
修改了理解不顺的翻译
|
2020-05-26 18:05:49 +08:00 |
|
KaiserY
|
129a4dbca0
|
Merge pull request #399 from gotoxu/master
修复一些翻译问题
|
2020-05-16 12:33:35 +08:00 |
|
Xu Qiaolun
|
17b8968cc6
|
修复一些翻译问题
|
2020-05-16 11:49:47 +08:00 |
|
Xu Qiaolun
|
899d61a2f3
|
修复一些翻译问题
|
2020-05-16 10:51:26 +08:00 |
|
KaiserY
|
f3756b9cb2
|
Merge pull request #398 from gotoxu/master
修改一些描述用语,更符合中文语境
|
2020-05-15 17:28:06 +08:00 |
|
Xu Qiaolun
|
82bca5d6d5
|
修改一些描述用语,更符合中文语境
|
2020-05-15 16:11:55 +08:00 |
|
KaiserY
|
bfac9a6d27
|
fix typo in ch09-03 close #397
|
2020-05-15 09:39:42 +08:00 |
|
KaiserY
|
6005ded229
|
fix typo in ch09-03 close #397
|
2020-05-15 09:38:43 +08:00 |
|
KaiserY
|
36cf228a6b
|
Merge pull request #396 from chanble/error_binding
修改了意思不太明确的翻译
|
2020-05-14 23:25:35 +08:00 |
|
chanble
|
b5c2d5bf3a
|
修改了意思不太明确的翻译
|
2020-05-14 20:00:37 +08:00 |
|
KaiserY
|
70184df7e2
|
Merge pull request #395 from TeCHiScy/master
fix typo in ch18-03 & remove duplicate in ch19-04
|
2020-05-03 22:33:54 +08:00 |
|