summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #2057Araq2015-02-041-1/+1
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* cleaned up os.nim; docgen improvementsAraq2014-12-211-12/+14
|
* fixes #1539Araq2014-11-271-6/+17
|
* better effect inferenceAraq2014-11-021-8/+17
|
* introduced 'benign' pragmaAraq2014-10-251-0/+2
|
* docgen should work againAraq2014-10-051-3/+10
|
* better lock level handlingAraq2014-10-021-23/+47
|
* implemented locking levels; still incompleteAraq2014-09-271-3/+46
|
* 'let' within 'parallel' now worksAraq2014-09-221-1/+1
|
* made some tests greenAraq2014-09-211-1/+1
|
* implemented 'guard' annotationAraq2014-09-211-49/+85
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* the big renamefest: first stepsAraq2014-08-221-4/+11
|
* fixes 'gcsafe'Araq2014-08-121-12/+17
|
* 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
|