Commit Graph

3054 Commits

Author SHA1 Message Date
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
f439a2f25f fixes #4579 2016-08-23 10:13:37 +02: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
Matthew Baulch
4e40d90f6f Add comments to clarify the roles of abstractX and typedescX types. 2016-08-21 14:13:42 +10: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
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
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
09f122f68c fixes #4528 2016-08-08 18:03:52 +02:00
Andreas Rumpf
ce4d9e40fe fixes #4582 2016-08-08 11:32:19 +02:00
Hans Raaf
bb683cb983 Fix using ptr to seq in js backend.
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.
2016-08-07 03:48:20 +02:00
Andreas Rumpf
7426e9c246 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-08-05 20:32:01 +02:00
Andreas Rumpf
8882b062e1 added selfExe and selfExec for NimScript support 2016-08-05 20:19:15 +02:00
Andreas Rumpf
df0baefb12 Merge pull request #4572 from oderwat/distinct-nil
Allowing `nil` for distinct types where the base type is nilable
2016-08-05 20:11:28 +02:00
Hans Raaf
e2e4df1702 Allowing nil for distinct types where the base type is nilable 2016-08-05 16:01:16 +02:00
kingofoz
d00a2536c4 fix #4568 2016-08-05 21:43:18 +08:00
Andreas Rumpf
9f0899da12 fixes a regression involving the .compile and .link pragmas 2016-08-05 15:14:08 +02:00
Andreas Rumpf
baeec11808 fixes #4354 2016-08-04 23:34:58 +02:00
Andreas Rumpf
7ea318a053 fixes #4505, fixes #4230 2016-08-04 21:44:06 +02:00
Andreas Rumpf
5d56361383 fixes #4353 2016-08-04 19:36:13 +02:00
Andreas Rumpf
4a96a3d9a1 attempt to fix #4065 2016-08-04 19:34:13 +02:00
Andreas Rumpf
e8aa6f6c30 fixes #4526 2016-08-04 11:15:38 +02:00
Andreas Rumpf
e92ccff57a fixes #4550 2016-08-04 01:37:41 +02:00
Andreas Rumpf
7ac0b20339 fixes #4545 2016-08-04 01:37:41 +02:00
Andreas Rumpf
6d98c717de fixes #4564 2016-08-04 01:37:41 +02:00
Andreas Rumpf
4d5c0027e6 fixes #4537 2016-08-02 14:53:21 +02:00
Andreas Rumpf
de6198c747 fixes #4555 2016-08-02 12:47:02 +02:00
Andreas Rumpf
0ed8d80521 fixes #4534 2016-08-01 01:32:19 +02:00
miere43
f16140fc95 fix #4417, update news 2016-07-30 18:31:01 +03:00
Andreas Rumpf
dfee2bf66e compiler free of old expr/stmt metatypes 2016-07-30 16:34:42 +02:00
Andreas Rumpf
39ebe2175b compiler almost free of deprecated expr/stmt names 2016-07-30 16:34:42 +02:00
Andreas Rumpf
8876ed23f1 expr and stmt are now deprecated 2016-07-30 16:34:42 +02:00
Andreas Rumpf
fc9c40bafa Merge pull request #4542 from kierdavis/4541-import-error
Fix #4541
2016-07-30 16:34:21 +02:00
Kier Davis
2bea2bdbbf Locate 'attempt to redefine' errors at the import statement rather than at the first line of the imported module. Fixes #4541. 2016-07-30 14:29:45 +01:00
Jacek Sieka
7d62f031f6 remove sfFakeConst 2016-07-30 16:19:53 +08:00
Andreas Rumpf
a8edf67a28 make nim bootstrap again for older versions 2016-07-30 00:50:38 +02:00
Andreas Rumpf
8f457f6ebb make tests green again 2016-07-29 23:51:01 +02:00