1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 05:40:30 +02:00
Commit Graph

2249 Commits

Author SHA1 Message Date
acdf00ae6e Add speaker notes about error examples 2023-01-11 18:14:58 -08:00
f750f75db6 stackheap notes 2023-01-12 11:12:53 +09:00
a8fb8ad2b6 Merge pull request #120 from google/running-the-course
Add instructions about how to run the course
2023-01-11 18:28:22 +01:00
4ca2469274 Merge pull request #121 from google/show-speaker-notes-on-print
Show expanded speaker notes on print page
2023-01-11 18:25:04 +01:00
0b7b69df10 Merge pull request #152 from google/solution-speaker-notes
Add speaker notes to exercise pages
2023-01-11 16:46:55 +01:00
d037d7b5c7 Merge pull request #133 from rastringer/patch-1
Adds speaker notes to Compound Types section
2023-01-11 15:51:53 +01:00
b6bec18875 Clarify that "fixed" means "compile-time constant" 2023-01-11 15:49:10 +01:00
41bb8acf3f Removes out of bounds checks for simplicity
Removes the out of bounds checks to keep the notes simple.
2023-01-11 14:35:20 +00:00
6019a946d9 Merge pull request #154 from fbornhofen/speaker-notes
Speaker notes for box.md, rc.md, option-result.md
2023-01-11 14:49:03 +01:00
6b8ee3c979 Fix typo 2023-01-11 14:47:34 +01:00
3bb3634c7a Merge pull request #153 from fcasal/patch-1
Fix typo on Luhn exercise
2023-01-11 13:33:31 +00:00
02e1f4b879 Add speaker notes for option-result.md 2023-01-11 14:19:21 +01:00
dd194f07c9 Add speaker notes for rc.md 2023-01-11 14:04:30 +01:00
5256d9c3fd Add speaker notes for box.md 2023-01-11 13:29:43 +01:00
de9d67205e Fix typo on Luhn exercise 2023-01-11 12:11:06 +00:00
1085e9c20b Add speaker notes to exercise pages
The notes link to the corresponding solutions.
2023-01-11 12:49:59 +01:00
587645db6c Clarify default vs debug output. 2023-01-11 10:49:21 +01:00
d1422e93c2 Merge pull request #149 from fbornhofen/speaker-notes-string
Add speaker notes for string.md
2023-01-10 19:55:59 +01:00
da81dfa07f Simplify char count 2023-01-10 19:54:48 +01:00
08af7574bb Add instructions about how to run the course
I think we need a chapter “before the course” which gives people some
background information about how to run the course. This is the start
of this chapter, we might expand it in the future as we find more
things to communicate here.
2023-01-10 19:12:57 +01:00
b2b11257f5 Add speaker notes for string.md 2023-01-10 19:06:06 +01:00
4e746482f2 Merge pull request #148 from fbornhofen/speaker-notes-if-let
Add speaker notes for if-let-expressions.md
2023-01-10 18:58:53 +01:00
1b3eaec5e7 Merge pull request #141 from brandonpollack23/static_const
Added notes, runtime constant eval, and footnoes to static-and-const.md
2023-01-10 18:53:46 +01:00
0d5232358b Remove dangling footnote 2023-01-10 18:52:37 +01:00
d42f0dcd46 Add speaker notes for if-let-expressions.md 2023-01-10 18:30:22 +01:00
20c0a37949 Merge pull request #139 from brandonpollack23/rust_ecosystem
Add more info and footnotes to rust-ecosystem.md
2023-01-10 17:51:44 +01:00
637b785714 Merge pull request #138 from brandonpollack23/cargo_page
Added some more detail on rustup.
2023-01-10 17:50:56 +01:00
3eee86f76d Merge pull request #143 from fbornhofen/speaker-notes-copy-2
Rephrase copy/clone speaker notes
2023-01-10 17:47:27 +01:00
c994340a8f Merge pull request #142 from fbornhofen/speaker-notes-fbornhofen
Add example for underscore syntax with generics (type-inference.md)
2023-01-10 17:46:20 +01:00
6b874844ca Merge pull request #144 from fbornhofen/speaker-notes-rvo
Add speaker notes about RVO in borrowing.md
2023-01-10 17:45:39 +01:00
9448ae3e19 Merge pull request #146 from fbornhofen/speaker-notes-variant-payloads
Add speaker notes for variant-payloads.md
2023-01-10 17:44:49 +01:00
09048753ef Merge pull request #147 from fbornhofen/speaker-notes-enum-sizes
Expand enum sizes example and add speaker notes
2023-01-10 17:44:07 +01:00
8d2fb11adc Expand enum sizes example and add speaker notes 2023-01-10 17:36:16 +01:00
c91cc629d5 Add speaker notes for variant-payloads.md 2023-01-10 16:46:57 +01:00
a5d31d759f Merge pull request #145 from fbornhofen/speaker-notes-shared-unique-borrows
Add speaker notes for shared and unique borrows
2023-01-10 16:14:54 +01:00
91b8d33a99 Add speaker notes for shared and unique borrows 2023-01-10 15:51:56 +01:00
d157b54fd4 Add speaker notes about RVO in borrowing.md 2023-01-10 15:04:17 +01:00
0eec153927 move to reference links 2023-01-10 22:21:13 +09:00
c2c3d48920 moved footnotes to speaker notes 2023-01-10 22:17:18 +09:00
8dc2ea4503 Remove superfluous distracting info 2023-01-10 22:12:43 +09:00
b5a7c9cdcc clarify static details
Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-01-10 05:05:45 -08:00
a532c23c60 Simplify wording of constexpr/const relation
Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-01-10 05:05:26 -08:00
1196622b7a Removed magic incantation that should just be behind the link 2023-01-10 22:03:47 +09:00
4fd8a2ca62 Rephrase bullet point in copy/clone slide 2023-01-10 14:01:08 +01:00
3eecb4bef6 Add time of writing to reflect current status quo that might change
Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-01-10 05:00:59 -08:00
87b26c78c0 Add not about C++ copy constructors 2023-01-10 13:57:15 +01:00
65837087c9 Copy, clone speaker notes: phrase as sentences i/o questions 2023-01-10 13:55:43 +01:00
d1a3290cd6 Add reference to collect, FromIterator 2023-01-10 11:40:02 +01:00
b1069f863c Add example for underscore syntax with generics (type-inference.md) 2023-01-10 11:30:48 +01:00
e29c3bfb99 Merge pull request #123 from ilyagr/username_or_error
Error handling: clarify printing of Result
2023-01-10 10:21:43 +01:00