Commit Graph

90 Commits (71053101c32d0fd374f8e122880b3d682519bac6)

Author SHA1 Message Date
mo8it ea504e6bf1 Update deps 2 months ago
mo8it 76764633b4 Update deps 3 months ago
mo8it b24f256f2a Merge branch 'main' into project 3 months ago
mo8it a27741b131 Merge branch 'main' into performance 3 months ago
mo8it f995b4c041 Merge branch 'main' into watch 3 months ago
mo8it b9d2756ce8 Merge branch 'main' into toml 3 months ago
mo8it 8e0f7e56f7 Merge branch 'main' into which 3 months ago
mo8it 87e55ccffd Use the parsed exercises instead of glob 3 months ago
mo8it dca3ea355e Remove the home dependency since it is not used 3 months ago
mo8it efa9f57048 Add anyhow 3 months ago
mo8it 83cd91ccca Replace toml with toml_edit 3 months ago
mo8it 51b4c240ed Use `which` instead of running `rustc --version` 3 months ago
mo8it c0c112985b Replace regex with winnow 3 months ago
mo8it 3dce7e5696 Improvements to watch mode 3 months ago
mo8it 36db08340d Update dependencies 3 months ago
Matthias Richter adf7d1b975 chore(watch): update notify dependency to v6
closes #1640
7 months ago
liv 9a743f80c5 release: 5.6.1 9 months ago
liv 58cabf2ebd release: 5.6.0 9 months ago
liv de45998f69 chore: remove argh 9 months ago
mo8it 5a93f2a4f1 Port to Clap 9 months ago
mo8it c655612d2d Update deps 10 months ago
liv f2de12aa34 release: 5.5.1 1 year ago
liv 19cee73209 chore: set up oranda
Sets up oranda so we can get nice website things for free. Some caveats we have right now:

- Absolutely manual, I have to do `oranda build` and the deploy manually right now
- I had to pop the Readme into a new Markdown file because the first header in there was looking very strange
1 year ago
liv f452fd7bb0 release: 5.5.0 1 year ago
liv 7f1754ecc5 release: 5.4.1 1 year ago
liv fc9fb536ca release: 5.4.0 1 year ago
liv 9ad884aadb chore: bump version 1 year ago
mokou 2e1630c712 chore: style fixes 2 years ago
mokou c923e7af73 chore: release 5.2.1 2 years ago
mokou 3309a01b5e chore: release 5.2.0 2 years ago
mokou d0c7b06eff chore: release 5.1.1 2 years ago
mokou 714a8075cc chore: bump version 2 years ago
mokou 5435b80841 chore: bump version 2 years ago
mokou ed0f278a8f chore: remove mod.rs files and exercises feature 2 years ago
Drew Morris df68d1a86e chore: Update spacing in Cargo.toml 2 years ago
mokou 6588d9be22 chore: bump version 2 years ago
Jack Clayton be87cc9fa6 Add lsp command to fix rust-analyzer 2 years ago
mokou 9ec35d899c chore: bump version
Plus, remove the clog configuration file,
since that's not being used anymore.
2 years ago
mokou c811643d1e chore: bump library versions 2 years ago
mokou cf9f382873 chore: bump version 2 years ago
x-hgg-x 179a75a68d
fix: Include exercises folder in the project structure behind a feature (#917)
closes #859
closes #913
closes #942
2 years ago
ana 359f81dd0b chore: upgrade edition to 2021 3 years ago
ana d57c183028 release: 4.6.0 3 years ago
ana ba087ce64a release: 4.5.0
Signed-off-by: ana <ana@ana.st>
3 years ago
mokou 84461c20cb release: 4.4.0 3 years ago
mokou 7928122fce feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.

I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
3 years ago
mokou a303d508cf release: 4.3.0 4 years ago
mokou 964b2a331d release: 4.2.0 4 years ago
mokou 89c07b5e43 release: 4.1.0 4 years ago
mokou f9ccc6a289 release: 4.0.0 4 years ago