aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* add support for json outAkshay2021-10-242-0/+54
|
* add suggestion application logicAkshay2021-10-231-0/+22
|
* fix useless_parens: lint on idents as wellAkshay2021-10-231-0/+1
|
* minor refactorAkshay2021-10-193-6/+5
|
* rework few error messagesAkshay2021-10-194-4/+11
|
* new lint: useless_parensAkshay2021-10-153-2/+102
|
* allow match_kind to accept multiple kindsAkshay2021-10-151-5/+7
|
* new lint: eta_reductionAkshay2021-10-082-0/+52
|
* consistent namingAkshay2021-10-034-8/+8
|
* new lint: collapsible_let_inAkshay2021-10-035-4/+70
|
* new lint: legacy_let_syntaxAkshay2021-10-024-15/+129
|
* new lint: manual_inherit_fromAkshay2021-10-024-1/+60
|
* new lint: manual_inheritAkshay2021-10-024-4/+58
|
* new lint: empty-let-inAkshay2021-10-023-3/+46
|
* add error code and report codegen, document a bitAkshay2021-09-212-28/+54
|
* add suggestion to bool_comparisonAkshay2021-09-213-40/+110
|
* implement lint_mapAkshay2021-09-153-27/+57
|
* add demo lint: bool_comparisonAkshay2021-09-134-5/+129
|
* restructure repo into bin, lib and macrosAkshay2021-09-112-0/+15