rust_exercises.git
2024-08-01 LukeMathWalkerChange exercise for mutable slices. Closes #26
2024-08-01 LukeMathWalkerEnsure that overflow checks are active for the `copy...
2024-08-01 LukeMathWalkerIt's enough for one field to be private. Closes #69
2024-08-01 LukeMathWalkerFormatting
2024-08-01 LukeMathWalkerRemove reference to `cargo new` to avoid confusion...
2024-08-01 LukeMathWalkerAdd `cargo-modules`. Closes #101
2024-08-01 LukeMathWalkerFix #104
2024-08-01 LukeMathWalkerReword 'static issues. Closes #117
2024-07-30 LukeMathWalkerNo need to deploy anymore.
2024-07-28 code-cpUpdate 06_async_aware_primitives.md (#122)
2024-07-17 Zhang ZihaoFix a typo (#116)
2024-07-07 Jack MoffittRemove pub visibility on `server()` as the argument...
2024-06-30 Evgeniy Filimonov07_threads: 03_leak: Leak vector with Vec::leak, not...
2024-06-29 Palash Nigam... Ch-08 Futures Exercise 02: Fix typo (#106)
2024-06-27 LOGIfix(typo): a module name in comments (#102)
2024-06-27 Saqib Ahmedfix: fix a typo (#103)
2024-06-20 Jerry WuUpdate 11_locks.md (#94)
2024-06-20 Ernie Hersheyfix syntax with comma (#89)
2024-06-20 OnèChange test to require impl (#87)
2024-06-20 tomgrbzRemove array/slice syntax from argument &mut str in...
2024-06-05 Felix PherryFix: typos (#84)
2024-06-01 Felix Pherryfix(book): Correct type parameter naming convention...
2024-05-29 rithvik-boschnit: grammar (#70)
2024-05-28 LukeMathWalkerAdd a TODO to make things more explicit.
2024-05-28 LukeMathWalkerReword.
2024-05-28 Keshav ChakravarthyBetter example for ownership transfer using String...
2024-05-28 Ernie HersheyGrammar typo (#65)
2024-05-28 OnèChange execution unit name (#60)
2024-05-28 Shinya FujinoUpdate variant name (#58)
2024-05-28 Shinya FujinoFix a typo (#57)
2024-05-28 Onètypos (#55)
2024-05-24 LukeMathWalkerRemove new line.
2024-05-24 LukeMathWalkerRe-add necessary references section in 06/06
2024-05-24 LukeMathWalkerCreate branch first.
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.
next