trpl-zh-cn/src
Yanxin 3c97daf135
纠正链接名"The Nomicon"为"The Rustonomicon"
进入链接看到的名称为The Rustonomicon.
2019-11-25 19:31:25 +08:00
..
img check to ch01-02 2018-11-28 22:47:37 +08:00
appendix-00.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
appendix-01-keywords.md Update 2018 edition 2019-01-29 11:14:43 +08:00
appendix-02-operators.md [fix] remove duplicate word 2019-07-02 18:00:45 +08:00
appendix-03-derivable-traits.md check to apendix-03 2018-12-09 23:22:10 +08:00
appendix-04-macros.md finshed appendix-04 2018-06-29 10:16:23 +08:00
appendix-04-useful-development-tools.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
appendix-05-editions.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
appendix-05-translation.md finished appendix-06, format apendix 03 and 05 2018-07-06 19:45:48 +08:00
appendix-06-newest-features.md finished appendix-06, format apendix 03 and 05 2018-07-06 19:45:48 +08:00
appendix-06-translation.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
appendix-07-nightly-rust.md fix(typo): appendix-07: malformed Markdown link 2019-11-10 15:05:35 +08:00
ch00-00-introduction.md check to ch02-00 2019-11-18 10:03:27 +08:00
ch01-00-getting-started.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch01-01-installation.md check to ch02-00 2019-11-18 10:03:27 +08:00
ch01-02-hello-world.md check to ch02-00 2019-11-18 10:03:27 +08:00
ch01-03-hello-cargo.md check to ch02-00 2019-11-18 10:03:27 +08:00
ch02-00-guessing-game-tutorial.md check to ch02-00 2019-11-18 10:03:27 +08:00
ch03-00-common-programming-concepts.md [optimaze] ' 通用' 改为 '常见'. close #313 2019-06-04 09:28:52 +08:00
ch03-01-variables-and-mutability.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch03-02-data-types.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch03-03-how-functions-work.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch03-04-comments.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch03-05-control-flow.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch04-00-understanding-ownership.md Update ch04-00-understanding-ownership.md 2019-06-12 21:45:03 +08:00
ch04-01-what-is-ownership.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch04-02-references-and-borrowing.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch04-03-slices.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch05-00-structs.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch05-01-defining-structs.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch05-02-example-structs.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch05-03-method-syntax.md fix typo 2019-01-30 13:00:18 +08:00
ch06-00-enums.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch06-01-defining-an-enum.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch06-02-match.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch06-03-if-let.md check to ch06-03 2018-12-03 22:48:24 +08:00
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md style: 校正第七章的翻译风格规范 2019-11-19 09:34:58 +08:00
ch07-01-packages-and-crates.md style: 校正第七章的翻译风格规范 2019-11-19 09:34:58 +08:00
ch07-02-defining-modules-to-control-scope-and-privacy.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md check to ch04-03 2019-11-20 00:43:49 +08:00
ch07-04-bringing-paths-into-scope-with-the-use-keyword.md style: 校正第七章的翻译风格规范 2019-11-19 09:34:58 +08:00
ch07-05-separating-modules-into-different-files.md add: 添加新版ch07-05的翻译 2019-10-28 15:02:53 +08:00
ch08-00-common-collections.md [optimaze] ' 通用' 改为 '常见'. close #313 2019-06-04 09:28:52 +08:00
ch08-01-vectors.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch08-02-strings.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch08-03-hash-maps.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch09-00-error-handling.md check to ch10-01 2018-12-06 00:02:43 +08:00
ch09-01-unrecoverable-errors-with-panic.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch09-02-recoverable-errors-with-result.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch09-03-to-panic-or-not-to-panic.md check to ch09-03 2019-11-21 01:03:07 +08:00
ch10-00-generics.md check to ch10-02 2019-11-25 10:31:03 +08:00
ch10-01-syntax.md check to ch10-02 2019-11-25 10:31:03 +08:00
ch10-02-traits.md check to ch10-02 2019-11-25 10:31:03 +08:00
ch10-03-lifetime-syntax.md Update ch10-03-lifetime-syntax.md 2019-02-28 14:29:39 +08:00
ch11-00-testing.md check to ch12-06 2018-12-06 21:32:44 +08:00
ch11-01-writing-tests.md check to ch12-06 2018-12-06 21:32:44 +08:00
ch11-02-running-tests.md improve some translation 2018-12-09 23:21:34 +08:00
ch11-03-test-organization.md improve some translation and fix typo 2018-12-10 11:19:01 +08:00
ch12-00-an-io-project.md check to ch12-06 2018-12-06 21:32:44 +08:00
ch12-01-accepting-command-line-arguments.md improve some translation and fix typo in ch12 2018-12-10 15:39:38 +08:00
ch12-02-reading-a-file.md improve some translation and fix typo in ch12 2018-12-10 15:39:38 +08:00
ch12-03-improving-error-handling-and-modularity.md Box<Error> --> Box<dyn Error> 2019-07-25 15:59:04 +08:00
ch12-04-testing-the-librarys-functionality.md improve some translation and fix typo in ch12 2018-12-10 15:39:38 +08:00
ch12-05-working-with-environment-variables.md improve some translation and fix typo in ch12 2018-12-10 15:39:38 +08:00
ch12-06-writing-to-stderr-instead-of-stdout.md [optimaze] ' 通用' 改为 '常见'. close #313 2019-06-04 09:28:52 +08:00
ch13-00-functional-features.md check to ch13-04 2018-12-06 23:31:27 +08:00
ch13-01-closures.md Fix: value应该是Option<u32>类型 2019-06-06 16:23:05 +08:00
ch13-02-iterators.md improve some translation and fix typo in ch13 2018-12-12 11:26:44 +08:00
ch13-03-improving-our-io-project.md 修改“抽象出”为“抽象掉” 2019-01-12 16:09:55 +08:00
ch13-04-performance.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch14-00-more-about-cargo.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch14-01-release-profiles.md check to ch14-05 2018-12-07 13:59:02 +08:00
ch14-02-publishing-to-crates-io.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch14-03-cargo-workspaces.md update ch14-03 2019-08-31 12:03:22 +08:00
ch14-04-installing-binaries.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch14-05-extending-cargo.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch15-00-smart-pointers.md refactor translation. 2019-09-24 11:17:54 +08:00
ch15-01-box.md update title. 2019-09-24 11:55:14 +08:00
ch15-02-deref.md check to ch15-06 2018-12-07 23:48:24 +08:00
ch15-03-drop.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch15-04-rc.md Update ch15-04-rc.md 2019-02-21 08:23:36 +08:00
ch15-05-interior-mutability.md 修正ch15中的代码 2019-02-20 12:52:11 +08:00
ch15-06-reference-cycles.md 纠正链接名"The Nomicon"为"The Rustonomicon" 2019-11-25 19:31:25 +08:00
ch16-00-concurrency.md Update ch16-00-concurrency.md 2019-09-03 18:46:07 +08:00
ch16-01-threads.md Update ch16-01-threads.md 2019-09-03 19:52:22 +08:00
ch16-02-message-passing.md Update ch16-02-message-passing.md 2019-09-04 13:48:45 +08:00
ch16-03-shared-state.md check to ch16-04 2018-12-08 00:46:04 +08:00
ch16-04-extensible-concurrency-sync-and-send.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch17-00-oop.md check to ch17-03 2018-12-08 14:16:23 +08:00
ch17-01-what-is-oo.md Improve some translations. 2019-09-11 12:23:05 +08:00
ch17-02-trait-objects.md Update and improve some translations. 2019-09-11 12:24:53 +08:00
ch17-03-oo-design-patterns.md Update ch17-03-oo-design-patterns.md 2019-09-12 22:47:28 +08:00
ch18-00-patterns.md check to ch18-03 2018-12-08 21:07:05 +08:00
ch18-01-all-the-places-for-patterns.md check to ch18-03 2018-12-08 21:07:05 +08:00
ch18-02-refutability.md check to ch18-03 2018-12-08 21:07:05 +08:00
ch18-03-pattern-syntax.md 更新commit hash 2019-11-19 13:10:03 +08:00
ch19-00-advanced-features.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch19-01-unsafe-rust.md check to ch19-03 2018-12-09 01:21:01 +08:00
ch19-03-advanced-traits.md check to ch19-03 2018-12-09 01:21:01 +08:00
ch19-04-advanced-types.md check to apendix-03 2018-12-09 23:22:10 +08:00
ch19-05-advanced-functions-and-closures.md check to apendix-03 2018-12-09 23:22:10 +08:00
ch19-06-macros.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch20-00-final-project-a-web-server.md check to apendix-03 2018-12-09 23:22:10 +08:00
ch20-01-single-threaded.md Refactor translateion 2019-06-19 14:08:35 +08:00
ch20-02-multithreaded.md Fix href 2019-06-19 14:45:26 +08:00
ch20-02-slow-requests.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch20-03-designing-the-interface.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
ch20-03-graceful-shutdown-and-cleanup.md Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
foreword.md check to ch02-00 2019-11-18 10:03:27 +08:00
PREFACE.md check to apendix-03 2018-12-09 23:22:10 +08:00
SUMMARY.md check to ch04-03 2019-11-20 00:43:49 +08:00
title-page.md update title-page 2019-11-17 19:58:25 +08:00