| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-14 | Tolerate changes in the state file | mo8it | |
| 2024-04-12 | Show the final message | mo8it | |
| 2024-04-12 | Deal with long strings | mo8it | |
| 2024-04-11 | Remove "I AM NOT DONE" and the verify mode and add AppState | mo8it | |
| 2024-03-27 | threads2: simplify threads2 | mo8it | |
| 2024-03-15 | Merge pull request #1875 from hyphena/patch-1 | liv | |
| chore: minor typo fix | |||
| 2024-03-07 | chore: minor typo fix | luna | |
| 2024-02-12 | Clarified hint text | Jan | |
| 2023-11-05 | fix(traits3): grammar mistake in the hint for traits3 | Raymon Roos | |
| 2023-10-20 | fix(intro2): changed intro2 to be a name error, not a format string error. | Tristram Oaten | |
| 2023-10-16 | Update Exercises Directory Names to Reflect Order | Adam Brewer | |
| 2023-10-13 | chore(errors1): fix grammar typo in hint for exercise errors1 | Matt Nield | |
| This commit corrects a grammar typo in the hint of the errors1 exercise, changing from: "`Ok` and `Err` are one of the variants of `Result`," to: "`Ok` and `Err` are the two variants of `Result`," | |||
| 2023-09-29 | chore: make hints proper markdown | Rogier 'DocWilco' Mulhuijzen | |
| Also rewrapped some hints to 80 columns so that they also look good in a terminal. closes #1698 | |||
| 2023-09-06 | Merge pull request #1641 from mo8it/move-semantics5-test | liv | |
| Convert exercises with assertions to tests | |||
| 2023-09-04 | Merge branch 'main' into update-hints-for-vecs2 | liv | |
| 2023-09-04 | Merge branch 'main' into chore/update-hints | liv | |
| 2023-09-04 | Merge pull request #1660 from rust-lang/fix/move-semantics-tests | liv | |
| fix: refactor move semantics 1-4 into tests | |||
| 2023-09-04 | fix: refactor move semantics 1-4 into tests | liv | |
| 2023-09-04 | Merge pull request #1598 from yamila-moreno/fix/hint-in-primitives-4 | liv | |
| fix(primitives-4.rs): update hint so it's less confusing | |||
| 2023-09-04 | Merge pull request #1630 from gabay/chore/threads2-text | liv | |
| info.toml: update threads2 text. | |||
| 2023-08-27 | Convert other exercises that have assertions to test mode | mo8it | |
| 2023-08-27 | Make move_semantics5 a test | mo8it | |
| 2023-08-26 | Avoid line numbers in hints | mo8it | |
| 2023-08-21 | info.toml: update threads2 text. | Roi Gabay | |
| the previous text does not appear in the provided link (https://doc.rust-lang.org/book/ch16-03-shared-state.html#atomic-reference-counting-with-arct). | |||
| 2023-07-17 | fix(primitives-4.rs): update hint so it's less confusing | Yamila Moreno | |
| 2023-07-04 | Merge branch 'main' into chore/update-hints | Will Hack | |
| 2023-07-03 | added if3 based on: `Using if in a let Statement` | Joshua Carlson | |
| 2023-07-03 | chore: remove line reference from strings2 hint | Will Hack | |
| 2023-07-02 | chore: update line reference in strings2 hint | Will Hack | |
| 2023-06-26 | chore: use correct line number in strings2.rs hint | vnprc | |
| 2023-06-22 | fix(move_semantics2): change type back to compile | liv | |
| 2023-06-15 | Merge branch 'main' into main | tajo48 | |
| 2023-06-12 | Merge pull request #1113 from Frosthage/main | liv | |
| Improve hint for as_ref_mut | |||
| 2023-06-12 | Merge pull request #1542 from luhem7/main | liv | |
| fix(threads, smart pointers): Swap order of threads and smart pointers exercises | |||
| 2023-06-12 | Merge pull request #1544 from FWDekker/main | liv | |
| fix(vecs): rename outdated variable name in hint | |||
| 2023-06-12 | feat(move_semantics2): rewrite hint | liv | |
| 2023-06-07 | fix(vecs): rename outdated variable name in hint | Florine W. Dekker | |
| 2023-06-03 | fix(threads, smart pointers): Swap order of threads and smart pointers exercises | luhem7 | |
| closes #1541 | |||
| 2023-05-31 | update hint for vecs2 to match with exercise as it was updated to fix clarity | tajo48 | |
| 2023-05-20 | feat(iterators5): remove outdated part of hint | b1ue64 | |
| 2023-04-21 | Update info.toml | deedy5 | |
| modules2.rs: add more information to hint | |||
| 2023-04-08 | docs(vecs2): update hints | J.c | |
| 2023-04-05 | Merge pull request #1385 from alexwh/patch-1 | liv | |
| chore: update move_semantics4.rs' hint | |||
| 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-04-02 | fix: move lifetimes above tests in recommended order | Sagar Vora | |
| 2023-03-26 | fixed a spelling mistake in info.toml | Vegard Matthey | |
| 2023-03-10 | improve hint for strings2, #1407 | Sven Siegmund | |
| 2023-02-18 | chore: update move_semantics4.rs' hint | Alex | |
| after #144, the signature doesn't need changing anymore | |||
| 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 | |||
