1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-16 14:53:28 +02:00
comprehensive-rust/src
2023-09-01 13:43:20 +01:00
..
android Add speaker notes for CXX page (#1060) 2023-08-11 13:00:10 +02:00
async std::mem::drop is in the prelude (#1026) 2023-07-24 15:03:19 -04:00
bare-metal Disambiguate b in main_improved.rs (#977) 2023-07-14 12:01:00 +01:00
basic-syntax Remove confusing text in variables.md (#1070) 2023-08-13 15:24:57 +02:00
cargo Mention backwards compatibility (#1068) 2023-08-13 15:25:25 +02:00
concurrency Expand "iff" to "if and only if" (#1051) 2023-08-04 12:52:36 +01:00
control-flow Reorder material on first two days (#913) 2023-08-25 17:42:31 +02:00
enums Remove unneeded macro from Enum Sizes slide (#1015) 2023-07-21 10:23:30 -04:00
error-handling Add that the ? operator works with From<Err> (#1059) 2023-08-09 16:48:15 +02:00
exercises Fix some exercise location mixups in Day 2 (#1136) 2023-08-28 18:53:22 +00:00
generics
hello-world Add suggestion to use rustup doc (#770) 2023-06-10 18:01:57 -04:00
memory-management Memory Management: Rework Scope-based Cons (#998) 2023-07-18 08:51:52 -07:00
methods
modules Filesystem slide rework (#1002) 2023-07-18 13:32:45 +02:00
ownership Fix Godbolt typo (#1014) 2023-07-21 15:01:10 -07:00
pattern-matching
running-the-course Explain that Rust Fundamentals == first 3 days (#1156) 2023-09-01 13:43:20 +01:00
std Fixed Cell link (#1076) 2023-08-14 08:14:05 +02:00
structs Use non-generic default (#999) 2023-07-17 22:38:48 -07:00
testing
traits Default trait slides cleanup (#1038) 2023-07-27 13:53:47 +00:00
unsafe
welcome-day-1 Add reference to microcontrollers as target for rust (#986) 2023-07-17 19:01:21 +02:00
why-rust Remove the overly specific 40 years reference (#988) 2023-07-17 18:57:33 +02:00
android.md
async.md
bare-metal.md
basic-syntax.md
cargo.md Fix extra indentation in code block (#1119) 2023-08-24 12:00:58 -04:00
concurrency.md
control-flow.md
credits.md Fix link to LICENSE in credits.md (#813) 2023-06-14 10:17:29 +01:00
enums.md Fix typo in enums.md (#958) 2023-07-12 09:43:02 -07:00
error-handling.md
generics.md Mention generic data structures as well as algorithms (#908) 2023-07-06 08:39:28 +00: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
methods.md Fix self shorthand syntax (#1028) 2023-07-25 08:54:41 +02:00
modules.md
other-resources.md
ownership.md
pattern-matching.md
running-the-course.md
std.md
structs.md
SUMMARY.md Fix some exercise location mixups in Day 2 (#1136) 2023-08-28 18:53:22 +00:00
testing.md
thanks.md
traits.md
unsafe.md
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
why-rust.md