1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-25 17:21:45 +02:00
comprehensive-rust/src
2023-06-06 09:17:55 +00:00
..
android Update build_all.sh (#678) 2023-05-25 08:51:12 +00:00
async Minor fixes in async (#771) 2023-06-05 17:12:00 +01:00
bare-metal Use smccc crate rather than psci in examples and exercise. (#583) 2023-04-27 10:54:48 +01:00
basic-syntax Fix slices immutable example (#686) 2023-06-06 09:17:55 +00:00
cargo Update rustc and cargo version information in running-locally.md (#658) 2023-05-23 09:43:57 +00:00
concurrency Fix inconsistent code in unbounded.md (#656) 2023-05-23 11:36:58 +02:00
control-flow Cleanup control flow slides (#587) 2023-04-29 03:12:24 +00:00
enums Indent code in speaker notes (#476) 2023-03-11 14:12:32 -08:00
error-handling Ensure code blocks are editable (#597) 2023-04-27 23:45:41 +02:00
exercises Add the description of the chat-app exercise (#641) 2023-05-17 18:22:11 +01:00
generics Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
hello-world Add support for speaker notes 2023-01-05 07:46:18 +01:00
memory-management Indent code in speaker notes (#476) 2023-03-11 14:12:32 -08:00
methods Update receiver.md (#661) 2023-05-23 12:57:38 +00:00
modules Add a bit about 'use' (#580) 2023-04-24 18:51:23 +00:00
ownership Update lifetimes.md (#739) 2023-05-31 12:55:54 +00:00
pattern-matching Minor fixes (#579) 2023-04-24 14:46:38 -04:00
running-the-course Link to incomplete French, German, and Japanese translations (#730) 2023-05-31 11:55:39 +02:00
std Use explicit Arc::clone instead of calling .clone() method (#596) 2023-04-27 23:46:09 +02:00
structs Fix pluralisation inconsistency (#612) 2023-05-05 09:57:44 +02: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 Clarify Default trait and operators (#717) 2023-05-29 16:09:09 +00:00
unsafe Wrap comments at 80 columns (#592) 2023-05-03 12:00:58 +02:00
welcome-day-1 Add historical reference to the Rust 1.0 release. (#335) 2023-02-03 15:51:41 +00:00
why-rust Fix typo in compile-time.md (#700) 2023-05-26 11:59:12 -04: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 Mention that the syntax is similar to Java as well. (#337) 2023-02-03 15:28:38 +00:00
cargo.md Add reference to rustfmt for Debian instructions. (#331) 2023-02-03 15:18:03 +00: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 Rename LICENSE.txt to LICENSE (#293) 2023-01-29 14:20:55 +01:00
enums.md Mentioned the XKCD source of the joke in enums.md (#748) 2023-06-01 18:54:41 +00:00
error-handling.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
generics.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
hello-world.md Fixing some typos (#667) 2023-05-24 08:15:08 +00:00
memory-management.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
methods.md Updates and minor fixes to Day 2: Morning (#372) 2023-02-09 21:15:47 +00: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 Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
pattern-matching.md Fix typo: patten -> pattern (#430) 2023-02-17 18:34:35 +09:00
running-the-course.md Update "Running the course" based on latest experience (#628) 2023-05-11 17:23:01 +00: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 Add the description of the chat-app exercise (#641) 2023-05-17 18:22:11 +01: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 Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
unsafe.md Update unsafe.md (#252) 2023-01-30 13:12:51 +00:00
welcome-day-1.md Missing word in welcome day speaker notes (#699) 2023-05-26 14:51:05 +00:00
welcome-day-2.md Fixes typo 2022-12-26 09:12:00 +01:00
welcome-day-3.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
welcome.md Fix a couple typos on the welcome page (#668) 2023-05-24 14:15:46 +00:00
why-rust.md Fix typo (#173) 2023-01-17 11:42:31 +00:00