Commit Graph

2778 Commits

Author SHA1 Message Date
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
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
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
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
556efb5158 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-01-23 12:22:49 +01:00
Araq
1465a7b080 small code cleanups 2014-01-23 12:22:34 +01:00
Araq
d01ff8994b closure iterators work 2014-01-23 08:47:22 +01:00
Araq
3f87326247 closure iterators almost work 2014-01-23 01:41:26 +01:00
Zahary Karadjov
3c840102bc fix the error "only proc headers can feature pragmas" when compiling in JS mode 2014-01-23 00:02:57 +02:00
Zahary Karadjov
9dec669b94 nest PreMain inside NimMain for easier consumption of static libraries developed in Nimrod
fixes many uses of $N instead of $n for new lines that don't affect #line directives
2014-01-23 00:01:15 +02:00
Araq
37229df7fc next steps for closure iterators 2014-01-22 17:32:38 +01:00
Araq
85a5bfe605 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-01-20 20:07:55 +01:00
Araq
4a0aadef4d parser support anon iterators 2014-01-20 20:07:44 +01:00
Zahary Karadjov
a09ddfa099 fix the segfault in #827 2014-01-20 15:22:44 +02:00
Araq
d18f40b4e2 updated grammar.txt 2014-01-20 08:35:09 +01:00
Araq
79f59d18f1 command syntax is allowed in expressions 2014-01-20 08:29:02 +01:00
Araq
6fd008f23e Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-01-19 20:25:03 +01:00
Araq
15859d94ec compiler warns when you use GC'ed memory and '--gc:none' 2014-01-19 20:24:44 +01:00
Andreas Rumpf
d23c2b5dcc Merge pull request #822 from onionhammer/devel
Corrected prunesocketset and pruneprocessset
2014-01-19 09:02:09 -08:00
onionhammer
34f7eca8f7 Added ret != 0 back 2014-01-19 10:55:33 -06:00
Erik O'Leary
5d8d1ed8bc Corrected prunesocketset and pruneprocessset
fd sets passed to select() were pruning ready FDs rather than pruning
UN-ready FDs.
2014-01-19 10:51:21 -06:00
Araq
73c6efdf66 'nil' as a statement is deprecated, use an empty 'discard' instead 2014-01-19 16:54:59 +01:00
Araq
cde9e5d644 merge master into devel 2014-01-19 01:31:45 +01:00
Araq
a59939d295 it's the year 2014 2014-01-19 01:25:48 +01:00
Araq
6df259f15b 'inject' for the new symbol binding rules in templates 2014-01-19 01:25:23 +01:00
Araq
d986a5adb5 make encodings.nim case consistent 2014-01-19 01:23:38 +01:00
Andreas Rumpf
f4b81ba92b Merge pull request #775 from fowlmouth/patch-3
Update endians.nim
2014-01-18 15:05:57 -08:00
Andreas Rumpf
899d286d2b Merge pull request #812 from girvo/koch-fix
Koch now uses $PATH/nimrod correctly
2014-01-18 15:03:06 -08:00
Araq
36afdca87f resolved conflicts with master 2014-01-18 01:16:45 +01:00