| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-30 | feat(docs): add markdown linter for exercises README.md files | Ali Afsharzadeh | |
| 2023-03-29 | docs(error_handling): resolve markdown linter warnings | Ali Afsharzadeh | |
| 2023-03-28 | Merge pull request #1445 from guoard/patch-1 | liv | |
| docs(variables): wrap mut keyword with backtick | |||
| 2023-03-28 | Merge pull request #1432 from ryanwhitehouse/main | liv | |
| docs:clarify instructions on hashmaps2.rs | |||
| 2023-03-28 | docs(variables): wrap mut keyword with backtick | Ali Afsharzadeh | |
| 2023-03-26 | Merge pull request #1428 from javihernant/changeLtReadme | liv | |
| change order of references in README.md | |||
| 2023-03-26 | reword hashmaps2 a bit more | liv | |
| 2023-03-26 | Merge pull request #1437 from navicore/errors2-comment-error | liv | |
| correct comments in errors2.rs | |||
| 2023-03-25 | feat(lifetimekata): Add info about Lifetimekata project | Tom Kunc | |
| 2023-03-24 | correct comments in errors2.rs | Ed Sweeney | |
| 2023-03-20 | docs:clarify instructions on hashmaps2.rs | Ryan Whitehouse | |
| 2023-03-16 | change order of references in README.md | hxztnxt | |
| 2023-03-10 | Rename iteration var names in vec2.rs for clarity | Adam Brewer | |
| Resolves #1417 | |||
| 2023-02-26 | Merge pull request #1396 from 0lhi/main | liv | |
| fix(macros4.rs): Add rustfmt::skip to prevent auto-fix. | |||
| 2023-02-24 | rustfmt | Chad Dougherty | |
| rustfmt converts "main ()" -> "main()" | |||
| 2023-02-24 | macros4.rs: Add rustfmt::skip to prevent auto-fix. | 0lhi | |
| The `macros4.rs` challenge can automatically be solved by rustfmt without the user noticing. Adding `#[rustfmt::skip]` above the `macro_rules!` line fixes this issue. | |||
| 2023-02-18 | refactor(arc1): improve readability by avoiding implicit dereference | Cyril MARPAUD | |
| 2023-02-18 | fix: unify undisclosed type notation in errors5.rs | Gleb Shevchenko | |
| 2023-02-14 | refactor(cow1): replace main with tests | Daan Wynen | |
| Following the discussion in #1195 this is the best I could come up with. The issue for me (and apparently a few other learners) was that the code needed to complete the exercise was not _missing_, but was rather there but wrong. In the end, what made the difference between this exercise and others (for me) was that in this exercise I was supposed to learn what to *expect* of an output. So I think it makes sense here to let the learner modify the tests and not the code itself. Fixes #1195 Signed-off-by: Daan Wynen <black.puppydog@gmx.de> # Conflicts: # info.toml | |||
| 2023-02-12 | docs: add link to docs about `iter_mut` and `map` | magnusrodseth | |
| 2023-02-12 | Merge pull request #1228 from grzegorz-zur/patch-1 | liv | |
| Removed unnecessary use statement | |||
| 2023-02-12 | Merge pull request #1305 from platformer/issue1298 | liv | |
| fix(threads1): make program panic if threads are not joined | |||
| 2023-02-12 | Merge pull request #1318 from kawaiiPlat/q2-minor-grammar | liv | |
| minor grammar tweak for quiz 2 | |||
| 2023-02-12 | feat(intro1): add note on rust-analyzer usage | liv | |
| 2023-01-23 | chore: fix prompt error | Kevin Wan | |
| Missed a blank line, which causes the prompt incorrect like below: ```rust You can keep working on this exercise, or jump into the next one by removing the `I AM NOT DONE` comment: 6 | // Make this code compile by using the proper Rc primitives to express that the sun has multiple owners. 7 | 8 | // I AM NOT DONE 9 | use std::rc::Rc; ``` | |||
| 2023-01-03 | Minor Grammar | Jarrod Sanders | |
| 2023-01-01 | added existing chapter for clippy to mapping | seporterfield | |
| It's real! https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html | |||
| 2023-01-01 | reformatted exercise->chapter mapping | seporterfield | |
| Added and removed rows according to changes to exercise order and grouping. | |||
| 2023-01-01 | fixed formatting | seporterfield | |
| 2023-01-01 | gave smart_pointers its own README.md | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | refactoring standard_library_types as iterators | seporterfield | |
| 2023-01-01 | moved rc to smart_pointers | seporterfield | |
| 2023-01-01 | moved cow to smart_pointers | seporterfield | |
| 2023-01-01 | moved box to smart_pointers | seporterfield | |
| 2023-01-01 | move arc to smart_pointers | seporterfield | |
| 2022-12-30 | chore: update enums3.rs addressing extra parentheses usage with tuples | HerschelW | |
| 2022-12-26 | fix(threads1): make program panic if threads are not joined | platformer | |
| closes #1298 | |||
| 2022-12-23 | fix(enums3): add extra tuple comment | liv | |
| 2022-12-23 | Merge pull request #1279 from tkburis/main | liv | |
| Minor changes | |||
| 2022-12-23 | Merge pull request #1293 from tysonliddell/fix_self_parameter | liv | |
| fix: Remove superfluous &self indirection | |||
| 2022-12-20 | fix(hashmaps3): fix typo in todo hint | William Webb | |
| 2022-12-09 | fix: Remove superfluous &self indirection | Tyson Liddell | |
| 2022-11-24 | chore: tidied up unmatched backticks | TK Buristrakul | |
| 2022-11-24 | chore: added more descriptive TODOs | TK Buristrakul | |
| 2022-11-24 | chore: minor change in comment | TK Buristrakul | |
