summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
Commit message (Expand)AuthorAgeFilesLines
* initial non-compiling version of 'parallel'Araq2014-05-121-2/+2
* compiler prepared for the new comment handlingAraq2014-04-301-1/+7
* reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-5/+6
* made large parts of the stdlib gcsafeAraq2014-04-201-2/+5
* removed flawed thread analysis passAraq2014-04-201-1/+1
* actors compile againAraq2014-04-201-2/+4
* New concurrency model: next stepsAraq2014-04-191-15/+97
* actors.nim compiles againAraq2014-02-151-2/+6
* fixes #584Araq2014-02-141-12/+21
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-9/+9
* fixes #534Zahary Karadjov2013-08-071-2/+5
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-8/+1
* fixes #481Araq2013-06-131-0/+9
* improvements for 'not nil' checkingAraq2013-06-131-16/+41
* bugfixes for the guarded data flow analysisAraq2013-06-121-2/+0
* next steps for guarded data flow analysisAraq2013-06-111-9/+25
* implemented large parts of the 'not nil' checkingAraq2013-06-091-10/+58
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-20/+168
* new effect system should be sound nowAraq2013-05-111-3/+10
* better effects handling for callbacksAraq2013-05-091-1/+23
* fixes a long-standing bug about procvar checkingAraq2013-03-251-2/+0
* fixes #292Araq2013-01-081-3/+6
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-31/+34
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-5/+7
* implemented 'tags' pragmaAraq2012-11-111-58/+98
* fixed the bugfix of #247Araq2012-11-091-1/+1
* fixes #247Araq2012-11-081-4/+1
* added system.onRaise to support a condition systemAraq2012-11-051-3/+1
* bugfixes for exception trackingAraq2012-11-041-3/+8
* exception tracking should workAraq2012-11-041-10/+47
* next steps for exception trackingAraq2012-11-031-27/+37
* bugfix: exception tracking (still disabled)Araq2012-11-011-2/+1
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-2/+2
* nimbuild should work againAraq2012-11-011-18/+73
* exception tracking barely works; but disabledAraq2012-10-311-24/+33
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-1/+157
* bugfix: echo vs debugEchoAraq2012-09-131-5/+22
* splitted echo into echo/debugEchoAraq2012-09-131-1/+2
* semExpr/semStmt mergedAraq2012-09-131-0/+22
7 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521