1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-16 14:53:28 +02:00
comprehensive-rust/src
2023-07-17 17:17:26 -04:00
..
android remove $ from code-blocks in build_all.sh (#955) 2023-07-12 16:31:16 +02:00
async Fix broken link in Pitfalls of async/await (#811) 2023-06-13 17:26:56 +00:00
bare-metal Disambiguate b in main_improved.rs (#977) 2023-07-14 12:01:00 +01:00
basic-syntax Clarify constructors in the speaker notes for methods (#992) 2023-07-17 17:17:26 -04:00
cargo Clarify that crates don't have to live on crates.io (#985) 2023-07-17 17:58:04 +02:00
concurrency Corrected spelling in bounded.md (#844) 2023-06-21 07:12:59 +00:00
control-flow A few improvements to control flow section (#907) 2023-07-06 17:23:02 +00:00
enums Update sizes.md (#775) 2023-06-09 18:00:33 +00:00
error-handling Fix typo in try-operator.md (#916) 2023-07-06 15:25:37 +01:00
exercises Fix solution in Link Checker in Concurrency Morning exercises (#904) 2023-07-13 10:52:06 +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 Update C manual memory management example (#902) 2023-07-05 09:37:07 -04:00
methods Update receiver.md (#661) 2023-05-23 12:57:38 +00:00
modules Fix broken module example (#983) 2023-07-17 16:54:47 +02: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 Update translations.md (#979) 2023-07-17 08:49:19 -07:00
std Fix some broken fragment ID encodings in rustdoc links (#571) 2023-07-14 08:55:46 +00: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 Fix unclear wording in default.md (#915) 2023-07-06 15:25:16 +01: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 Mention that the syntax is similar to Java as well. (#337) 2023-02-03 15:28:38 +00:00
cargo.md remove $ from code-blocks in other markdown files as well (#952) 2023-07-10 21:25:41 -07: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 Fixing some typos (#667) 2023-05-24 08:15:08 +00:00
memory-management.md
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
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 Rename 'designing a library' example (#911) 2023-07-06 08:40:47 +00:00
testing.md
thanks.md
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
welcome-day-3.md
welcome.md Fix some typos and wording in welcome.md (#639) 2023-07-06 09:38:43 +00:00
why-rust.md Fix typo (#173) 2023-01-17 11:42:31 +00:00