summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4632Andreas Rumpf2016-08-231-8/+9
|
* Merge pull request #4645 from endragor/asyncevent-recursionAndreas Rumpf2016-08-231-2/+2
|\ | | | | Fixed infinite recursion in setEvent and close procs in new asyncdispatch
| * Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatchRuslan Mustakov2016-08-231-2/+2
| |
* | Merge pull request #4648 from endragor/remove-gensym-pragmaAndreas Rumpf2016-08-232-9/+9
|\ \ | | | | | | Removed the use of .gensym pragma from stdlib templates
| * | Removed the use of .gensym pragma inside stdlib templatesRuslan Mustakov2016-08-232-9/+9
| |/
* | Merge pull request #4650 from def-/develAndreas Rumpf2016-08-231-2/+2
|\ \ | | | | | | Get rid of initialization warning
| * | Get rid of initialization warningDennis Felsing2016-08-231-2/+2
|/ /
* | Merge pull request #4646 from endragor/genoid-raceAndreas Rumpf2016-08-231-2/+1
|\ \ | | | | | | Fixed race condition in genOid()
| * | Fixed race condition in genOid()Ruslan Mustakov2016-08-231-2/+1
| |/
* | make tests green againAndreas Rumpf2016-08-231-2/+2
| |
* | fixes #4579Andreas Rumpf2016-08-232-33/+48
|/
* fixes #4600Andreas Rumpf2016-08-232-6/+15
|
* fixes #4619Andreas Rumpf2016-08-232-2/+11
|
* fixes #3221Andreas Rumpf2016-08-222-1/+44
|
* Merge pull request #4634 from mbaulch/clarify_abstract_typedesc_rolesAndreas Rumpf2016-08-221-0/+3
|\ | | | | Add comments to clarify the roles of abstractX and typedescX types.
| * Add comments to clarify the roles of abstractX and typedescX types.Matthew Baulch2016-08-211-0/+3
| |
* | Added survey results news article (WIP).Dominik Picheta2016-08-2116-0/+317
| |
* | Merge pull request #4618 from endragor/compatible-async-eventDominik Picheta2016-08-201-3/+3
|\ \ | | | | | | AsyncEvent compatible between Windows and non-Windows platforms
| * | AsyncEvent is now exported on all platforms and created with newAsyncEvent ↵Ruslan Mustakov2016-08-151-3/+3
| | | | | | | | | | | | proc in upcoming asyncdispatch
* | | Enable SO_NOSIGPIPE for sockets on OS X.Dominik Picheta2016-08-161-0/+4
|/ /
* / Fixes #4406.Dominik Picheta2016-08-131-2/+2
|/
* Merge pull request #4609 from cheatfate/issue4606Andreas Rumpf2016-08-122-4/+8
|\ | | | | Fix issue #4606
| * Resolve #4606cheatfate2016-08-122-4/+8
| | | | | | | | Resolve some new deprecated warnings for test.
* | Merge pull request #4591 from jangko/vs2010_c4090_warningAndreas Rumpf2016-08-111-1/+1
|\ \ | | | | | | fixed #4590 Visual Studio C4090 warning
| * | fixed #4590 Visual Studio C4090 warningandri lim2016-08-091-1/+1
| | |
* | | Merge pull request #4604 from mbaulch/fix3658Andreas Rumpf2016-08-112-6/+12
|\ \ \ | |_|/ |/| | Fix #3658. Types derived from ordinals are ordinal. Code cleanup.
| * | Require ordinal or set argument to system.ordMatthew Baulch2016-08-111-2/+6
| | |
| * | Distinct types derived from ordinal types are ordinal.Matthew Baulch2016-08-111-1/+2
| | |
| * | Tidy up isOrdinalTypeMatthew Baulch2016-08-111-4/+5
| |/
* | fixes #4593Andreas Rumpf2016-08-101-1/+1
| |
* | fixes #4589Andreas Rumpf2016-08-102-6/+13
| |
* | don't allow to pass a closure to spawnAndreas Rumpf2016-08-101-0/+2
| |
* | makes tests green againAndreas Rumpf2016-08-091-1/+2
| |
* | fixes #2094Andreas Rumpf2016-08-091-0/+3
| |
* | fixes #4551Andreas Rumpf2016-08-092-0/+16
| |
* | tiny style changesAndreas Rumpf2016-08-092-3/+3
|/
* New sponsors.Dominik Picheta2016-08-082-1/+2
|
* Add bountysource news.Dominik Picheta2016-08-083-6/+81
|
* disable TR macro for increased compile times; define nimTrMacros to re-enableAndreas Rumpf2016-08-081-1/+1
|
* Merge pull request #4577 from oderwat/fix-referr-jsAndreas Rumpf2016-08-081-2/+9
|\ | | | | Fix using ptr to seq in js backend.
| * Fix using ptr to seq in js backend.Hans Raaf2016-08-071-2/+9
| | | | | | | | | | | | I suddenly got ReferenceError exceptions for some of the code which is using etyBaseIndex ptr. Initialising the xxx_Idx part of the variable fixes this problem.
* | Merge pull request #4585 from yglukhov/array-ref-swap-optimizationAndreas Rumpf2016-08-081-0/+7
|\ \ | | | | | | Optimized swapping of ref array elements.
| * | Optimized swapping of ref array elements.Yuriy Glukhov2016-08-081-0/+7
| |/
* | Merge pull request #4581 from jangko/vs2010_truncAndreas Rumpf2016-08-081-7/+86
|\ \ | | | | | | Fixed #4532, VS2010 now can compile Nim
| * | Fixed #4532, VS2010 now can compile Nimandri lim2016-08-081-7/+86
| |/ | | | | | | | | | | | | | | Fixed #4532, VS2010 now can compile Nim Fixed #4532, VS2010 now can compile Nim
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-08-082-31/+175
|\|
| * Updated sponsors.csvDominik Picheta2016-08-061-31/+31
| |
| * No spaces after commas in bountysource.nim output.Dominik Picheta2016-08-061-1/+1
| |
| * Added script for generating sponsors.csv.Dominik Picheta2016-08-061-0/+144
| |
* | fixes #4528Andreas Rumpf2016-08-082-30/+45
| |