summary refs log tree commit diff stats
path: root/compiler/semmacrosanity.nim
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-14/+14
| | | | | | | | | | | | | | | | | | * 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
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-2/+2
| | | | | * Remove sonsLen * Use Indexable
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
|
* fixes #11268 (#11299)Andreas Rumpf2019-05-221-1/+10
|
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-2/+2
|
* make tests green againAraq2018-08-131-1/+1
|
* more modules compile againAndreas Rumpf2018-05-121-18/+18
|
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+1
|
* deprecated unary '<'Andreas Rumpf2017-10-291-2/+2
|
* removed tyArrayConstr completely from the compiler; introduced tyAlias ↵Araq2016-11-141-1/+1
| | | | instead in preparation for further bugfixes
* fixes #4207Andreas Rumpf2016-06-011-6/+10
|
* VM produces objects.Yuriy Glukhov2015-09-051-8/+10
|
* fixes #2603Araq2015-04-261-4/+4
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* renamefestAraq2014-08-231-1/+1
|
* better testerAraq2014-01-171-2/+2
|
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-0/+89