KaiserY
|
956996e0e8
|
add listings code && update to ch02-00
|
2022-02-06 16:43:51 +08:00 |
|
KaiserY
|
a0652f5baf
|
update ch01-01 and title-page close #472
|
2020-09-22 10:02:58 +08:00 |
|
KaiserY
|
be595381cd
|
Merge pull request #477 from Orefa/master
remove >
|
2020-09-22 09:47:17 +08:00 |
|
Orefa
|
54cc7c83c5
|
remove >
|
2020-09-21 22:26:22 +08:00 |
|
KaiserY
|
b2dcea7cc2
|
Merge pull request #475 from Orefa/patch-6
Update ch14-02-publishing-to-crates-io.md
|
2020-09-21 10:43:28 +08:00 |
|
Orefa
|
e80e922fc3
|
Update ch14-02-publishing-to-crates-io.md
|
2020-09-21 07:25:07 +08:00 |
|
KaiserY
|
e45eecd1dd
|
Merge pull request #474 from Orefa/patch-5
Update ch12-04-testing-the-librarys-functionality.md
|
2020-09-17 23:04:23 +08:00 |
|
Orefa
|
639f9123ef
|
Update ch12-04-testing-the-librarys-functionality.md
|
2020-09-17 21:55:34 +08:00 |
|
KaiserY
|
e02effd570
|
Merge pull request #473 from Orefa/patch-4
Update ch12-03-improving-error-handling-and-modularity.md
|
2020-09-17 03:52:23 +08:00 |
|
Orefa
|
0f6a09ec28
|
Update ch12-03-improving-error-handling-and-modularity.md
fix variable name
|
2020-09-16 22:29:00 +08:00 |
|
KaiserY
|
7d75869d30
|
Merge pull request #471 from Orefa/patch-3
Update ch10-03-lifetime-syntax.md
|
2020-09-10 10:22:42 +08:00 |
|
Orefa
|
ad55920256
|
Update ch10-03-lifetime-syntax.md
fix output message
|
2020-09-10 07:10:17 +08:00 |
|
KaiserY
|
538bcf748a
|
Merge pull request #469 from Orefa/patch-1
fix link
|
2020-08-27 11:10:24 +08:00 |
|
KaiserY
|
8a82dcd770
|
Merge pull request #467 from skiy/master
Add The Array Type section
|
2020-08-27 11:10:05 +08:00 |
|
KaiserY
|
323762d78d
|
Merge pull request #468 from Orefa/patch-2
fix link
|
2020-08-27 11:09:13 +08:00 |
|
Orefa
|
b4ae97a90b
|
fix link
|
2020-08-26 20:53:37 +08:00 |
|
Orefa
|
c613b67fd5
|
fix link url
|
2020-08-26 20:43:35 +08:00 |
|
skiy
|
1fa38d5874
|
Add The Array Type section
|
2020-08-26 15:10:27 +08:00 |
|
KaiserY
|
767d4ff67b
|
Merge pull request #466 from skiy/patch-1
Update ch02-00-guessing-game-tutorial.md
|
2020-08-26 10:37:05 +08:00 |
|
Skiy Chan
|
f1fc4dd320
|
Update ch02-00-guessing-game-tutorial.md
|
2020-08-25 23:35:16 +08:00 |
|
KaiserY
|
4950ddf381
|
Merge pull request #465 from Discreater/patch-2
fix ch14-03-cargo-workspaces.md: `add*` to `*add*`
|
2020-08-24 22:39:24 +08:00 |
|
KaiserY
|
84ccca37ce
|
Merge pull request #464 from pan93412/patch-2
fix(ch13-03): &[String] -> &[String]
|
2020-08-24 22:35:26 +08:00 |
|
Discreater
|
2b34bdeaea
|
Update ch14-03-cargo-workspaces.md
|
2020-08-24 18:23:33 +08:00 |
|
pan93412
|
3b4dab10c8
|
fix(ch13-03): &[String] -> &[String]
|
2020-08-24 17:41:48 +08:00 |
|
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 |
|