summary refs log tree commit diff stats
path: root/compiler/linter.nim
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-3/+2
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-1/+1
|
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-4/+2
|
* makes --styleCheck:error the default for the Nim compiler itselfAraq2019-07-141-5/+14
|
* minor style changesAraq2019-07-101-1/+1
|
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-7/+1
| | | | --styleCheck:error
* linter: refactoringsAraq2019-07-101-53/+4
|
* nim styleChecker: implemented all the missing features (bugfix)Araq2019-07-101-43/+53
|
* Nim style checker: document the switch; fixes #9564Araq2018-10-301-11/+15
|
* compiler refactoring; use typesafe path handing; docgen: render symbols ↵Andreas Rumpf2018-09-071-3/+3
| | | | between modules
* implements a --nep1:on switch to make the compiler enforce the naming ↵Andreas Rumpf2018-06-131-0/+176
conventions outlined in NEP-1