trpl-zh-cn/src
2017-12-14 13:20:02 +08:00
..
img check ch03-01 2017-08-14 14:57:55 +08:00
appendix-00.md check ch01-01 2017-08-11 15:52:56 +08:00
appendix-01-keywords.md check ch01-01 2017-08-11 15:52:56 +08:00
appendix-02-operators.md check ch01-01 2017-08-11 15:52:56 +08:00
appendix-07-newest-features.md check ch01-01 2017-08-11 15:52:56 +08:00
ch01-00-introduction.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch01-01-installation.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch01-02-hello-world.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch02-00-guessing-game-tutorial.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch03-00-common-programming-concepts.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch03-01-variables-and-mutability.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch03-02-data-types.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch03-03-how-functions-work.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch03-04-comments.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch03-05-control-flow.md Modify bit and pieces 2017-12-04 22:33:03 +08:00
ch04-00-understanding-ownership.md check ch05-00 2017-08-16 10:09:00 +08:00
ch04-01-what-is-ownership.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch04-02-references-and-borrowing.md fine adjustment 2017-10-29 23:58:21 +08:00
ch04-03-slices.md 调整翻译 2017-10-30 00:54:14 +08:00
ch05-00-structs.md check ch06-03 2017-08-16 17:49:20 +08:00
ch05-01-defining-structs.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch05-02-example-structs.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch05-03-method-syntax.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch06-00-enums.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch06-01-defining-an-enum.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch06-02-match.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch06-03-if-let.md Modify bits on ch05-ch06 2017-12-05 17:31:45 +08:00
ch07-00-modules.md Modify ch07-ch08 2017-12-05 21:57:25 +08:00
ch07-01-mod-and-the-filesystem.md fix mistakes 2017-12-12 23:56:50 +08:00
ch07-02-controlling-visibility-with-pub.md Modify ch07-ch08 2017-12-05 21:57:25 +08:00
ch07-03-importing-names-with-use.md Modify ch07-ch08 2017-12-05 21:57:25 +08:00
ch08-00-common-collections.md Modify ch07-ch08 2017-12-05 21:57:25 +08:00
ch08-01-vectors.md fix mistakes 2017-12-12 23:53:50 +08:00
ch08-02-strings.md fix mistakes 2017-12-12 23:53:50 +08:00
ch08-03-hash-maps.md Modify ch07-ch08 2017-12-05 21:57:25 +08:00
ch09-00-error-handling.md fix mistakes 2017-12-12 23:56:50 +08:00
ch09-01-unrecoverable-errors-with-panic.md Fix typo 2017-11-20 14:22:26 +08:00
ch09-02-recoverable-errors-with-result.md 修改了 9-2 中的实例标号 2017-12-08 19:39:31 +08:00
ch09-03-to-panic-or-not-to-panic.md fix typo 2017-12-06 09:26:01 +08:00
ch10-00-generics.md fix typo 2017-12-06 09:26:01 +08:00
ch10-01-syntax.md fix typo 2017-12-06 09:26:01 +08:00
ch10-02-traits.md fix typo 2017-12-07 09:14:30 +08:00
ch10-03-lifetime-syntax.md fix typo 2017-12-07 09:14:30 +08:00
ch11-00-testing.md fix typo 2017-12-07 22:27:26 +08:00
ch11-01-writing-tests.md fix mistakes 2017-12-12 23:49:35 +08:00
ch11-02-running-tests.md change list translation 2017-09-27 16:08:38 +08:00
ch11-03-test-organization.md Fix typo 2017-11-25 21:58:24 +08:00
ch12-00-an-io-project.md check ch12-01 2017-08-25 16:36:49 +08:00
ch12-01-accepting-command-line-arguments.md fix typo 2017-12-09 09:44:57 +08:00
ch12-02-reading-a-file.md change list translation 2017-09-27 16:08:38 +08:00
ch12-03-improving-error-handling-and-modularity.md fix typo 2017-12-09 09:44:57 +08:00
ch12-04-testing-the-librarys-functionality.md change list translation 2017-09-27 16:08:38 +08:00
ch12-05-working-with-environment-variables.md change list translation 2017-09-27 16:08:38 +08:00
ch12-06-writing-to-stderr-instead-of-stdout.md change list translation 2017-09-27 16:08:38 +08:00
ch13-00-functional-features.md 修正翻译错误 2017-12-09 20:44:01 +08:00
ch13-01-closures.md fix mistakes 2017-12-12 23:49:35 +08:00
ch13-02-iterators.md Refactor translation 2017-12-06 16:07:05 +08:00
ch13-03-improving-our-io-project.md change list translation 2017-09-27 16:08:38 +08:00
ch13-04-performance.md check ch14-02 2017-09-06 14:37:03 +08:00
ch14-00-more-about-cargo.md check ch14-02 2017-09-06 14:37:03 +08:00
ch14-01-release-profiles.md check ch14-02 2017-09-06 14:37:03 +08:00
ch14-02-publishing-to-crates-io.md fix typo 2017-12-11 08:46:11 +08:00
ch14-03-cargo-workspaces.md change list translation 2017-09-27 16:08:38 +08:00
ch14-04-installing-binaries.md check ch15-02 2017-09-19 10:23:33 +08:00
ch14-05-extending-cargo.md check ch15-02 2017-09-19 10:23:33 +08:00
ch15-00-smart-pointers.md check ch15-02 2017-09-19 10:23:33 +08:00
ch15-01-box.md fix typo 2017-12-12 08:55:49 +08:00
ch15-02-deref.md change list translation 2017-09-27 16:08:38 +08:00
ch15-03-drop.md change list translation 2017-09-27 16:08:38 +08:00
ch15-04-rc.md change list translation 2017-09-27 16:08:38 +08:00
ch15-05-interior-mutability.md Fix #91 2017-12-05 14:28:02 +08:00
ch15-06-reference-cycles.md change list translation 2017-09-27 16:08:38 +08:00
ch16-00-concurrency.md 修正一些错别字和模糊的表述 2017-05-10 23:16:47 +08:00
ch16-01-threads.md fix typo 2017-12-14 13:20:02 +08:00
ch16-02-message-passing.md fixed issue for CH16-02 &CH16-03 2017-04-27 12:40:37 +10:00
ch16-03-shared-state.md 那么如果 2017-05-12 00:16:31 +08:00
ch16-04-extensible-concurrency-sync-and-send.md 修改: src/ch01-02-hello-world.md 2017-05-15 15:43:36 +00:00
ch17-00-oop.md bugfix(gitbook): unrendered title for ch17-00 2017-10-08 14:24:12 +08:00
ch17-01-what-is-oo.md wip: update ch17-02 2017-05-15 08:27:11 +08:00
ch17-02-trait-objects.md finish update ch17-02 2017-07-08 16:59:10 +08:00
ch17-03-oo-design-patterns.md fix typo 2017-12-09 09:44:57 +08:00
ch18-00-patterns.md update ch18-01 2017-05-31 23:48:57 +08:00
ch18-01-all-the-places-for-patterns.md update ch18-01 2017-05-31 23:48:57 +08:00
ch18-02-refutability.md Merge branch 'master' into master 2017-07-06 13:28:36 +08:00
ch18-03-pattern-syntax.md Translate chapter 18-03 2017-06-28 00:05:33 +08:00
ch19-00-advanced-features.md check ch14-02 2017-09-06 14:37:03 +08:00
ch19-01-unsafe-rust.md Merge pull request #1 from huangjj27/patch-2 2017-09-26 14:29:29 +08:00
ch19-02-advanced-lifetimes.md trans(lifetime boud): 为"生命周期约束"小结提供对应英文术语 2017-10-08 15:11:22 +08:00
ch19-03-advanced-traits.md Update ch19-03-advanced-traits.md 2017-08-10 22:47:52 +08:00
ch19-04-advanced-types.md update ch19-05 2017-08-04 15:41:52 +08:00
ch19-05-advanced-functions-and-closures.md update ch20-01 2017-08-07 10:18:45 +08:00
ch20-00-final-project-a-web-server.md Update ch20-00-final-project-a-web-server.md 2017-08-18 15:23:12 +08:00
ch20-01-single-threaded.md update ch20-03 2017-08-08 14:42:19 +08:00
ch20-02-slow-requests.md update ch20-03 2017-08-08 14:42:19 +08:00
ch20-03-designing-the-interface.md update ch20-04 2017-08-09 18:31:09 +08:00
ch20-04-storing-threads.md update ch20-06 2017-08-10 18:39:22 +08:00
ch20-05-sending-requests-via-channels.md update ch20-06 2017-08-10 18:39:22 +08:00
ch20-06-graceful-shutdown-and-cleanup.md update ch20-06 2017-08-10 18:39:22 +08:00
PREFACE.md wip update ch12-03 2017-04-05 23:13:49 +08:00
SUMMARY.md chore(summary): changes ident from tabs to spaces, and trims lines' end 2017-10-08 15:02:20 +08:00