1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-10 00:44:21 +02:00
comprehensive-rust/src
2024-06-13 12:18:45 -04:00
..
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.98 to 1.0.99 in /src/bare-metal/aps/examples in the patch group (#2136) 2024-06-10 09:38:59 +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 Update cargo.md to fix typos (#1848) 2024-02-23 11:18:04 -08:00
concurrency Clarify the suggested steps in the pin page (#2130) 2024-06-07 16:39:14 -04: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.98 to 1.0.99 in /src/exercises/bare-metal/rtc in the patch group (#2135) 2024-06-10 09:38:36 +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 error handling from protobuf exercise (#2109) 2024-06-07 09:13:11 -07:00
memory-management Add a note that shared references are Copy (#2107) 2024-05-30 10:19:33 -04:00
methods-and-traits Fix closing details tag (#2116) 2024-06-03 10:54:40 -04: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 fr: translating remaining paragraphs in section 1 (#2010) 2024-04-24 11:03:37 +02: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 Adjust timing of standard library slides (#2125) 2024-06-07 09:11:57 -07:00
testing Move Mockall and GoogleTest slides to Android section (#1533) 2024-03-04 16:25:35 +01: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 Fix bare metal microcontroller part number. (#2065) 2024-05-28 11:52:49 +00:00
borrowing.md Comprehensive Rust v2 (#1073) 2023-11-29 16:39:24 +01:00
cargo.md Format all Markdown files with dprint (#1157) 2023-12-31 00:15:07 +01: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 Link to PDF version of course from first page (#1836) 2024-02-26 13:24:28 +01: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

Course Content

The files in this directory make up the content of the course. The files here can include third-party content from ../third_party/ as well.

When we publish a translation of the course, we git restore the src/ and third_party/ directories at the repository root back to the date listed in the POT-Creation-Date header of the translation. It is crucial, that all translatable content lives in those two directories. The other files (such as book.toml and theme/) are not restored and we always use the latest version of them.