aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow stdin input to statix-singlevim-pluginAkshay2021-10-277-23/+67
* 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
* update docs; nix-analyzer -> statixAkshay2021-10-023-78/+65
* new lint: empty-let-inAkshay2021-10-024-13/+56
* rename to statix, skip self env argAkshay2021-10-022-6/+11
* add error code and report codegen, document a bitAkshay2021-09-213-28/+83
* use stderr by default, improved macro codeAkshay2021-09-213-14/+39
* add suggestion to bool_comparisonAkshay2021-09-213-40/+110
* init cli entrypointAkshay2021-09-152-1/+84
* implement lint_mapAkshay2021-09-154-43/+97
* add demo lint: bool_comparisonAkshay2021-09-135-5/+308
* add proc-macro to define lintAkshay2021-09-132-5/+138
* restructure repo into bin, lib and macrosAkshay2021-09-119-112/+79
* remove direnvAkshay2021-09-103-2/+1
* initAkshay2021-09-108-0/+322