summaryrefslogtreecommitdiff
path: root/info.toml
AgeCommit message (Collapse)Author
2024-04-27Update intro1 hintmo8it
2024-04-27Update welcome and final messagesmo8it
2024-04-25Replace `mode` by `test` and `strict_clippy`mo8it
2024-04-24Merge branch 'main'mo8it
2024-04-23Refactor embedded files to add solutionsmo8it
2024-04-16fix: remove bad hint in functions4liv
Technically it's correct, but playing around with this will very quickly throw you into having to handle `Option`s and futzing around with `try_into`. Not really something we want to throw upon the user here. Closes #1948.
2024-04-16Add the format versionmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-12Show the final messagemo8it
2024-04-12Deal with long stringsmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-03-27threads2: simplify threads2mo8it
2024-03-15Merge pull request #1875 from hyphena/patch-1liv
chore: minor typo fix
2024-03-07chore: minor typo fixluna
2024-02-12Clarified hint textJan
2023-11-05fix(traits3): grammar mistake in the hint for traits3Raymon Roos
2023-10-20fix(intro2): changed intro2 to be a name error, not a format string error.Tristram Oaten
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer
2023-10-13chore(errors1): fix grammar typo in hint for exercise errors1Matt 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-29chore: make hints proper markdownRogier 'DocWilco' Mulhuijzen
Also rewrapped some hints to 80 columns so that they also look good in a terminal. closes #1698
2023-09-06Merge pull request #1641 from mo8it/move-semantics5-testliv
Convert exercises with assertions to tests
2023-09-04Merge branch 'main' into update-hints-for-vecs2liv
2023-09-04Merge branch 'main' into chore/update-hintsliv
2023-09-04Merge pull request #1660 from rust-lang/fix/move-semantics-testsliv
fix: refactor move semantics 1-4 into tests
2023-09-04fix: refactor move semantics 1-4 into testsliv
2023-09-04Merge pull request #1598 from yamila-moreno/fix/hint-in-primitives-4liv
fix(primitives-4.rs): update hint so it's less confusing
2023-09-04Merge pull request #1630 from gabay/chore/threads2-textliv
info.toml: update threads2 text.
2023-08-27Convert other exercises that have assertions to test modemo8it
2023-08-27Make move_semantics5 a testmo8it
2023-08-26Avoid line numbers in hintsmo8it
2023-08-21info.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-17fix(primitives-4.rs): update hint so it's less confusingYamila Moreno
2023-07-04Merge branch 'main' into chore/update-hintsWill Hack
2023-07-03added if3 based on: `Using if in a let Statement`Joshua Carlson
2023-07-03chore: remove line reference from strings2 hintWill Hack
2023-07-02chore: update line reference in strings2 hintWill Hack
2023-06-26chore: use correct line number in strings2.rs hintvnprc
2023-06-22fix(move_semantics2): change type back to compileliv
2023-06-15Merge branch 'main' into maintajo48
2023-06-12Merge pull request #1113 from Frosthage/mainliv
Improve hint for as_ref_mut
2023-06-12Merge pull request #1542 from luhem7/mainliv
fix(threads, smart pointers): Swap order of threads and smart pointers exercises
2023-06-12Merge pull request #1544 from FWDekker/mainliv
fix(vecs): rename outdated variable name in hint
2023-06-12feat(move_semantics2): rewrite hintliv
2023-06-07fix(vecs): rename outdated variable name in hintFlorine W. Dekker
2023-06-03fix(threads, smart pointers): Swap order of threads and smart pointers exercisesluhem7
closes #1541
2023-05-31update hint for vecs2 to match with exercise as it was updated to fix claritytajo48
2023-05-20feat(iterators5): remove outdated part of hintb1ue64
2023-04-21Update info.tomldeedy5
modules2.rs: add more information to hint
2023-04-08docs(vecs2): update hintsJ.c
2023-04-05Merge pull request #1385 from alexwh/patch-1liv
chore: update move_semantics4.rs' hint