1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-16 14:53:28 +02:00
comprehensive-rust/src
Martin Geisler 3121bff251
Consolidate editor recommendations in main text (#1217)
This streamlines the text about editors by simply mentioning them.
RustRover is mentioned last since it's new and I don't have any
experience with it yet.
2023-09-18 18:37:59 +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 typos to CI (#1158) 2023-09-05 20:21:59 +00: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 Trim off licenses when showing solutions (#1212) 2023-09-18 11:56:55 +02: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 Remove memory management comparison (#1049) 2023-09-01 11:32:48 -04: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 Update double-free-modern-cpp.md (#1192) 2023-09-11 16:38:49 +02:00
pattern-matching Minor fixes (#579) 2023-04-24 14:46:38 -04:00
running-the-course Update translations.md with Spanish translation available (#1202) 2023-09-12 08:59:53 -07: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 Add a file which references some useful crates to use for writing tests (#617) 2023-05-05 14:59:25 +00:00
traits Default trait slides cleanup (#1038) 2023-07-27 13:53:47 +00:00
unsafe Wrap comments at 80 columns (#592) 2023-05-03 12:00:58 +02:00
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 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 Cleanup references to "Day 4" (#603) 2023-05-02 08:02:28 +02:00
basic-syntax.md
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
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 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
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
structs.md Add missing newlines around <details> (#647) 2023-05-19 09:43:44 -04:00
SUMMARY.md Remove memory management comparison (#1049) 2023-09-01 11:32:48 -04:00
testing.md
thanks.md
traits.md Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
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