| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-17 | chore: set up oranda | liv | |
| 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 | |||
| 2023-05-17 | release: 5.5.0 | liv | |
| 2023-03-10 | release: 5.4.1 | liv | |
| 2023-02-12 | release: 5.4.0 | liv | |
| 2022-12-23 | chore: bump version | liv | |
| 2022-11-11 | chore: style fixes | mokou | |
| 2022-09-06 | chore: release 5.2.1 | mokou | |
| 2022-08-27 | chore: release 5.2.0 | mokou | |
| 2022-08-17 | chore: release 5.1.1 | mokou | |
| 2022-08-16 | chore: bump version | mokou | |
| 2022-07-16 | chore: bump version | mokou | |
| 2022-07-11 | chore: remove mod.rs files and exercises feature | mokou | |
| 2022-07-09 | chore: Update spacing in Cargo.toml | Drew Morris | |
| 2022-07-01 | chore: bump version | mokou | |
| 2022-06-17 | Add lsp command to fix rust-analyzer | Jack Clayton | |
| 2022-04-20 | chore: bump version | mokou | |
| Plus, remove the clog configuration file, since that's not being used anymore. | |||
| 2022-04-20 | chore: bump library versions | mokou | |
| 2022-04-14 | chore: bump version | mokou | |
| 2022-03-29 | fix: Include exercises folder in the project structure behind a feature (#917) | x-hgg-x | |
| closes #859 closes #913 closes #942 | |||
| 2021-10-29 | chore: upgrade edition to 2021 | ana | |
| 2021-09-25 | release: 4.6.0 | ana | |
| 2021-07-07 | release: 4.5.0 | ana | |
| Signed-off-by: ana <ana@ana.st> | |||
| 2021-04-24 | release: 4.4.0 | mokou | |
| 2021-04-21 | feat: Replace clap with argh | mokou | |
| 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. | |||
| 2020-12-29 | release: 4.3.0 | mokou | |
| 2020-11-07 | release: 4.2.0 | mokou | |
| 2020-10-05 | release: 4.1.0 | mokou | |
| 2020-07-08 | release: 4.0.0 | mokou | |
| 2020-04-12 | 3.0.0 | mokou | |
| 2020-02-27 | 2.2.1 | mokou | |
| 2020-02-25 | 2.2.0 | mokou | |
| 2020-01-11 | fix: Update deps to version compatable with aarch64-pc-windows | Harrison Metzger | |
| 2019-11-27 | 2.1.0 | marisa | |
| 2019-11-12 | 2.0.0 | marisa | |
| 2019-11-12 | fix(run): makes `run` never prompt | Roberto Vidal | |
| `watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command | |||
| 2019-11-11 | feat: improve `watch` execution mode | Roberto Vidal | |
| The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`. | |||
| 2019-11-11 | 1.5.1 | marisa | |
| 2019-11-09 | 1.5.0 | marisa | |
| 2019-08-13 | 1.4.1 | marisa | |
| 2019-07-13 | 1.4.0 | marisa | |
| 2019-06-05 | 1.3.0 | liv | |
| 2019-06-05 | Remove highlighting and syntect | liv | |
| 2019-05-07 | 1.2.2 | liv | |
| 2019-04-22 | 1.2.1 | liv | |
| 2019-04-22 | 1.2.0 | liv | |
| 2019-04-14 | 1.1.1 | liv | |
| 2019-04-12 | Extract exercise struct to encapsulate path logic | Chris Pearce | |
| 2019-03-20 | 1.1.0 | lyn | |
| 2019-03-20 | add tests | lyn | |
| 2019-03-20 | adjust author name | komaeda | |
