stevenlele
|
c2a5b87590
|
Update introduction
|
2022-07-19 06:57:15 +08:00 |
|
KaiserY
|
2dbec4631f
|
update ch03-02 fix #628
|
2022-07-15 12:45:24 +08:00 |
|
KaiserY
|
b2989c1f8b
|
Merge pull request #627 from AlwaysSweet/mine
描述堆分配后的指针放入栈中过程
|
2022-07-06 16:18:23 +08:00 |
|
AlwaysSweet
|
87084b3881
|
描述堆分配后的指针放入栈中过程
|
2022-07-06 14:16:00 +08:00 |
|
KaiserY
|
8357370952
|
Merge pull request #624 from Sefank/ch03-update
Update ch03 - 20220704
|
2022-07-05 22:01:30 +08:00 |
|
KaiserY
|
0cc19d0cae
|
Merge pull request #623 from Sefank/main
Update ch02 -20220703
|
2022-07-05 08:23:40 +08:00 |
|
Sefank
|
f5fc77e0a1
|
Update ch03-05-control-flow.md
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-04 22:17:53 +08:00 |
|
Sefank
|
7161a99345
|
Update ch03-03-how-functions-work.md
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-04 22:10:23 +08:00 |
|
Sefank
|
3b2bea23a9
|
Update ch03-02-data-types.md
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-04 11:27:33 +08:00 |
|
Sefank
|
64561d29e1
|
Update ch03-01-variables-and-mutability.md
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-04 11:11:55 +08:00 |
|
Sefank
|
7090f728ec
|
Update listing code in ch03
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-04 10:48:13 +08:00 |
|
Sefank
|
45b566598a
|
Update ch02-00-guessing-game-tutorial.md
|
2022-07-03 23:48:54 +08:00 |
|
Sefank
|
24d08cccf4
|
Update listing code in ch02
|
2022-07-03 23:41:32 +08:00 |
|
KaiserY
|
0381280eff
|
Merge pull request #622 from weartist/patch-1
修正部分翻译
|
2022-07-03 23:31:34 +08:00 |
|
Sefank
|
2da49dfe9d
|
Refine the title for ch02
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-03 22:48:53 +08:00 |
|
Han
|
9d78b380c1
|
修正部分翻译
|
2022-07-03 19:26:35 +08:00 |
|
KaiserY
|
860f99a134
|
Merge pull request #621 from Sefank/main
Update ch01
|
2022-07-03 09:11:43 +08:00 |
|
Sefank
|
c9d4f0c3d5
|
Update ch01-03-hello-cargo.md
|
2022-07-03 01:25:41 +08:00 |
|
Sefank
|
7fc6510768
|
update ch01-02-hello-world.md
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-03 00:56:09 +08:00 |
|
Sefank
|
8d2fc58e29
|
Update ch01-01-installation.md
Signed-off-by: Sefank <12670778+Sefank@users.noreply.github.com>
|
2022-07-03 00:22:53 +08:00 |
|
KaiserY
|
8ceeca6b98
|
Merge pull request #620 from Shinolr/main
update ch05-03-method-syntax.md
|
2022-07-01 22:17:28 +08:00 |
|
shinolr
|
be7fd7ec2c
|
update ch05-03-method-syntax.md
|
2022-07-01 10:43:28 +08:00 |
|
KaiserY
|
1dede971a8
|
Merge pull request #619 from showerMuggle/main
一些小订正
|
2022-06-29 20:46:41 +08:00 |
|
shower
|
2b2e4502c9
|
Merge pull request #61 from showerMuggle/patch-3
Update ch13-04-performance.md
|
2022-06-29 17:27:53 +08:00 |
|
shower
|
87e6f4fb2b
|
Merge pull request #60 from showerMuggle/patch-2
Update ch13-03-improving-our-io-project.md
|
2022-06-29 17:27:18 +08:00 |
|
shower
|
1c23a4eb1c
|
Merge pull request #59 from showerMuggle/patch-1
Patch 1
|
2022-06-29 17:26:45 +08:00 |
|
shower
|
f3c5ef2320
|
Update ch13-04-performance.md
删除重复段落
|
2022-06-29 17:21:26 +08:00 |
|
shower
|
d9817fba84
|
Update ch13-03-improving-our-io-project.md
删除多余段落
|
2022-06-29 17:19:42 +08:00 |
|
shower
|
c467aaed5a
|
Update ch13-01-closures.md
Calling the closures is required for add_one_v3 and add_one_v4 to be able to compile because the types will be inferred from their usage.
|
2022-06-29 15:32:56 +08:00 |
|
KaiserY
|
0153632213
|
Merge pull request #614 from AuroraTea/main
fix ch10-03-lifetime-syntax.md possible ambiguity
|
2022-06-25 19:23:41 +08:00 |
|
AuroraTea
|
3d386890ec
|
fix ch10-03-lifetime-syntax.md possible ambiguity
这里的它虽然结合知识和语境应该能看出来是悬垂引用,但是从汉语语法上来看就像是说生命周期。
|
2022-06-25 16:12:10 +08:00 |
|
KaiserY
|
c94e4e5e57
|
Merge pull request #612 from cracker8090/edit
fix ch16-03-shared-state.md edit error
|
2022-06-09 22:10:50 +08:00 |
|
cracker8090
|
9d3c4e217b
|
fix ch16-03-shared-state.md edit error
|
2022-06-09 21:51:43 +08:00 |
|
KaiserY
|
ac0dae675e
|
Merge pull request #611 from Shinolr/main
update ch17-03-oo-design-patterns.md
|
2022-06-06 08:32:59 +08:00 |
|
shinolr
|
a34ea72622
|
update ch17-03-oo-design-patterns.md
|
2022-06-05 22:16:46 +08:00 |
|
KaiserY
|
7c3e0ca02c
|
Merge pull request #610 from Shinolr/main
update ch16-03-shared-state.md
|
2022-06-05 17:10:44 +08:00 |
|
shinolr
|
c1bb02cdc9
|
update ch16-03-shared-state.md
|
2022-06-04 23:08:00 +08:00 |
|
KaiserY
|
373e77fa8c
|
Merge pull request #609 from Shinolr/main
fix: wrong type name
|
2022-06-03 22:09:33 +08:00 |
|
shinolr
|
97b1fb9671
|
update ch15-06-reference-cycles.md
|
2022-06-03 21:42:31 +08:00 |
|
shinolr
|
01342b9c16
|
fix: wrong type name
|
2022-06-03 20:58:33 +08:00 |
|
KaiserY
|
5da333392f
|
Merge pull request #608 from zhenzhenChange/fix-typo-with-optimized-translation-ch09-02
fix typo with optimized translation ch09-02
|
2022-06-03 20:56:58 +08:00 |
|
Yolo
|
300eb3699d
|
fix typo with optimized translation ch09-02
|
2022-06-02 18:25:57 +08:00 |
|
KaiserY
|
500bffebdc
|
Update ch09-00-error-handling.md
|
2022-06-02 12:35:55 +08:00 |
|
KaiserY
|
71dd2450f3
|
Merge pull request #607 from zhenzhenChange/optimized-translation-ch09
optimized-translation-ch09
|
2022-06-02 11:07:08 +08:00 |
|
Yolo
|
8dd6ffb773
|
perf(translation): optimized-translation-ch09
|
2022-06-02 10:46:05 +08:00 |
|
KaiserY
|
823b52ddbf
|
Merge pull request #606 from zhenzhenChange/fix-typo-ch07
fix typo
|
2022-05-31 17:02:19 +08:00 |
|
Yolo
|
85c6b77651
|
fix typo
|
2022-05-31 16:32:40 +08:00 |
|
KaiserY
|
4b6900a6fe
|
Merge pull request #605 from jmu/fix-15
15章小错误
|
2022-05-23 23:00:15 +08:00 |
|
hole\jmu
|
6912f8add4
|
remote package.json
|
2022-05-23 22:55:34 +08:00 |
|
hole\jmu
|
167fd47530
|
fix ch15
|
2022-05-23 22:43:21 +08:00 |
|