1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-16 14:53:28 +02:00
comprehensive-rust/src
Fabian Bornhofen a0bb5f30d0
Add trait bound to example for MutexGuard that is !Send + Sync (#1358)
This example only makes sense (and is therefore easier to understand
logically :) ) if T is Sync. See
https://github.com/rust-lang/rust/issues/41622 - this used to be a bug
initially.
2023-10-12 22:29:37 +02:00
..
android Add speaker notes for CXX page (#1060) 2023-08-11 13:00:10 +02:00
async typo: removed duplicate "seconds" after 500ms (#1190) 2023-09-09 23:13:59 -07:00
bare-metal Add mdbook-xgettext skip for untranslatable codeblocks in Bare Metal (#1339) 2023-10-11 09:32:12 +00:00
basic-syntax Add unittest example to rustdoc (#1276) 2023-09-29 06:40:24 +00:00
cargo Mention backwards compatibility (#1068) 2023-08-13 15:25:25 +02:00
concurrency Add trait bound to example for MutexGuard that is !Send + Sync (#1358) 2023-10-12 22:29:37 +02:00
control-flow Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
enums Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
error-handling Update catch_unwind example (#1356) 2023-10-12 15:27:45 +00:00
exercises fix: typo in mark_visited fn docstring (#1355) 2023-10-12 09:42:56 +00:00
generics Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
hello-world Add suggestion to use rustup doc (#770) 2023-06-10 18:01:57 -04:00
memory-management Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
methods Update receiver.md (#661) 2023-05-23 12:57:38 +00:00
modules Filesystem slide rework (#1002) 2023-07-18 13:32:45 +02:00
ownership Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
pattern-matching Minor fixes (#579) 2023-04-24 14:46:38 -04:00
running-the-course Adds SketchK credit as a zh-CN translator (#1338) 2023-10-11 11:16:24 -05:00
std Fix typo: include semi colon in code (#1335) 2023-10-10 08:15:21 +00:00
structs Use non-generic default (#999) 2023-07-17 22:38:48 -07:00
testing Add hash to rustdoc example (#1282) 2023-10-02 14:23:46 +02:00
traits Avoid naming struct field like trait method (#1294) 2023-10-04 09:52:15 +00:00
unsafe Update mutable-static-variables.md (#1331) 2023-10-09 15:15:26 +02:00
welcome-day-1 Add reference to microcontrollers as target for rust (#986) 2023-07-17 19:01:21 +02:00
why-rust Add a "minimum wrong example" program in C (#1241) 2023-10-04 13:26:37 +00:00
android.md Cleanup references to "Day 4" (#603) 2023-05-02 08:02:28 +02:00
async.md Add an "async" session (#496) 2023-04-14 14:06:50 +00:00
bare-metal.md Add mdbook-xgettext skip for untranslatable codeblocks in Bare Metal (#1339) 2023-10-11 09:32:12 +00:00
basic-syntax.md Mention that the syntax is similar to Java as well. (#337) 2023-02-03 15:28:38 +00:00
cargo.md Consolidate editor recommendations in main text (#1217) 2023-09-18 18:37:59 +02:00
concurrency.md Cleanup references to "Day 4" (#603) 2023-05-02 08:02:28 +02:00
control-flow.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
credits.md Add a "minimum wrong example" program in C (#1241) 2023-10-04 13:26:37 +00:00
enums.md Fix typo in enums.md (#958) 2023-07-12 09:43:02 -07:00
error-handling.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
generics.md Mention generic data structures as well as algorithms (#908) 2023-07-06 08:39:28 +00:00
glossary.md Fix and expand Bare-metal Rust entry in glossary (#1325) 2023-10-09 11:29:14 +02:00
hello-world.md Update course length in hello-world.md (#1055) 2023-08-07 21:36:54 +02:00
index.md Add a link back to the canonical home (#1141) 2023-08-31 09:46:22 +02:00
memory-management.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
methods.md Fix self shorthand syntax (#1028) 2023-07-25 08:54:41 +02:00
modules.md Day2: Afternoon - speaker note details and minor cosmetic changes. (#408) 2023-02-16 03:19:25 +00:00
other-resources.md Add Too Many Lists book to other resources (#410) 2023-02-14 21:25:06 +00:00
ownership.md Skip some untranslatable code blocks (#1258) 2023-09-26 17:04:46 +02:00
pattern-matching.md Fix typo: patten -> pattern (#430) 2023-02-17 18:34:35 +09:00
running-the-course.md Mention how long each course day is (#1155) 2023-09-01 14:13:37 +01:00
std.md Mention alloc too 2023-01-23 12:44:07 +00:00
structs.md Add missing newlines around <details> (#647) 2023-05-19 09:43:44 -04:00
SUMMARY.md Introduce a glossary (#1277) 2023-10-05 07:17:24 +02:00
testing.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
thanks.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
traits.md Avoid naming struct field like trait method (#1294) 2023-10-04 09:52:15 +00:00
unsafe.md Update unsafe.md (#252) 2023-01-30 13:12:51 +00:00
welcome-day-1.md Reorder material on first two days (#913) 2023-08-25 17:42:31 +02:00
welcome-day-2.md Reorder material on first two days (#913) 2023-08-25 17:42:31 +02:00
welcome-day-3.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
why-rust.md Fix typo (#173) 2023-01-17 11:42:31 +00:00