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
43 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420