| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-27 | fix: Re-add cloning the repo to install scripts | mokou | |
| 2020-02-26 | feat: Add clippy lints | Mario Reder | |
| - adds a new 'clippy' category for exercises - clippy exercises should throw no warnings - install script now also installs clippy is related to https://github.com/rust-lang/rust-clippy/issues/2604 | |||
| 2019-10-22 | remove execution policy check | George Doenlen | |
| 2019-10-22 | Add basic windows install script. | George Doenlen | |
| Adds a powershell install script for windows users that are at least running powershell 5. It is almost a direct port of install.sh. This would be used to automatically download the script much like curl | bash, but with: `Invoke-WebRequest https://urltoscript.com | Select-Object -ExpandProperty Content | Out-File $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1` | |||
