summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #2524Araq2015-04-241-1/+1
* fixes #2509Araq2015-04-111-1/+1
* GC-safety error messages are useful nowAraq2015-04-041-8/+40
* preparations for better gcsafety messagesAraq2015-04-041-1/+1
* fixes #2352Araq2015-03-161-1/+1
* fixes #2257Araq2015-03-161-30/+29
* .n.isNil checks for tyTuple PTypes.Max Zerzouri2015-03-071-1/+1
* Fix typosFederico Ceratto2015-02-151-1/+1
* better handling of gcsafety with --threadAnalysis:offAraq2015-02-121-20/+23
* fixed minor bugs; cleaned up testsAraq2015-02-121-1/+2
* fixes #1131Araq2015-02-101-3/+0
* cleaned up some testsAraq2015-02-101-1/+3
* temptyseqs works againAraq2015-02-101-0/+1
* 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