summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3359Araq2015-09-231-0/+2
|
* when nimvm stmt proof of conceptYuriy Glukhov2015-09-041-1/+1
|
* first implementation of write tracking and escape analysis; still disabledAraq2015-08-311-18/+28
|
* fixes #3032Araq2015-07-011-1/+1
|
* Merge branch 'more_concurrency' into develAraq2015-06-301-2/+3
|\ | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim
| * first implementation of pinnedSpawnAraq2015-05-281-2/+3
| |
* | fixes #2687Araq2015-06-061-3/+7
|/
* sempass2: bugfixesAraq2015-04-281-7/+5
|
* 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
|