summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-08Replace hashbrown with ahashRemo Senekowitsch
hashbrown is already used in the standard library, but we want the improved performance of the different hash algorithm. Using ahash directly conveys this intent more clearly.
2024-08-08Allow initialization in a workspacemo8it
2024-08-08rust-analyzer problem isn't fixed :(mo8it
2024-08-08Don't recommend the builtin VS-Code terminal because it can't clear scrollbackmo8it
2024-08-08Adapt type name in hintmo8it
2024-08-08Fix errors not being shown after the welcome messagemo8it
2024-08-08Add README to the solutions dirmo8it
2024-08-08Remove state file and solutions dir from .gitignoremo8it
2024-08-08Add `panic = "abort"` for exercisesmo8it
2024-08-08Remove redundant rustfmt check for solutionsmo8it
2024-08-08Update CHANGELOGmo8it
2024-08-08Merge pull request #2062 from jimbo5922/jimbo5922-fix-hashmap3-struct-nameMo
update struct name in hashmap3
2024-08-08Merge pull request #2066 from matthewjnield/mainMo
chore: Fix snakecase convention in errors6.rs
2024-08-07Avoid using `RUSTFLAGS` to not trigger rebuilding, especially in rust-analyzermo8it
2024-08-07Fix exercise name shift in exercise checkmo8it
2024-08-05Update depsmo8it
2024-08-04chore: Fix snakecase convention in errors6.rsMatt Nield
Exercise errors6.rs prompts the user to add a method named `from_parseint`. This commit changes the method name to the corrected snakecase format, `from_parse_int`.
2024-08-02Add `rust-version`mo8it
2024-08-02Use `trim_ascii` instead of `trim`mo8it
2024-08-02Stop on first exercise solvedmo8it
2024-08-01Remove newlinemo8it
2024-08-01Fix rustfmt optionmo8it
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-01fix formatYudai Kawabuchi
2024-08-01fix: update struct name in hashmap3Yudai Kawabuchi
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
doc: enchane string3 exercise hint
2024-07-17doc: enchane string3 exercise hintyapjiahong
2024-07-16Sync exercise and solutionmo8it
2024-07-16Merge pull request #2049 from Vexcited/patch-1Mo
fix: Lyche becomes Lychee