summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * execute pdflatex in nonstopmode (#5305)flyx2017-01-311-2/+3
* | added a testcase for getThreadIdAraq2017-01-311-0/+5
* | make AVL tree node part of the memory regions; fixes hard to reproduce channe...Araq2017-01-311-1/+1
* | make AVL tree node part of the memory regions; fixes hard to reproduce channe...Araq2017-01-311-15/+15
* | added system.getThreadId for various OSes (untested)Araq2017-01-311-1/+31
* | dirty changes to Nim's memory tracker; requires cleanupsAraq2017-01-311-1/+6
|/
* fix the racy allocator properlyAndreas Rumpf2017-01-311-1/+1
* added test case; threadex example crashes nowAraq2017-01-304-2/+32
* fixes #5301Araq2017-01-303-44/+68
* niminst updatesAraq2017-01-301-0/+2
* finish.nim: yet another GCC detection problem fixedAraq2017-01-301-2/+3
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...Andreas Rumpf2017-01-306-33/+35
* Appveyor integration config (#5295)Eugene Kabanov2017-01-291-0/+75
* made nodecl implicit for vars in the js backend. (#5297)Michael Jendrusch2017-01-293-2/+15
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-01-291-0/+2
|\
| * Travis: Use Ubuntu 14.04 instead of 12.04.Dominik Picheta2017-01-291-1/+3
* | another attempt to make travis greenAndreas Rumpf2017-01-291-1/+1
|/
* minor website improvementAndreas Rumpf2017-01-292-2/+2
* Another attempt to fix travis.Dominik Picheta2017-01-291-1/+1
* attempt to make travis green againAndreas Rumpf2017-01-291-1/+1
* Merge branch 'cheatfate-Fix5290_1' into develAndreas Rumpf2017-01-291-8/+11
|\
| * Merge branch 'Fix5290_1' of https://github.com/cheatfate/Nim into cheatfate-F...Andreas Rumpf2017-01-291-8/+11
|/|
| * One more fix for #5290.cheatfate2017-01-281-8/+11
* | niminst: add some disabled code snippet I don't want to loseAraq2017-01-291-1/+9
* | devel version has to be oddAraq2017-01-291-1/+1
* | with dir with space regression againAraq2017-01-291-1/+1
* | Fixes install_*.nims scripts on Linux.Dominik Picheta2017-01-282-2/+2
* | fixes serious regression that was introduced in the handling of .compile pragmaAraq2017-01-282-10/+12
* | NSIS: Install to C:\Nim by default.Dominik Picheta2017-01-281-1/+1
|/
* make tests green againAndreas Rumpf2017-01-281-1/+1
* .compile pragma supports patterns and actionsAraq2017-01-284-103/+142
* Merge branch 'cheatfate-fix5290' into develAndreas Rumpf2017-01-276-82/+99
|\
| * Merge branch 'fix5290' of https://github.com/cheatfate/Nim into cheatfate-fix...Andreas Rumpf2017-01-276-82/+99
|/|
| * Fix mistakecheatfate2017-01-271-2/+2
| * asyncdispatch exception memory leaks fixes.cheatfate2017-01-272-29/+41
| * Fix #5290.cheatfate2017-01-274-53/+58
* | fixes #5216Araq2017-01-272-5/+25
* | make segfaults compilation robust on WindowsAraq2017-01-271-1/+1
* | .compile pragma supports wildcardsAraq2017-01-271-4/+16
|/
* Added heapqueue.del (#5289)Yuriy Glukhov2017-01-271-11/+35
* Merge branch 'cheatfate-fixsharray' into develAndreas Rumpf2017-01-271-13/+51
|\
| * Merge branch 'fixsharray' of https://github.com/cheatfate/Nim into cheatfate-...Andreas Rumpf2017-01-271-13/+51
|/|
| * oops.cheatfate2017-01-261-0/+1
| * Fix changes table must be SharedArray when hasThreadSupport.cheatfate2017-01-261-13/+50
* | fixes repr regressionAndreas Rumpf2017-01-271-1/+3
* | repr.nim: minor improvement when outputting addresses of cstringsAndreas Rumpf2017-01-261-5/+5
* | fixes nimsuggest issue #44Andreas Rumpf2017-01-262-3/+19
|/
* newException supports setting of the 'parent' fieldAndreas Rumpf2017-01-261-1/+2
* nimsuggest: make tests green againAndreas Rumpf2017-01-261-2/+2
* bugfix: onThreadDestruction callbacks should be run in reverse orderAndreas Rumpf2017-01-261-1/+1