rust_exercises.git
2024-05-24 LukeMathWalkerFetch history.
2024-05-24 LukeMathWalkerFix deploy step.
2024-05-24 LukeMathWalkerFormatter
2024-05-24 Luca PalmieriAutomatically add exercise links to sections. (#52)
2024-05-24 Luca PalmieriFormatter (#51)
2024-05-24 LukeMathWalkerRun CI on pushes to main too.
2024-05-24 Luca PalmieriAdd CI job to verify that we have no broken links....
2024-05-24 Onèadd system to sentence (#48)
2024-05-24 Sympatron GmbHFix broken links (#47)
2024-05-24 LukeMathWalkerImprove `Output` explanation.
2024-05-24 LukeMathWalkerRestructure negative trait bounds section.
2024-05-24 LukeMathWalkerReword instructions.
2024-05-24 LukeMathWalkerAdd trait recommendations.
2024-05-24 LukeMathWalkerYou can assign an `if/else` expression to a variable.
2024-05-24 LukeMathWalkerFix typo.
2024-05-24 LukeMathWalkerExplain that generic parameters don't have to be single...
2024-05-24 OnèAdd missing word (#45)
2024-05-24 Shinya FujinoUpdate references in `book/src/04_traits` (#46)
2024-05-23 LukeMathWalkerFix index.
2024-05-23 LukeMathWalkerAdd new section on trait bounds.
2024-05-23 LukeMathWalkerRemove ambiguity in 03/07 exercise mandate.
2024-05-23 LukeMathWalkerImprove `as` casting exercise.
2024-05-23 Onèreword tuples introduction (#42)
2024-05-23 Onètypos (#41)
2024-05-23 OnèAlign arrows in diagrams (#39)
2024-05-23 OnèChange part of speech for syntax (#40)
2024-05-23 Onèremove unused footnote (#38)
2024-05-22 LukeMathWalkerUse "bytes" instead of "characters" consistently when...
2024-05-22 LukeMathWalkerAdd more resources to "Derive" section. Closes #34
2024-05-22 LukeMathWalkerFix test to use &mut rather than &. Closes #30
2024-05-22 Fangyi ZhouAdd i32/u32 suffix for numeric literals in 04_traits...
2024-05-22 LukeMathWalkerFix links.
2024-05-22 Jae-Won ChungCheck status field value after patch (#22)
2024-05-22 jw013Update 04_scoped_threads.md (#21)
2024-05-18 Fangyi ZhouFix a typo in 03_ticket_v1/08_stack (#19)
2024-05-18 taohuamisunderstand the implements verb (#18)
2024-05-18 Loup FedericoFix typo in 05_ticket_v2/09_error_trait/[...] instructi...
2024-05-18 Thanosfix spelling error (#11)
2024-05-18 Loup FedericoFix typo in 10_clone.md illustration (#10)
2024-05-17 Ernie HersheyGrammar typo (#7)
2024-05-17 Wojtek Porczyk10_as_casting.md: fix 256 bit representation (#6)
2024-05-17 Luca PalmieriMerge pull request #3 from phmx/patch-1
2024-05-17 Luca PalmieriMerge pull request #4 from vrnvu/main
2024-05-17 Arnau Diazfixes usage valid_description
2024-05-17 LukeMathWalkerReword `MutexGuard` explanation.
2024-05-17 Maxim PhilippovFix a nano-typo in 04_panics.md
2024-05-17 LukeMathWalkerClarify where the first exercise is.
2024-05-16 LukeMathWalkerAdd GitHub link.
2024-05-16 LukeMathWalkerDon't unwrap when trying to close the writer half in...
2024-05-16 LukeMathWalkerNewlines.
2024-05-16 LukeMathWalkerAdd StreamExt::merge
2024-05-16 LukeMathWalkerFix typo in code snippet.
2024-05-16 LukeMathWalkerExplain how to cancel a spawned future.
2024-05-16 LukeMathWalkerExplain how tokio::spawn behaves with respect to panics.
2024-05-16 LukeMathWalkerTypo.
2024-05-16 LukeMathWalkerFix: configure and read from socket correctly in 08/05
2024-05-16 LukeMathWalkerUpdate guidance in 08/04.
2024-05-16 LukeMathWalkerTypo.
2024-05-16 LukeMathWalkerFix crate name.
2024-05-15 LukeMathWalkerLast chapter on async Rust
2024-05-14 LukeMathWalkerExplain.
2024-05-14 LukeMathWalkerUse &str rather than &String
2024-05-14 LukeMathWalkerUse &str rather than &String.
2024-05-14 LukeMathWalkerReword.
2024-05-14 LukeMathWalkerAdapt GitHub landing page.
2024-05-14 LukeMathWalkerImprove landing page.
2024-05-14 LukeMathWalkerTypo.
2024-05-14 LukeMathWalkerElaborate further on `Add`.
2024-05-14 LukeMathWalkerLink to Rustonomicon for struct's data layout.
2024-05-14 LukeMathWalkerLink directly to `String` type.
2024-05-14 LukeMathWalkerUse more precise language in task assignment.
2024-05-14 LukeMathWalkerMention that `Copy` can be derived.
2024-05-14 LukeMathWalkerFix instructions.
2024-05-14 LukeMathWalkerCheck the implementation of Display in the tests.
2024-05-14 LukeMathWalkerFix instructions.
2024-05-13 LukeMathWalkerComplete section on read-only data segment.
2024-05-13 LukeMathWalkerFix tests
2024-05-13 LukeMathWalkerFix: error type
2024-05-13 LukeMathWalkerFix: `recv` returns an `Option<Ticket>`
2024-05-13 LukeMathWalkerFix: use curly braces rather than parentheses
2024-05-13 LukeMathWalkerFix: remove unnecessary dereference.
2024-05-13 LukeMathWalkerFix typo.
2024-05-13 LukeMathWalkerFix test.
2024-05-13 LukeMathWalkerRemove IntoIterator impl for &TicketStore
2024-05-13 LukeMathWalkerFix typo in comment.
2024-05-12 LukeMathWalker100 exercises to learn Rust