Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix useless_parens: lint on idents as well | Akshay | 2021-10-23 | 1 | -0/+1 |
| | |||||
* | minor refactor | Akshay | 2021-10-19 | 3 | -6/+5 |
| | |||||
* | rework few error messages | Akshay | 2021-10-19 | 4 | -4/+11 |
| | |||||
* | new lint: useless_parens | Akshay | 2021-10-15 | 3 | -2/+102 |
| | |||||
* | allow match_kind to accept multiple kinds | Akshay | 2021-10-15 | 1 | -5/+7 |
| | |||||
* | new lint: eta_reduction | Akshay | 2021-10-08 | 2 | -0/+52 |
| | |||||
* | consistent naming | Akshay | 2021-10-03 | 4 | -8/+8 |
| | |||||
* | new lint: collapsible_let_in | Akshay | 2021-10-03 | 5 | -4/+70 |
| | |||||
* | new lint: legacy_let_syntax | Akshay | 2021-10-02 | 4 | -15/+129 |
| | |||||
* | new lint: manual_inherit_from | Akshay | 2021-10-02 | 4 | -1/+60 |
| | |||||
* | new lint: manual_inherit | Akshay | 2021-10-02 | 4 | -4/+58 |
| | |||||
* | new lint: empty-let-in | Akshay | 2021-10-02 | 3 | -3/+46 |
| | |||||
* | add error code and report codegen, document a bit | Akshay | 2021-09-21 | 2 | -28/+54 |
| | |||||
* | add suggestion to bool_comparison | Akshay | 2021-09-21 | 3 | -40/+110 |
| | |||||
* | implement lint_map | Akshay | 2021-09-15 | 3 | -27/+57 |
| | |||||
* | add demo lint: bool_comparison | Akshay | 2021-09-13 | 4 | -5/+129 |
| | |||||
* | restructure repo into bin, lib and macros | Akshay | 2021-09-11 | 2 | -0/+15 |