Commit Graph

232 Commits (2566f9aaf674458f6faff7e8aaf77bb108b7d56c)

Author SHA1 Message Date
mo8it 92777c0a44 Add the format version 5 months ago
mo8it 5c0073a948 Tolerate changes in the state file 5 months ago
mo8it 24539666af Show the final message 5 months ago
mo8it 2a95a3e966 Deal with long strings 5 months ago
mo8it fa1f239a70 Remove "I AM NOT DONE" and the verify mode and add AppState 6 months ago
mo8it 842e341895 threads2: simplify threads2 6 months ago
liv 8c5d091513
Merge pull request #1875 from hyphena/patch-1
chore: minor typo fix
6 months ago
luna 547f3ac835
chore: minor typo fix 7 months ago
Jan 75ee0e4245
Clarified hint text 7 months ago
Raymon Roos 7e16e7721a fix(traits3): grammar mistake in the hint for traits3 11 months ago
Tristram Oaten 2ac6606c6c fix(intro2): changed intro2 to be a name error, not a format string error. 11 months ago
Adam Brewer 64d95837e9 Update Exercises Directory Names to Reflect Order 11 months ago
Matt Nield 5374811f96
chore(errors1): fix grammar typo in hint for exercise errors1
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`,"
12 months ago
Rogier 'DocWilco' Mulhuijzen 8e6c83b4cf chore: make hints proper markdown
Also rewrapped some hints to 80 columns so that they also look good in a
terminal.

closes #1698
1 year ago
liv 4d04aad890
Merge pull request #1641 from mo8it/move-semantics5-test
Convert exercises with assertions to tests
1 year ago
liv ad0fad4218
Merge branch 'main' into update-hints-for-vecs2 1 year ago
liv 0aa9418736
Merge branch 'main' into chore/update-hints 1 year ago
liv abc3013096
Merge pull request #1660 from rust-lang/fix/move-semantics-tests
fix: refactor move semantics 1-4 into tests
1 year ago
liv 51e237d5f9 fix: refactor move semantics 1-4 into tests 1 year ago
liv 4d9b68b377
Merge pull request #1598 from yamila-moreno/fix/hint-in-primitives-4
fix(primitives-4.rs): update hint so it's less confusing
1 year ago
liv 4de3b4a635
Merge pull request #1630 from gabay/chore/threads2-text
info.toml: update threads2 text.
1 year ago
mo8it 193b600382 Convert other exercises that have assertions to test mode 1 year ago
mo8it 64224d3918 Make move_semantics5 a test 1 year ago
mo8it 3cc9be0d11 Avoid line numbers in hints 1 year ago
Roi Gabay af76794627 info.toml: update threads2 text.
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).
1 year ago
Yamila Moreno 662e5bddd7 fix(primitives-4.rs): update hint so it's less confusing 1 year ago
Will Hack 37cdea9183 Merge branch 'main' into chore/update-hints 1 year ago
Joshua Carlson 287172698a added if3 based on: `Using if in a let Statement` 1 year ago
Will Hack 0ab781c7a7 chore: remove line reference from strings2 hint 1 year ago
Will Hack b99c7b8c37 chore: update line reference in strings2 hint 1 year ago
vnprc 405b32e77a
chore: use correct line number in strings2.rs hint 1 year ago
liv adc7ca5690 fix(move_semantics2): change type back to compile 1 year ago
tajo48 e1704a2f1b
Merge branch 'main' into main 1 year ago
liv 06ddcfb0bb
Merge pull request #1113 from Frosthage/main
Improve hint for as_ref_mut
1 year ago
liv 44f706a5e7
Merge pull request #1542 from luhem7/main
fix(threads, smart pointers): Swap order of threads and smart pointers exercises
1 year ago
liv c6c7dd2fce
Merge pull request #1544 from FWDekker/main
fix(vecs): rename outdated variable name in hint
1 year ago
liv 369ae2e63d feat(move_semantics2): rewrite hint 1 year ago
Florine W. Dekker 479574e88e
fix(vecs): rename outdated variable name in hint 1 year ago
luhem7 a96bbcd967 fix(threads, smart pointers): Swap order of threads and smart pointers exercises
closes #1541
1 year ago
tajo48 1e02f194fd update hint for vecs2 to match with exercise as it was updated to fix clarity 1 year ago
b1ue64 a7257a1d1e
feat(iterators5): remove outdated part of hint 1 year ago
deedy5 e2da663628
Update info.toml
modules2.rs: add more information to hint
1 year ago
J.c 8cb5cba775 docs(vecs2): update hints 1 year ago
liv f86fa1e909
Merge pull request #1385 from alexwh/patch-1
chore: update move_semantics4.rs' hint
1 year ago
poneciak c4974ac782 added required changes
- fixed grammar in hint and added more specific link
- added comments in test functions
- changed introduction paragraph
1 year ago
poneciak 27b7579566 created task 1 year ago
Sagar Vora b1fb38e73c fix: move lifetimes above tests in recommended order 2 years ago
Vegard Matthey 95e51f384e fixed a spelling mistake in info.toml 2 years ago
Sven Siegmund ec86b60e70 improve hint for strings2, #1407 2 years ago
Alex 89069f78b1
chore: update move_semantics4.rs' hint
after #144, the signature doesn't need changing anymore
2 years ago