summary refs log tree commit diff stats
path: root/compiler/semmacrosanity.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
>210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278