Commit Graph

1341 Commits

Author SHA1 Message Date
KaiserY
61ce112e78
Merge pull request #463 from Discreater/patch-1
Update ch11-03-test-organization.md
2020-08-24 14:19:52 +08:00
Discreater
626c42bf17
Update ch11-03-test-organization.md 2020-08-23 17:45:57 +08:00
KaiserY
76c3db25ee
Merge pull request #462 from TangliziGit/fix-translation
fix translation in ch19-01-unsafe-rust.md
2020-08-18 18:19:24 +08:00
TangliziGit
e3327d71c9 fix translation in ch19-01-unsafe-rust.md
修复`可变或不可变`顺序错误

Refs: https://github.com/KaiserY/trpl-zh-cn/issues/461
2020-08-18 17:42:22 +08:00
KaiserY
bbd7c41391 update ch14-02 close #460 2020-08-17 10:05:56 +08:00
KaiserY
da7344e206
Merge pull request #459 from zyw271828/master
Fix typo
2020-08-15 00:03:26 +08:00
zyw271828
02845de9e8
Fix typo 2020-08-14 09:04:08 +08:00
KaiserY
4c7a440a8c
Merge pull request #458 from Orefa/patch-1
Update ch03-01-variables-and-mutability.md
2020-08-10 13:02:16 +08:00
Orefa
bdfff5f346
Update ch03-01-variables-and-mutability.md
fix link
2020-08-10 12:56:39 +08:00
KaiserY
4cd8d95664
Merge pull request #457 from Nangos/patch-44
Update appendix-07-nightly-rust.md
2020-08-09 23:02:08 +08:00
KaiserY
9bb1d5690d
Merge pull request #456 from Nangos/patch-43
Update appendix-06-translation.md
2020-08-09 23:01:24 +08:00
KaiserY
ef5daf4916
Merge pull request #455 from Nangos/patch-42
Update appendix-05-editions.md
2020-08-09 23:01:10 +08:00
KaiserY
604eaf2e77
Merge pull request #454 from Nangos/patch-41
Update appendix-04-useful-development-tools.md
2020-08-09 23:00:49 +08:00
KaiserY
c6ee69b98b
Merge pull request #453 from Nangos/patch-40
Update appendix-03-derivable-traits.md
2020-08-09 23:00:33 +08:00
KaiserY
e820168ea0
Merge pull request #452 from Nangos/patch-39
Update ch19-06-macros.md
2020-08-09 23:00:09 +08:00
KaiserY
13f9232eab
Merge pull request #451 from Nangos/patch-38
Update ch19-05-advanced-functions-and-closures.md
2020-08-09 22:59:43 +08:00
KaiserY
9cccd36a0a
Merge pull request #450 from Nangos/patch-37
Update ch19-03-advanced-traits.md
2020-08-09 22:59:24 +08:00
Nango
0858706cf0
Update appendix-07-nightly-rust.md 2020-08-09 02:53:28 -05:00
Nango
f725d8839c
Update appendix-06-translation.md 2020-08-09 02:25:12 -05:00
Nango
7a870c3b4e
Update appendix-05-editions.md 2020-08-09 02:13:06 -05:00
Nango
bfa7e3204b
Update appendix-04-useful-development-tools.md 2020-08-09 01:57:57 -05:00
Nango
90f09d9e28
Update appendix-03-derivable-traits.md 2020-08-09 01:38:55 -05:00
Nango
7c641f104d
Update ch19-06-macros.md 2020-08-08 07:31:13 -05:00
Nango
aafeb8c8d7
Update ch19-05-advanced-functions-and-closures.md 2020-08-08 05:35:45 -05:00
Nango
72595447a1
fix strike 2020-08-08 05:05:04 -05:00
Nango
32b88aea0d
Update ch19-03-advanced-traits.md 2020-08-08 04:56:18 -05:00
KaiserY
4bec93cede
Merge pull request #449 from HareInWeed/patch
fix translation in ch19-06-macros.md
2020-08-03 10:59:10 +08:00
KaiserY
fe7cdca1fe
Merge pull request #448 from Nangos/patch-36
Update ch19-01-unsafe-rust.md
2020-08-03 10:58:43 +08:00
HareInWeed
a33f67fb39 fix translation in ch19-06-macros.md 2020-08-03 10:39:37 +08:00
Nango
126b5ab62c
Update ch19-01-unsafe-rust.md 2020-08-02 00:03:12 -05:00
KaiserY
635f822349
Merge pull request #446 from Nangos/patch-35
Update ch17-03-oo-design-patterns.md
2020-08-02 10:58:16 +08:00
Nango
a911b5a90e
Update ch17-03-oo-design-patterns.md 2020-08-01 13:43:54 -05:00
KaiserY
e4a7dc8033
Merge pull request #445 from Nangos/patch-34
Update ch17-01-what-is-oo.md
2020-07-19 21:52:09 +08:00
KaiserY
1f41826190
Merge pull request #444 from Nangos/patch-33
Update ch16-01-threads.md
2020-07-19 21:51:53 +08:00
Nango
582d745275
Update ch17-01-what-is-oo.md 2020-07-19 04:50:01 -05:00
Nango
cf62c619c0
Update ch16-01-threads.md 2020-07-19 03:08:43 -05:00
KaiserY
f21e514b57
Merge pull request #443 from wtklbm/patch-1
Update ch19-04-advanced-types.md
2020-07-18 00:20:51 +08:00
wtklbm
e100794706
Update ch19-04-advanced-types.md 2020-07-17 17:17:52 +08:00
KaiserY
bb7672c619
Merge pull request #442 from FMLS/patch-1
Update ch03-02-data-types.md
2020-07-17 15:07:53 +08:00
LiuYang
84b07e3822
Update ch03-02-data-types.md
more clear
2020-07-17 13:54:26 +08:00
KaiserY
3beedad29c
update ch07-05 close #441 2020-07-15 11:02:09 +08:00
KaiserY
7dfbeb65df
Merge pull request #439 from Nangos/patch-31
Update ch15-00-smart-pointers.md
2020-07-12 22:33:54 +08:00
KaiserY
89b2d52028
Merge pull request #440 from Nangos/patch-32
Update ch15-03-drop.md
2020-07-12 22:22:02 +08:00
KaiserY
0c097ef823
Merge pull request #438 from Nangos/patch-30
Update ch15-05-interior-mutability.md
2020-07-12 22:20:03 +08:00
KaiserY
94de12f494
Merge pull request #437 from Nangos/patch-29
Update ch15-04-rc.md
2020-07-12 22:19:50 +08:00
KaiserY
8db3ff120b
Merge pull request #435 from Nangos/patch-25
Update ch13-01-closures.md
2020-07-12 22:19:32 +08:00
KaiserY
aff3b0196d
Merge pull request #436 from Nangos/patch-26
Update ch14-02-publishing-to-crates-io.md
2020-07-12 22:19:20 +08:00
Nango
803214946c
Update ch15-03-drop.md 2020-07-12 08:20:49 -05:00
Nango
8c463ba78f
Update ch15-00-smart-pointers.md 2020-07-12 08:12:03 -05:00
Nango
712d64f6ee
Update ch15-05-interior-mutability.md 2020-07-12 08:07:15 -05:00