Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add astmsgs; add `declared in` msg for usage lint errors (#17961) | Timothee Cour | 2021-05-08 | 1 | -3/+4 |
| | | | | | | | | | * add astmsgs; add `declared in` msg for usage lint errors * fix test * fix tests/tools/tlinter.nim * std prefix | ||||
* | fixes #15848 [backport:1.2] (#17959) | Andreas Rumpf | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | iterable[T] (#17196) | Timothee Cour | 2021-04-11 | 1 | -1/+1 |
| | | | | | | | | * fix failing test toSeq in manual which now works * changelog * reject proc fn(a: iterable) * add iterable to spec * remove MCS/UFCS limitation that now works | ||||
* | nnkArglist => nnkArgList + special case stylecheck:error (#17529) | Timothee Cour | 2021-03-27 | 1 | -3/+5 |
| | | | | | * nnkArglist => nnkArgList * special case stylecheck:error | ||||
* | fixes #17060 (#17083) | Andreas Rumpf | 2021-02-18 | 1 | -1/+3 |
| | |||||
* | Use modern enums in compiler (#15775) | cooldome | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -12/+4 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -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öring | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -4/+2 |
| | |||||
* | makes --styleCheck:error the default for the Nim compiler itself | Araq | 2019-07-14 | 1 | -5/+14 |
| | |||||
* | minor style changes | Araq | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -7/+1 |
| | | | | --styleCheck:error | ||||
* | linter: refactorings | Araq | 2019-07-10 | 1 | -53/+4 |
| | |||||
* | nim styleChecker: implemented all the missing features (bugfix) | Araq | 2019-07-10 | 1 | -43/+53 |
| | |||||
* | Nim style checker: document the switch; fixes #9564 | Araq | 2018-10-30 | 1 | -11/+15 |
| | |||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -3/+3 |
| | | | | between modules | ||||
* | implements a --nep1:on switch to make the compiler enforce the naming ↵ | Andreas Rumpf | 2018-06-13 | 1 | -0/+176 |
conventions outlined in NEP-1 |