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 |
|
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 |
|
Araq
|
2f721f0d99
|
'parallel' now requires --experimental mode
|
2015-08-14 02:19:32 +02:00 |
|
Andreas Rumpf
|
40f7646830
|
Merge pull request #3204 from yglukhov/debugger-on-fix
Fixed --debugger:on option. Removed c_line from termios.
|
2015-08-14 01:52:18 +02:00 |
|
Andreas Rumpf
|
b3abcaf9e8
|
Merge pull request #3177 from zah/generic-types-in-macros
Generic types in macros
|
2015-08-14 01:51:25 +02:00 |
|
Yuriy Glukhov
|
c42b05adb4
|
Fixed --debugger:on option. Removed c_line from termios.
|
2015-08-12 12:04:26 +03:00 |
|
rku
|
6a7a44bbf2
|
cValidAssemblers -> const set
Added assembler validity check
|
2015-08-10 12:02:49 +03:00 |
|
Araq
|
36a90c6044
|
fixes #1965
|
2015-08-10 01:31:42 +02:00 |
|
Araq
|
799e0f3274
|
fixes #3066
|
2015-08-09 23:53:22 +02:00 |
|
Araq
|
f934c92132
|
fixes #3096
|
2015-08-09 23:37:13 +02:00 |
|
Araq
|
bbf9757b4e
|
refs #2377
|
2015-08-09 23:21:44 +02:00 |
|
Araq
|
50861792f4
|
fixes #1329
|
2015-08-09 23:07:53 +02:00 |
|
Araq
|
35f8cc0bdd
|
fixes #2752
|
2015-08-09 20:29:03 +02:00 |
|
Araq
|
4f8d982d5b
|
fixes #2670
|
2015-08-08 14:48:17 +02:00 |
|
Andreas Rumpf
|
8668c42e94
|
Merge pull request #3190 from yglukhov/fix-3186
Fixes #3186
|
2015-08-08 00:56:38 +02:00 |
|
Araq
|
87815cbdf7
|
attempt to fix bootstrapping; refs #3139
|
2015-08-07 22:32:06 +02:00 |
|
Araq
|
c733b3181e
|
breaking change: symbol lookups in generics follows spec more closely; fixes #2664
|
2015-08-07 21:28:45 +02:00 |
|
Araq
|
2e4b59f3d3
|
fixes #3192
|
2015-08-07 20:29:38 +02:00 |
|
Yuriy Glukhov
|
7bc3d7da75
|
Fixes #3186
|
2015-08-07 17:22:28 +03:00 |
|
Yuriy Glukhov
|
41a2a9f00b
|
Fixes #3185
|
2015-08-06 22:19:33 +03:00 |
|
Araq
|
14ce3c7d4d
|
fix regressions
|
2015-08-05 21:43:15 +02:00 |
|
Araq
|
0d8942d45e
|
destructors now work with overloaded assignment operators; fixes #2811; fixes #1632
|
2015-08-05 21:43:14 +02:00 |
|
Araq
|
ab26298a03
|
added system.unsafeAddr
|
2015-08-04 17:31:18 +02:00 |
|
Araq
|
e1913abdd4
|
fixes #3140
|
2015-08-03 00:45:25 +02:00 |
|