summaryrefslogtreecommitdiff
path: root/exercises/threads
AgeCommit message (Collapse)Author
2023-09-06Merge pull request #1641 from mo8it/move-semantics5-testliv
Convert exercises with assertions to tests
2023-09-04Merge pull request #1477 from bean5/mainliv
small changes to a few README files
2023-08-27Convert other exercises that have assertions to test modemo8it
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2023-04-13docs: Replace apostrophe (for consistency with other README files)bean5
2023-03-31fix(exercises): remove trailing spacesAlexandre ESSE
2022-12-26fix(threads1): make program panic if threads are not joinedplatformer
closes #1298
2022-10-17style: explicitly use Arc::cloneMatthew Van Schellebeeck
2022-07-15feat: add threads3.rs exerciseexdx
2022-07-15fix(threads): add hint commentsmokou
2022-07-15feat: Adding threads1.rs with a focus on JoinHandles and waiting forjaystile
spawned threads to finish. Moved the original threads1.rs to threads2.rs with the focus on the Mutex and modifying shared data. #892
2022-07-11chore: remove mod.rs files and exercises featuremokou
2022-03-29fix: Include exercises folder in the project structure behind a feature (#917)x-hgg-x
closes #859 closes #913 closes #942
2021-04-23docs(exercises): updated all exercises readme filesZerotask
all exercises readme files now have a unified structure and a description
2021-01-06fix(threads1): line number correctionChristian Zeller
2020-12-08fix: gives a bit more context to magic numberPeter N
2019-11-14fix: line numbers in several exercises and hintsRoberto Vidal
The introduction of `I AM NOT DONE` shifted the lines of all exercises, which now need adjustment.
2019-11-11Merge branch 'master' into refactor-hintsmarisa
2019-11-11feat: Refactor hint systemmarisa
Hints are now accessible using the CLI subcommand `rustlings hint <exercise name`. BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
2019-11-11feat: improve `watch` execution modeRoberto Vidal
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-06-11chore: Fix a couple broken book linksRussell Cousineau
2019-06-09chore: Fix link to Arc<T> in the bookRohan Prinja
2019-05-26fixed outdated linksgushroom
2019-03-23Fix permissions on source fileszacanger
2018-11-27Changed Rust Book versions in links to 2018delet0r
Forgot to add changes to last commit.
2018-11-26Created sub READMEs for CLI only versiondelet0r
Sub READMEs contain the relevant resources from the main README of the web version. All second edition Rust Book links were updated to the 2018 edition. Fixed to typos in main README.md.
2018-11-09right let's try this one againolivia