| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-05 | Merge pull request #1384 from stornquist/patch-1 | liv | |
| fix(move_semantics2): add expected output comment | |||
| 2023-04-05 | Merge pull request #1391 from ktheory/ktheory/iter5 | liv | |
| docs: clarify instructions on iterators5.rs | |||
| 2023-04-05 | Merge pull request #1452 from guoard/markdown-linter | liv | |
| feat(docs): add markdown linter for exercises README.md files | |||
| 2023-04-05 | changed comments in tests | poneciak | |
| also fixed small logical issue in `Rectangle::new()` where u could create rectangle with width or height equals 0 | |||
| 2023-04-05 | added required changes | poneciak | |
| - fixed grammar in hint and added more specific link - added comments in test functions - changed introduction paragraph | |||
| 2023-04-05 | created task | poneciak | |
| 2023-03-31 | fix(exercises): remove trailing spaces | Alexandre ESSE | |
| 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-21 | docs: clarify instructions on iterators5.rs | Aaron Suggs | |
| I changed the sentence that referenced the imperative implementation in iterators5.rs. That implementation was already removed and replaced with `todo!()` | |||
| 2023-02-18 | refactor(arc1): improve readability by avoiding implicit dereference | Cyril MARPAUD | |
| 2023-02-18 | fix(move_semantics2): add expected output comment | Sebastian Törnquist | |
| You can easily get this to compile with `vec0` being `[]` and `vec1` being `[22, 44, 66, 88]` | |||
| 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 | |
