1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-14 22:15:54 +02:00
comprehensive-rust/src
Victor Costan 0c867c952f
"Strings and Iterators" solution that uses let-else (#833)
Add "Strings and Iterators" solution that uses let-else.
2023-06-29 08:52:58 +02:00
..
android Update build_all.sh (#678) 2023-05-25 08:51:12 +00:00
async Fix broken link in Pitfalls of async/await (#811) 2023-06-13 17:26:56 +00:00
bare-metal Add pages about entry point and exception handling on APs (#802) 2023-06-14 18:27:07 +00: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 Corrected spelling in bounded.md (#844) 2023-06-21 07:12:59 +00:00
control-flow Update if-let-expressions.md (#854) 2023-06-22 16:27:34 +02:00
enums Update sizes.md (#775) 2023-06-09 18:00:33 +00:00
error-handling Simplify error handling pages (#851) 2023-06-22 16:27:06 +02:00
exercises "Strings and Iterators" solution that uses let-else (#833) 2023-06-29 08:52:58 +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 Clarify what "it" is in rust.md (#855) 2023-06-22 14:28:14 +00: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 Clarify wording in lifetimes.md (#853) 2023-06-22 13:47:27 +01:00
pattern-matching Minor fixes (#579) 2023-04-24 14:46:38 -04:00
running-the-course Bengali translation: to link incomplete Bengali translation (#819) 2023-06-14 19:37:22 +01:00
std Use explicit Arc::clone instead of calling .clone() method (#596) 2023-04-27 23:46:09 +02:00
structs Document the historical reference in the newtypes example (#826) 2023-06-18 14:37:57 +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 Update default-methods.md (#747) 2023-06-22 09:05:11 +02: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 Fix link to LICENSE in credits.md (#813) 2023-06-14 10:17:29 +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 pages about entry point and exception handling on APs (#802) 2023-06-14 18:27:07 +00: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