Araq
38697234f6
mark and sweep GC compiles with --cs:partial
2014-02-02 00:35:26 +01:00
Araq
a5098f1fda
fixed cases
2014-02-02 00:03:57 +01:00
Araq
3b5c0b27ce
case consistency for excpt.nim
2014-02-02 00:03:30 +01:00
Araq
4b47bee654
deactivated debug output
2014-02-02 00:02:57 +01:00
Araq
43d1181c04
year 2014
2014-02-02 00:02:39 +01:00
Araq
7fe340e7bc
year 2014
2014-02-02 00:02:08 +01:00
Araq
e647428539
case consistency for dynlib.nim
2014-02-02 00:01:33 +01:00
Araq
70eff919cd
only 1 argument allowed for command expressions
2014-02-02 00:00:56 +01:00
Araq
bd9f6505c1
'discard' instead of 'nil' for system.nim
2014-02-02 00:00:17 +01:00
Araq
0b8f68def0
tstringinterp almost working
2014-02-01 23:58:20 +01:00
Araq
31f3034c3a
case consistency for evalffi
2014-02-01 23:57:09 +01:00
Araq
68d8cd1301
case consistency for evalffi
2014-02-01 23:56:32 +01:00
Simon Hafner
9f29bb8d9e
corrected docs and tests
2014-02-01 16:07:44 -06:00
Dominik Picheta
f9c2ec8d92
Fixes wrong slurp path in tester.
2014-02-01 14:57:52 +00:00
Araq
6d62503e5d
documented new symbol binding rules for templates
2014-02-01 13:39:40 +01:00
Araq
d8d93218fa
bugfix: object constructor doesn't allow 'distinct' types
2014-02-01 11:56:21 +01:00
Simon Hafner
2c5a2d07fb
sets equivalence
2014-01-31 18:22:27 -06:00
Simon Hafner
e01fb17d02
product more robust against empty input
2014-01-30 23:55:43 -06:00
Simon Hafner
f070edb8b9
forgot to export product
2014-01-30 02:09:37 -06:00
Simon Hafner
ac0f15379c
added Cartesian product
2014-01-30 02:07:55 -06:00
Grzegorz Adam Hankiewicz
d07f86b159
Avoids raising exceptions in tryInsertID.
2014-01-29 23:25:21 +01:00
Simon Hafner
47e2999fec
Merge pull request #851 from EXetoC/highlite-typo
...
Punctation -> punctuation.
2014-01-29 09:10:23 -08:00
EXetoC
b549ca4517
Punctation -> Punctuation; fix remaining typos.
2014-01-29 17:35:11 +01:00
EXetoC
446ffb5481
Punctation -> punctuation.
2014-01-29 02:29:25 +01:00
Dominik Picheta
9344e9fbf7
Finished logging module.
2014-01-27 18:20:08 +00:00
Dominik Picheta
92f7c479b9
Fixes #848 .
2014-01-27 17:48:39 +00:00
Michał Zieliński
11053afff8
osproc: fix naming inconsistiences
2014-01-26 22:30:20 +01:00
Michał Zieliński
e0e0b409e4
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
...
Conflicts:
lib/pure/osproc.nim
2014-01-26 17:06:21 +01:00
Grzegorz Adam Hankiewicz
7956737ef1
Adds note about manual memory handling to GC doc.
2014-01-26 16:39:20 +01:00
Miguel
a8b4e3c764
Merge branch 'devel' of git://github.com/Araq/Nimrod
2014-01-26 05:37:18 +04:00
Zahary Karadjov
5d712e0d3f
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
2014-01-26 01:38:45 +02:00
Zahary Karadjov
5a6030a16b
the is operator now uses exactly the same algorithm as proc signature matching
2014-01-26 00:45:50 +02:00
Araq
ad74332a92
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-01-25 23:04:03 +01:00
Araq
8a7f50889c
fixes #838
2014-01-25 23:03:43 +01:00
Grzegorz Adam Hankiewicz
6ee21aa365
Merge pull request #841 from gradha/pr_oniondocs_devel
...
Added docgen documentation to devel branch
2014-01-25 07:27:16 -08:00
Grzegorz Adam Hankiewicz
7f9fb3a024
Merge branch 'pr_oniondocs' into pr_oniondocs_devel
2014-01-25 16:24:39 +01:00
Araq
f16881ad16
disable internalError so that nimbuild compiles again
2014-01-25 14:24:33 +01:00
Araq
9d4c4592fa
more efficient calls for closure iterators
2014-01-25 14:22:38 +01:00
Araq
9af1ab5f43
fixes a minor parser bug
2014-01-25 14:22:05 +01:00
Araq
c4cb795081
updated asyncio and ftpclient modules
2014-01-25 14:21:27 +01:00
Araq
869e7d93e0
nativeStackTrace might work again
2014-01-25 14:20:40 +01:00
Zahary Karadjov
3f71b7f1f6
implements #766 ;
...
expressions such as Type.field are now recognised by the compiler.
This also fixes a bug, preventing the user-defined to check for the presence of
regular fields in addition to procs
2014-01-24 23:52:52 +02:00
Simon Hafner
35efec457c
Merge pull request #839 from ReneSac/master
...
Optimized the size of PNG images. 172KB > 143KB
2014-01-24 12:58:19 -08:00
René
03138cb73a
Optimized the size of PNG images. 172KB > 143KB
...
Used optpng + pngout + deflopt.
2014-01-24 16:59:29 -02:00
Zahary Karadjov
a6a18be089
support for parametric user-defined type classes
2014-01-24 14:13:32 +02:00
Araq
de538deb7a
should compile on netbsd
2014-01-23 20:43:56 +01:00
Araq
f332ac1d37
renderer knows about nkStaticTy and nkTypeClassTy
2014-01-23 19:23:41 +01:00
Araq
3e5cb6644f
typeClasses now documented in grammar.txt
2014-01-23 17:19:12 +01:00
Araq
2ecff76aac
master compiler compiles with devel
2014-01-23 16:45:17 +01:00
Araq
556efb5158
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-01-23 12:22:49 +01:00