summary refs log tree commit diff stats
path: root/compiler/semmacrosanity.nim
Commit message (Expand)AuthorAgeFilesLines
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-1/+1
* type refactoring: part 2 (#23059)Andreas Rumpf2023-12-131-2/+2
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-2/+2
* Unpack mSlice tupleconstr for static openarrays (#20615)Jason Beetham2022-10-221-0/+21
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-1/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-14/+14
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-2/+2
* [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 instea...Araq2016-11-141-1/+1
* 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