aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bump to v0.3.4v0.3.4Akshay2021-11-013-3/+3
* Merge branch 'fix-tests'Akshay2021-11-0111-22/+22
|\
| * fix testsfigsoda2021-11-0111-22/+22
|/
* fix broken flake buildsv0.3.3Akshay2021-10-313-7/+4
* bump to v0.3.2v0.3.2Akshay2021-10-314-6/+43
* add `explain` subcommand and explanations to all lintsAkshay2021-10-3119-206/+578
* bump to v0.3.1v0.3.1Akshay2021-10-293-3/+3
* Add support for macOS on intelAndreas Fuchs2021-10-291-2/+2
* bump to v0.3.0v0.3.0Akshay2021-10-294-3/+11
* report syntax errors as statix errorsAkshay2021-10-296-41/+89
* filter out invalid eta-reductionsDaniel Thwaites2021-10-291-4/+13
* improve json output for suggestions, bump to v0.2.5v0.2.5Akshay2021-10-284-6/+14
* fix version command not fetching latest versionAkshay2021-10-282-2/+3
* improve json outputAkshay2021-10-283-16/+87
* bump to v0.2.4v0.2.4Akshay2021-10-283-4/+4
* fix fp with manual_inherit and manual_inherit_fromAkshay2021-10-285-20/+24
* add 3 new lints, bump to v0.2.3v0.2.3Akshay2021-10-279-3/+128
* allow stdin input to statix-single, vim pluginv0.2.2Akshay2021-10-278-25/+69
* add MIT licensev0.2.1Akshay2021-10-276-0/+30
* set internal crates to 0.0.0, bump to v0.2.0v0.2.0Akshay2021-10-2614-44/+58
* 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
* flake build with json feature, add better usage docsAkshay2021-10-243-34/+77
* rework cli, fix is now a flag, implement dry-run modeAkshay2021-10-245-102/+120
* add support for json outAkshay2021-10-245-2/+156
* add support for errfmt friendly outputAkshay2021-10-232-41/+96
* add flake appAkshay2021-10-231-0/+6
* simplify flakeAkshay2021-10-232-9/+14
* initial implementation of multipass code fixerAkshay2021-10-237-26/+219
* add suggestion application logicAkshay2021-10-231-0/+22
* fix useless_parens: lint on idents as wellAkshay2021-10-231-0/+1
* minor refactorAkshay2021-10-195-11/+10
* add default.nix and shell.nix with flake-compatAkshay2021-10-194-22/+12
* fix flake buildsAkshay2021-10-193-104/+96
* refactor out lint runner into lint moduleAkshay2021-10-193-48/+49
* add some ideasAkshay2021-10-191-0/+42
* rework few error messagesAkshay2021-10-194-4/+11
* fully flesh out CLIAkshay2021-10-196-72/+632
* add vfsAkshay2021-10-193-1/+99
* add roadmapAkshay2021-10-151-0/+6
* new lint: useless_parensAkshay2021-10-153-2/+102
* allow match_kind to accept multiple kindsAkshay2021-10-152-7/+21
* new lint: eta_reductionAkshay2021-10-082-0/+52
* consistent namingAkshay2021-10-034-8/+8
* don't report fix on stderrAkshay2021-10-031-23/+14
* new lint: collapsible_let_inAkshay2021-10-036-4/+71
* new lint: legacy_let_syntaxAkshay2021-10-024-15/+129
* new lint: manual_inherit_fromAkshay2021-10-024-1/+60
* new lint: manual_inheritAkshay2021-10-025-4/+59