Andreas Rumpf
|
91981c07bd
|
some progress on destroyer.nim
|
2017-10-10 13:17:35 +02:00 |
|
Andreas Rumpf
|
c81e9069f2
|
minor todo.txt update
|
2017-10-09 21:12:40 +02:00 |
|
Andreas Rumpf
|
846e51bb65
|
minor todo.txt update
|
2017-04-02 21:01:26 +02:00 |
|
Araq
|
0596c11775
|
todo updates
|
2017-03-08 13:04:40 +01:00 |
|
Araq
|
1887390b0f
|
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string literals or comments
|
2017-03-08 12:53:21 +01:00 |
|
Andreas Rumpf
|
9952d16674
|
finally todo.txt reflects reality again
|
2017-01-22 06:17:07 +01:00 |
|
Andreas Rumpf
|
08a6f3fc67
|
fixes #4721
|
2016-09-07 08:29:45 +02:00 |
|
Andreas Rumpf
|
84a09d2f5b
|
minor things
|
2016-08-24 11:48:40 +02:00 |
|
Andreas Rumpf
|
8f457f6ebb
|
make tests green again
|
2016-07-29 23:51:01 +02:00 |
|
Andreas Rumpf
|
60b187513e
|
stdlib and compiler don't use .immediate anymore
|
2016-07-29 23:51:01 +02:00 |
|
Andreas Rumpf
|
f5fa5dae85
|
generic multi-methods should work now
|
2016-07-28 20:23:24 +02:00 |
|
Andreas Rumpf
|
bea62bb632
|
overloading of dot and parenthesis operators should now be done in .experimental
|
2016-07-22 22:31:09 +02:00 |
|
Andreas Rumpf
|
55db59a897
|
todo.txt update
|
2016-07-18 11:36:19 +02:00 |
|
Andreas Rumpf
|
b7c1be03c8
|
added system.newSeqOfCap for improved efficiency
|
2016-07-15 17:04:14 +02:00 |
|
Andreas Rumpf
|
d798323248
|
version 1 battle plan
|
2016-07-15 15:40:08 +02:00 |
|
Andreas Rumpf
|
c863ea00ac
|
documented new .this pragma
|
2016-06-06 20:35:41 +02:00 |
|
Andreas Rumpf
|
157cd6d8d6
|
updated todo.txt
|
2016-06-06 13:13:04 +02:00 |
|
Andreas Rumpf
|
041054e038
|
fixes #4207
|
2016-06-01 11:01:03 +02:00 |
|
Andreas Rumpf
|
2ac265696b
|
Merge branch 'db_odbc2' of https://github.com/jlp765/Nim into jlp765-db_odbc2
|
2016-05-28 20:11:24 +02:00 |
|
Andreas Rumpf
|
8fe9f672bf
|
minor todo.txt update
|
2016-05-28 19:53:43 +02:00 |
|
Andreas Rumpf
|
c10a407cc6
|
todo updated
|
2016-03-18 17:25:09 +01:00 |
|
Andreas Rumpf
|
c9966a3e17
|
use 'using' instead of 'sig' keyword; cleans up new features a bit
|
2016-02-29 12:19:54 +01:00 |
|
Andreas Rumpf
|
19677a11b0
|
some progress on GC v2
|
2016-02-03 17:42:10 +01:00 |
|
Andreas Rumpf
|
2e71bd50b2
|
implements multi-line-comments; pounds are stripped from the doc comments
|
2016-01-16 21:40:54 +01:00 |
|
Andreas Rumpf
|
2910096cce
|
updated the documentation for the 'do' notation
|
2016-01-16 13:43:22 +01:00 |
|
Andreas Rumpf
|
00651d4afc
|
Merge branch 'crazy_concurrency' into no-echo-gotcha
|
2016-01-16 13:14:47 +01:00 |
|
Andreas Rumpf
|
480f36983a
|
todo update
|
2016-01-16 13:09:28 +01:00 |
|
Andreas Rumpf
|
46f1f41cc9
|
finally removes 'echo ' gotcha
|
2016-01-15 11:34:52 +01:00 |
|
Araq
|
698b1fc954
|
fixes #3550
|
2015-11-18 12:33:09 +01:00 |
|
Araq
|
22a702868b
|
updated todo.txt
|
2015-10-28 08:13:49 +01:00 |
|
Araq
|
8ef66b973d
|
first attempt to fix 'a[i]' handling in generics
|
2015-09-12 10:55:28 +02:00 |
|
Araq
|
63cdcb2be1
|
implicit return types for iterators are now deprecated
|
2015-09-10 15:57:57 +02:00 |
|
Araq
|
adf34082f0
|
documented NimScript
|
2015-09-07 12:31:34 +02:00 |
|
Araq
|
dc047931bb
|
fixes #2590; methods now require a .base annotation
|
2015-09-06 02:31:28 +02:00 |
|
Araq
|
49d810f341
|
Nimble is officially a part of Nim now
|
2015-09-05 11:34:38 +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
|
c56a1f8266
|
math.nim works with NimScript
|
2015-08-21 21:34:15 +02:00 |
|
Araq
|
bfd2fd67f9
|
tuple unpacking works in a non-var/let context
|
2015-08-21 21:34:14 +02: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 |
|
Araq
|
9659540b18
|
preparations for Nimble NimScript integrations; minor cleanups
|
2015-08-18 14:01:40 +02:00 |
|
Araq
|
dd0acfdf37
|
todo.txt update
|
2015-08-14 02:19:33 +02: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 |
|
Araq
|
0fc43d3d95
|
updated todo.txt
|
2015-08-09 23:07:33 +02:00 |
|
Araq
|
35f8cc0bdd
|
fixes #2752
|
2015-08-09 20:29:03 +02:00 |
|
Araq
|
ab26298a03
|
added system.unsafeAddr
|
2015-08-04 17:31:18 +02:00 |
|
Araq
|
18823a315e
|
todo.txt updates
|
2015-07-24 01:04:43 +02:00 |
|
Araq
|
cabbcd411d
|
implements varargs[untyped]; refs #2545; to be documented
|
2015-07-02 16:18:11 +02:00 |
|
Araq
|
bdd5a8c05e
|
updated news.txt
|
2015-06-25 02:08:58 +02:00 |
|