aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* bump to v0.4.0v0.4.0Akshay2021-11-061-1/+1
* output check diagnostics on stdout instead of stderrAkshay2021-11-061-2/+2
* introducing "streaming" option to check, fix and singleAkshay2021-11-065-92/+205
* bump to v0.3.6v0.3.6Akshay2021-11-041-1/+1
* fix globs not ignore files correctlyAkshay2021-11-041-1/+5
* Squashed commit of the following:Akshay2021-11-045-100/+121
* apply clippy lintsfigsoda2021-11-025-13/+10
* bump to v0.3.5v0.3.5Akshay2021-11-011-1/+1
* bump to v0.3.4v0.3.4Akshay2021-11-011-1/+1
* fix broken flake buildsv0.3.3Akshay2021-10-311-1/+1
* bump to v0.3.2v0.3.2Akshay2021-10-311-1/+1
* add `explain` subcommand and explanations to all lintsAkshay2021-10-314-0/+54
* bump to v0.3.1v0.3.1Akshay2021-10-291-1/+1
* bump to v0.3.0v0.3.0Akshay2021-10-291-1/+1
* report syntax errors as statix errorsAkshay2021-10-295-37/+48
* improve json output for suggestions, bump to v0.2.5v0.2.5Akshay2021-10-282-4/+12
* fix version command not fetching latest versionAkshay2021-10-282-2/+3
* improve json outputAkshay2021-10-281-16/+80
* bump to v0.2.4v0.2.4Akshay2021-10-281-1/+1
* fix fp with manual_inherit and manual_inherit_fromAkshay2021-10-282-10/+13
* add 3 new lints, bump to v0.2.3v0.2.3Akshay2021-10-271-1/+1
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-274-23/+31
* add MIT licensev0.2.1Akshay2021-10-271-0/+1
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-267-25/+36
* fix single fix commandAkshay2021-10-263-16/+40
* fix minor bug with out-formatAkshay2021-10-251-4/+18
* rework cli, use subcommands insteadAkshay2021-10-256-208/+326
* rework cli, fix is now a flag, implement dry-run modeAkshay2021-10-244-98/+75
* add support for json outAkshay2021-10-242-2/+55
* add support for errfmt friendly outputAkshay2021-10-232-41/+96
* simplify flakeAkshay2021-10-231-1/+1
* initial implementation of multipass code fixerAkshay2021-10-236-26/+212
* minor refactorAkshay2021-10-191-4/+4
* refactor out lint runner into lint moduleAkshay2021-10-193-48/+49
* fully flesh out CLIAkshay2021-10-195-67/+331
* don't report fix on stderrAkshay2021-10-031-23/+14
* rename to statix, skip self env argAkshay2021-10-022-6/+11
* use stderr by default, improved macro codeAkshay2021-09-211-12/+29
* init cli entrypointAkshay2021-09-152-1/+84
* restructure repo into bin, lib and macrosAkshay2021-09-112-0/+11