Commit Graph

9020 Commits

Author SHA1 Message Date
Jacek Sieka
db2f96daba Merge remote-tracking branch 'origin/devel' into initallocator-fix 2016-08-25 22:59:51 +08:00
Jacek Sieka
3116744c86 no allocator init for nimscript 2016-08-25 20:17:30 +08:00
Andreas Rumpf
84a09d2f5b minor things 2016-08-24 11:48:40 +02:00
Andreas Rumpf
18e37cad08 fixes #4653 2016-08-24 11:48:21 +02:00
Andreas Rumpf
636e74fe39 overloading resolution: scoping is considered after typing (needs to be documented) 2016-08-24 11:27:14 +02:00
Andreas Rumpf
200ccff015 fixes #4632 2016-08-23 17:51:26 +02:00
Andreas Rumpf
eb03040d7d Merge pull request #4645 from endragor/asyncevent-recursion
Fixed infinite recursion in setEvent and close procs in new asyncdispatch
2016-08-23 14:37:14 +02:00
Andreas Rumpf
605ff68839 Merge pull request #4648 from endragor/remove-gensym-pragma
Removed the use of .gensym pragma from stdlib templates
2016-08-23 14:36:49 +02:00
Andreas Rumpf
26bb2f673f Merge pull request #4650 from def-/devel
Get rid of initialization warning
2016-08-23 14:35:46 +02:00
Dennis Felsing
2ee88fef53 Get rid of initialization warning 2016-08-23 12:26:38 +02:00
Andreas Rumpf
660e4e7123 Merge pull request #4646 from endragor/genoid-race
Fixed race condition in genOid()
2016-08-23 10:45:57 +02:00
Andreas Rumpf
bbfe28ec5c make tests green again 2016-08-23 10:16:52 +02:00
Andreas Rumpf
f439a2f25f fixes #4579 2016-08-23 10:13:37 +02:00
Ruslan Mustakov
91d3661522 Removed the use of .gensym pragma inside stdlib templates 2016-08-23 14:01:16 +07:00
Ruslan Mustakov
2dc3d5c967 Fixed race condition in genOid() 2016-08-23 13:57:03 +07:00
Ruslan Mustakov
b6844bf487 Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatch 2016-08-23 13:48:23 +07:00
Andreas Rumpf
55e86184a5 fixes #4600 2016-08-23 01:29:30 +02:00
Andreas Rumpf
e9e413552a fixes #4619 2016-08-23 01:10:34 +02:00
Andreas Rumpf
9c9a7b6520 fixes #3221 2016-08-22 18:31:26 +02:00
Andreas Rumpf
3fc95ce69e Merge pull request #4634 from mbaulch/clarify_abstract_typedesc_roles
Add comments to clarify the roles of abstractX and typedescX types.
2016-08-22 12:03:29 +02:00
Dominik Picheta
ada7282896 Added survey results news article (WIP). 2016-08-21 20:18:29 +02:00
Matthew Baulch
4e40d90f6f Add comments to clarify the roles of abstractX and typedescX types. 2016-08-21 14:13:42 +10:00
Dominik Picheta
2db0f2d46d Merge pull request #4618 from endragor/compatible-async-event
AsyncEvent compatible between Windows and non-Windows platforms
2016-08-20 12:16:53 +02:00
Dominik Picheta
006207742f Enable SO_NOSIGPIPE for sockets on OS X. 2016-08-16 21:10:55 +02:00
Ruslan Mustakov
3ffb6e1ba3 AsyncEvent is now exported on all platforms and created with newAsyncEvent proc in upcoming asyncdispatch 2016-08-15 16:30:08 +07:00
Dominik Picheta
f44486cc85 Fixes #4406. 2016-08-13 23:30:22 +02:00
Andreas Rumpf
b0d9c11e53 Merge pull request #4609 from cheatfate/issue4606
Fix issue #4606
2016-08-12 02:18:37 +02:00
cheatfate
ab69849a05 Resolve #4606
Resolve some new deprecated warnings for test.
2016-08-12 02:41:23 +03:00
Andreas Rumpf
f6671b5bfd Merge pull request #4591 from jangko/vs2010_c4090_warning
fixed #4590 Visual Studio C4090 warning
2016-08-11 23:00:02 +02:00
Andreas Rumpf
40de07f63c Merge pull request #4604 from mbaulch/fix3658
Fix #3658. Types derived from ordinals are ordinal. Code cleanup.
2016-08-11 15:05:49 +02:00
Matthew Baulch
674a1110f0 Require ordinal or set argument to system.ord 2016-08-11 21:13:18 +10:00
Matthew Baulch
8ebce3ce2b Distinct types derived from ordinal types are ordinal. 2016-08-11 21:11:06 +10:00
Matthew Baulch
623e0763c2 Tidy up isOrdinalType 2016-08-11 21:09:34 +10:00
Andreas Rumpf
dd84dc85d0 fixes #4593 2016-08-10 11:19:27 +02:00
Andreas Rumpf
57b8664a0c fixes #4589 2016-08-10 11:14:02 +02:00
Andreas Rumpf
25fd9e3c89 don't allow to pass a closure to spawn 2016-08-10 11:13:49 +02:00
Andreas Rumpf
5d05ee21c2 makes tests green again 2016-08-09 17:49:59 +02:00
andri lim
5b7efba3ae fixed #4590 Visual Studio C4090 warning 2016-08-09 20:34:15 +07:00
Andreas Rumpf
1a470d1818 fixes #2094 2016-08-09 15:12:30 +02:00
Andreas Rumpf
440ed8eb68 fixes #4551 2016-08-09 14:16:26 +02:00
Andreas Rumpf
f1092512e3 tiny style changes 2016-08-09 14:16:26 +02:00
Dominik Picheta
e56da28bcf New sponsors. 2016-08-08 21:45:24 +02:00
Dominik Picheta
612188c32e Add bountysource news. 2016-08-08 21:45:07 +02:00
Andreas Rumpf
94a9688556 disable TR macro for increased compile times; define nimTrMacros to re-enable 2016-08-08 20:21:05 +02:00
Andreas Rumpf
1f34117c06 Merge pull request #4577 from oderwat/fix-referr-js
Fix using ptr to seq in js backend.
2016-08-08 20:11:00 +02:00
Andreas Rumpf
e3b4a0c3a2 Merge pull request #4585 from yglukhov/array-ref-swap-optimization
Optimized swapping of ref array elements.
2016-08-08 20:10:14 +02:00
Andreas Rumpf
8d78c23915 Merge pull request #4581 from jangko/vs2010_trunc
Fixed #4532, VS2010 now can compile Nim
2016-08-08 20:08:50 +02:00
Andreas Rumpf
b4cec1c324 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-08-08 18:31:01 +02:00
Andreas Rumpf
09f122f68c fixes #4528 2016-08-08 18:03:52 +02:00
andri lim
be6f792cbd Fixed #4532, VS2010 now can compile Nim
Fixed #4532, VS2010 now can compile Nim


Fixed #4532, VS2010 now can compile Nim
2016-08-08 20:24:33 +07:00