..
android
Add links to the Rust advanced testing workshop ( #2029 )
2024-05-03 08:20:02 +00:00
bare-metal
cargo: bump cc from 1.0.105 to 1.1.4 in /src/bare-metal/aps/examples in the minor group ( #2228 )
2024-07-15 10:32:17 +01:00
borrowing
Add note about !Sync ( #2138 )
2024-06-10 15:35:13 +01:00
cargo
Format all Markdown files with dprint
( #1157 )
2023-12-31 00:15:07 +01:00
chromium
Fix small typo ( #2185 )
2024-07-03 16:17:35 -04:00
concurrency
cargo: bump the patch group with 2 updates ( #2229 )
2024-07-15 10:32:46 +01:00
control-flow-basics
Clarify speaker note in control-flow-basics ( #2102 )
2024-05-29 13:08:06 -04:00
error-handling
Add slide about Result
to error handling section ( #2123 )
2024-06-07 09:12:51 -07:00
exercises
cargo: bump cc from 1.0.105 to 1.1.4 in /src/exercises/bare-metal/rtc in the minor group ( #2227 )
2024-07-15 10:31:53 +01:00
generics
Update generic-traits.md ( #2142 )
2024-06-13 12:18:45 -04:00
hello-world
Fix missing full stop in benefits.md ( #2140 )
2024-06-10 10:16:10 -04:00
iterators
Tweak solution to iter exercise ( #1884 )
2024-03-06 20:18:31 +00:00
lifetimes
Remove lifetime trait bound on ProtoMessage ( #2187 )
2024-07-09 21:20:00 +00:00
memory-management
Add a note that shared references are Copy
( #2107 )
2024-05-30 10:19:33 -04:00
methods-and-traits
fix </detail>
typo ( #2209 )
2024-07-09 15:46:24 +00:00
modules
Adjust morning-session timings downward ( #1786 )
2024-02-06 15:48:56 -05:00
pattern-matching
List expressions which are actually explained on this page ( #2115 )
2024-06-03 10:54:16 -04:00
references
Fix missing lifetime error in dangling reference example ( #2093 )
2024-05-23 23:27:10 +00:00
running-the-course
Link to translation reports. ( #2213 )
2024-07-12 10:11:31 -04:00
smart-pointers
Add a slide introducing dyn Trait
in Generics ( #2108 )
2024-05-31 09:59:36 -04:00
std-traits
Adjust timing of standard library slides ( #2125 )
2024-06-07 09:11:57 -07:00
std-types
Fix issues in std-types/result.md ( #2186 )
2024-07-05 15:04:46 +00:00
testing
Add missing word ( #2172 )
2024-06-25 09:40:56 -04:00
tuples-and-arrays
Exercise has a single function to implement ( #1995 )
2024-04-15 10:37:59 -04:00
types-and-values
Clarify what "undefined behavior" means in arithmetic.md ( #2139 )
2024-06-10 10:18:25 -04:00
unsafe-rust
Add safety comments and use consistent format for existing ones. ( #1981 )
2024-04-12 13:19:19 -04:00
user-defined-types
Updated static and const ( #1881 )
2024-03-15 09:01:41 -04:00
android.md
Format all Markdown files with dprint
( #1157 )
2023-12-31 00:15:07 +01:00
bare-metal.md
Update udev rule for microbit. ( #2217 )
2024-07-12 12:27:26 +01:00
borrowing.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
cargo.md
Enhance Speaker Note: Warning for Rust Installation via Homebrew ( #2191 )
2024-07-05 10:50:13 -04:00
chromium.md
Format all Markdown files with dprint
( #1157 )
2023-12-31 00:15:07 +01:00
control-flow-basics.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
credits.md
Format all Markdown files with dprint
( #1157 )
2023-12-31 00:15:07 +01:00
error-handling.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
generics.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
glossary.md
Fix dead link in glossary ( #2114 )
2024-06-05 10:21:32 -04:00
hello-world.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
index.md
Update index.md with language selection instructions and translations link ( #2131 )
2024-06-25 09:45:04 -04:00
iterators.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
lifetimes.md
Move slices and strings to references section ( #1898 )
2024-03-14 16:21:15 -04:00
memory-management.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
methods-and-traits.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
modules.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
other-resources.md
Add links to the Rust advanced testing workshop ( #2029 )
2024-05-03 08:20:02 +00:00
pattern-matching.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
README.md
Test translations using same source as for publish ( #1492 )
2024-01-04 17:04:44 +01:00
references.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
running-the-course.md
Format all Markdown files with dprint
( #1157 )
2023-12-31 00:15:07 +01:00
smart-pointers.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
std-traits.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
std-types.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
SUMMARY.md
Add slide about Result
to error handling section ( #2123 )
2024-06-07 09:12:51 -07:00
testing.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
thanks.md
Format all Markdown files with dprint
( #1157 )
2023-12-31 00:15:07 +01:00
tuples-and-arrays.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
types-and-values.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
unsafe-rust.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
user-defined-types.md
Comprehensive Rust v2 ( #1073 )
2023-11-29 16:39:24 +01:00
welcome-day-1-afternoon.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-1.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-2-afternoon.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-2.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-3-afternoon.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-3.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-4-afternoon.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00
welcome-day-4.md
Comment PRs with updated schedule information ( #1576 )
2024-01-12 15:53:09 +00:00