summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-01Fix testsmo8it
2024-08-01Run rustfmt on solutions in `dev check`mo8it
2024-08-01Refactor check_solutionsmo8it
2024-08-01Improve the runnermo8it
2024-08-01Hide `cargo build` warnings if there is no outputmo8it
2024-08-01Fix capacitymo8it
2024-08-01Add hint to run `dev check` again after `dev update`mo8it
2024-08-01Set stdin to null when running the binary of an exercisemo8it
2024-07-31Update depsmo8it
2024-07-31Add Github profile links for every authormo8it
2024-07-28Make the output optionalmo8it
2024-07-28Run the final check in parallelmo8it
2024-07-28Update depsmo8it
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-07-25Test initializationmo8it
2024-07-25Clean up testsmo8it
2024-07-25Remove assert_cmd and predicatesmo8it
2024-07-25Update depsmo8it
2024-07-22tests3: Fix panic messagemo8it
2024-07-22Update depsmo8it
2024-07-17Update depmo8it
2024-07-17strings3: Improve hintmo8it
2024-07-17Merge pull request #2050 from yapjiahong/mainMo
2024-07-17doc: enchane string3 exercise hintyapjiahong
2024-07-16Sync exercise and solutionmo8it
2024-07-16Merge pull request #2049 from Vexcited/patch-1Mo
2024-07-16fix: Lyche becomes LycheeMikkel ALMONTE--RINGAUD
2024-07-13Update CI and release hookmo8it
2024-07-13Update sectionmo8it
2024-07-13Update section about command not foundmo8it
2024-07-13Add section about rustlings not foundmo8it
2024-07-13Update synmo8it
2024-07-12Improve TODO commentmo8it
2024-07-10chore: Releasemo8it
2024-07-10Update CHANGELOGmo8it
2024-07-10move_semantics2: Mention cloning in the hintmo8it
2024-07-10Add note about iterating over Optionmo8it
2024-07-10move_semantics4: Avoid using the dereference operatormo8it
2024-07-10move_semantics5: Move `main` to the endmo8it
2024-07-10Update depsmo8it
2024-07-10Merge pull request #2037 from jaads/fix-iterators-2-hintMo
2024-07-10updated variable name in hintJan Arends
2024-07-08Fix typomo8it
2024-07-08Explain what a factorial is and link to wikipedia for more detailsmo8it
2024-07-08Remove stable from book linksmo8it
2024-07-08Add hint about string concatination with +mo8it
2024-07-08Sync comment from exercisemo8it
2024-07-08errors3: Add a comment to prevent changing the wrong linemo8it
2024-07-08iterators3: Add `IntegerOverflow` error variantmo8it
2024-07-08Check is_terminalmo8it