| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-25 | Replace `mode` by `test` and `strict_clippy` | mo8it | |
| 2024-04-25 | Use os_pipe | mo8it | |
| 2024-04-24 | Dump solution and show its path | mo8it | |
| 2024-04-23 | Refactor embedded files to add solutions | mo8it | |
| 2024-04-21 | Rename constant | mo8it | |
| 2024-04-18 | Improve resetting | mo8it | |
| 2024-04-18 | Use git stash to reset third-party exercises | mo8it | |
| 2024-04-17 | Fix tests | mo8it | |
| 2024-04-17 | Fix typo | mo8it | |
| 2024-04-17 | Add "dev update" | mo8it | |
| 2024-04-16 | Use colors inside the test | mo8it | |
| 2024-04-14 | Add terminal links | mo8it | |
| 2024-04-14 | Tolerate changes in the state file | mo8it | |
| 2024-04-13 | Remove unused ContextLine | mo8it | |
| 2024-04-12 | Show the final message | mo8it | |
| 2024-04-12 | Fix Display for Exercise | mo8it | |
| 2024-04-12 | Deal with long strings | mo8it | |
| 2024-04-11 | Panic if there are no exercises | mo8it | |
| 2024-04-11 | Remove "I AM NOT DONE" and the verify mode and add AppState | mo8it | |
| 2024-04-10 | Add deny_unknown_fields | mo8it | |
| 2024-04-08 | Merge imports | mo8it | |
| 2024-04-07 | Remove the info_toml_content field | mo8it | |
| 2024-04-07 | Some renamings | mo8it | |
| 2024-04-07 | Implement resetting | mo8it | |
| 2024-04-07 | Return an error instead of exiting | mo8it | |
| 2024-04-05 | Use the pretty format when testing even with -q | mo8it | |
| 2024-04-01 | Make `cargo run` work | mo8it | |
| 2024-03-31 | Remove redundant test | mo8it | |
| 2024-03-31 | Some improvements to error handling | mo8it | |
| 2024-03-31 | Use Cargo instead of rustc | mo8it | |
| 2024-03-30 | Fix tests | mo8it | |
| 2024-03-28 | POC done | mo8it | |
| 2024-03-28 | Remove unneeded ./ from relative paths | mo8it | |
| 2024-03-27 | Merge branch 'main' into performance | mo8it | |
| 2024-03-27 | Merge pull request #1916 from mo8it/command | Mo | |
| Pipe the output of command to null instead of capturing and ignoring it | |||
| 2024-03-26 | Derive Eq when PartialEq is derived | mo8it | |
| 2024-03-26 | Add comments | mo8it | |
| 2024-03-26 | Fix context of previous lines and improve readability | mo8it | |
| 2024-03-25 | Pipe the output to null instead of capturing and ignoring it | mo8it | |
| 2024-03-24 | Make "I AM NOT DONE" caseless | mo8it | |
| 2024-03-24 | Replace regex with winnow | mo8it | |
| 2024-03-24 | Optimize state | mo8it | |
| 2023-10-16 | fix(watch): update the CLIPPY_CARGO_TOML_PATH | markgreene74 | |
| ... to reflect the changes to the exercise directory names. The path exercises/clippy replaced with exercises/22_clippy. closes #1726 | |||
| 2023-09-27 | fix(cli): stop littering pdb files on windows | DocWilco | |
| 2023-09-25 | Give a more helpful error when a file is missing | jyn | |
| Previously, this would just say "missing file". Now it shows the path of the file that was missing, which should make it easier to debug what went wrong. | |||
| 2023-08-26 | Run clippy --fix | mo8it | |
| 2023-02-05 | Fix the problem of different edition between rustc and rust-analyzer | wjwrh | |
| 2022-10-12 | Apply uninlined-format-args clippy lint | Yuri Astrakhan | |
| This lint should also be applied to the excersies, but I am not certain how to run it for all non-crate individual files. To re-run: ``` rustup run nightly cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args ``` | |||
| 2022-07-01 | change edition to 2021 in exercices.rs | KatanaFluorescent | |
| workaround for this issue https://github.com/rust-lang/rustlings/issues/1022 | |||
| 2022-02-04 | fix(clippy1): Set clippy::float_cmp lint to deny (#907) | radicale | |
