Araq
|
5aaf2f0c31
|
preparations for better handling of 'a[i]' in generics; stmt lists can be lvalues
|
2015-09-12 11:07:49 +02:00 |
|
Araq
|
1562f74500
|
implicit return types for iterators are now deprecated
|
2015-09-12 11:07:48 +02:00 |
|
Araq
|
afc891de65
|
fixes #1528
|
2015-09-12 11:07:47 +02:00 |
|
Araq
|
051e418129
|
fixes Nim's bigbang regression
|
2015-09-10 12:20:02 +02:00 |
|
Araq
|
d7a472743b
|
fixes #2559
|
2015-09-10 10:50:29 +02:00 |
|
Araq
|
ffe51966b9
|
fixes a critical codegen bug triggered by .async
|
2015-09-10 10:50:29 +02:00 |
|
Andreas Rumpf
|
0c7d52e34c
|
Merge pull request #3274 from yglukhov/seq-insert-js-fix
Fixed seq.insert and seq.delete for js.
|
2015-09-09 17:32:55 +02:00 |
|
Araq
|
ca9c1968d8
|
fixes typo
|
2015-09-09 09:39:48 +02:00 |
|
Araq
|
d5c5fd425f
|
fixes #3230
|
2015-09-09 09:39:47 +02:00 |
|
Araq
|
494431e3b4
|
gangbang support for NimScript
|
2015-09-08 10:22:15 +02:00 |
|
Yuriy Glukhov
|
b3cecddd64
|
Fixed seq.insert and seq.delete for js.
|
2015-09-07 18:10:45 +03:00 |
|
Andreas Rumpf
|
217a30a2e0
|
Merge pull request #3293 from Matt14916/usebase-msg-fix
Replace incorrect warning string.
|
2015-09-07 16:36:46 +02:00 |
|
Andreas Rumpf
|
5e5d5b6fe0
|
Merge pull request #3295 from nanoant/patch/fix-type-to-string-flags
typeToString: Fix shared/not nil on complex types
|
2015-09-07 16:35:51 +02:00 |
|
Yuriy Glukhov
|
4ef4ad305c
|
Fixed nimvm in generics.
|
2015-09-07 13:49:32 +03:00 |
|
Araq
|
a480bebfce
|
Nimscript: documented; 'exec' now produces output immediately
|
2015-09-07 12:31:35 +02:00 |
|
Adam Strzelecki
|
167acf4530
|
typeToString: Fix shared/not nil on complex types
Previously `not nil` flag was not shown on `cstring or nil` or `PType not nil`,
where `type PType = ref Type`, eg. when showing compiler diagnostics.
|
2015-09-06 20:17:06 +02:00 |
|
Matt Sullivan
|
caf0cd9e05
|
Replace incorrect warning string.
|
2015-09-05 22:16:35 -05:00 |
|
Araq
|
dc047931bb
|
fixes #2590; methods now require a .base annotation
|
2015-09-06 02:31:28 +02:00 |
|
Yuriy Glukhov
|
04a4f35400
|
VM produces objects.
|
2015-09-05 14:18:37 +03:00 |
|
Andreas Rumpf
|
63a6bfce71
|
Merge pull request #3286 from yglukhov/when-nimvm
when nimvm stmt
|
2015-09-05 10:03:35 +02:00 |
|
Adam Strzelecki
|
d681812465
|
compiler: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:22 +02:00 |
|
Yuriy Glukhov
|
790ef23c48
|
nimvm is magic
|
2015-09-04 20:50:29 +03:00 |
|
Yuriy Glukhov
|
49869a2b10
|
when nimvm stmt proof of concept
|
2015-09-04 20:50:29 +03:00 |
|
Araq
|
178275f494
|
split os into os and ospaths parts; ospaths is available for NimScript; better NimScript support
|
2015-09-04 12:22:23 +02:00 |
|
Araq
|
a373bdd0c9
|
improvements for NimScript support
|
2015-09-03 14:30:11 +02:00 |
|
Araq
|
aa8da7f031
|
optimized writetracking
|
2015-09-03 14:30:09 +02:00 |
|
Araq
|
6fc01d1501
|
'var T' doesn't imply escaping
|
2015-09-02 00:55:31 +02:00 |
|
Araq
|
940b3ceca8
|
write tracking: leaner code; minor bug fixes (still unusable)
|
2015-08-31 23:06:35 +02:00 |
|
Araq
|
e733debec7
|
first implementation of write tracking and escape analysis; still disabled
|
2015-08-31 23:06:34 +02:00 |
|
Andreas Rumpf
|
c718e0eb2d
|
Merge pull request #3242 from yglukhov/byvar-fix
JS: Fixed passing byvar
|
2015-08-28 18:28:54 +02:00 |
|
Araq
|
370781b773
|
update Visual Studio command line flags
|
2015-08-27 01:01:58 +02:00 |
|
Keerthan Jaic
|
66ff1792fa
|
add msp430 cpu support
|
2015-08-26 00:00:46 -04:00 |
|
Andreas Rumpf
|
19f58704ee
|
Merge pull request #3234 from petermora/mapAutoAuto
extending metatype matching in sigmatch.nim
|
2015-08-25 22:21:40 +02:00 |
|
Yuriy Glukhov
|
a66b968d3b
|
Fixed passing byvar
|
2015-08-25 15:47:34 +03:00 |
|
Andreas Rumpf
|
5cfce2623b
|
Merge pull request #3160 from r-ku/coroutines
Coroutines
|
2015-08-25 10:54:05 +02:00 |
|
Araq
|
bfd2fd67f9
|
tuple unpacking works in a non-var/let context
|
2015-08-21 21:34:14 +02:00 |
|
Andreas Rumpf
|
87072a7afb
|
Merge pull request #3233 from yglukhov/parsefloat-js-magic
Fixed nimParseBiggestFloat magic in JS
|
2015-08-21 21:26:10 +02:00 |
|
Peter Mora
|
6da8c7857e
|
extending metatype matching in sigmatch.nim
|
2015-08-21 21:15:08 +02:00 |
|
Yuriy Glukhov
|
dadf036a70
|
Fixed nimParseBiggestFloat magic in JS
|
2015-08-21 21:31:00 +03:00 |
|
Yuriy Glukhov
|
a5be556a4c
|
Untyped pointers godegen changed. addr expression fixed.
|
2015-08-21 13:29:25 +03:00 |
|
Araq
|
695e2e970e
|
implemented macros.getImpl
|
2015-08-21 02:34:34 +02:00 |
|
Araq
|
a2bb7d4c71
|
simplify nimscript.nim
|
2015-08-21 01:34:46 +02:00 |
|
rku
|
24ad2cb392
|
Merge branch 'devel' into coroutines
|
2015-08-20 17:54:55 +03:00 |
|
Araq
|
9659540b18
|
preparations for Nimble NimScript integrations; minor cleanups
|
2015-08-18 14:01:40 +02:00 |
|
Araq
|
d634da775d
|
cleanup destructor building for arrays; still doesn't work
|
2015-08-18 13:57:37 +02:00 |
|
Araq
|
69b32637b1
|
implements experimental new config system based on NimScript
|
2015-08-16 13:41:30 +02:00 |
|
Araq
|
cc934a1a1b
|
VM: repl supports global variables properly"
|
2015-08-16 13:41:27 +02:00 |
|
Araq
|
cd2fbb5f86
|
staticExec: redirect stderr to stdout so stderr is returned too
|
2015-08-16 13:41:26 +02:00 |
|
Ryan Gonzalez
|
d66cc00750
|
Give a nice error when no command is given
|
2015-08-15 17:14:19 -05:00 |
|
Araq
|
2299318d1e
|
toplevel .closure procs are deprecated
|
2015-08-14 02:19:32 +02:00 |
|