Araq
0151d11716
fixes #1699
2014-12-08 22:25:17 +01:00
Araq
105a0616a9
implemented procCall builtin
2014-11-28 02:43:41 +01:00
Araq
c1930f1b6e
fixes #1672
2014-11-25 23:10:22 +01:00
Araq
bb532a697e
fixes #1562 , fixes #1543
2014-11-20 21:02:51 +01:00
Araq
3215666e33
fixes #1666
2014-11-20 00:27:35 +01:00
Araq
f7dca91344
fixes #619
2014-11-15 11:10:13 +01:00
Araq
9e00d3aec2
fixes #693
2014-11-14 02:40:55 +01:00
Grzegorz Adam Hankiewicz
a7aa2de166
Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_directive_to_rst
...
Conflicts:
doc/tut2.txt
lib/packages/docutils/rstgen.nim
lib/system.nim
2014-11-03 15:50:05 +01:00
Araq
7a48942719
nicer error messages (untested)
2014-10-26 19:54:43 +01:00
Araq
a639824e5e
introduced 'benign' pragma
2014-10-25 22:01:23 +02:00
Araq
201d3c9ed0
Merge branch 'devel' into bigbreak
...
Conflicts:
web/news.txt
2014-10-23 23:13:49 +02:00
Araq
c95e0df29d
'echo' doesn't lock
2014-10-21 19:51:46 +02:00
Araq
2c99991d16
fixes #1444
2014-09-11 00:34:59 +02:00
Araq
758d8e11d9
Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak
2014-09-10 22:56:26 +02:00
Araq
12796b6c86
nimfix cannot handle fileHandle vs FileHandle
2014-09-09 20:40:24 +02:00
Dominik Picheta
dd33069d59
Implements getCurrentException for try in async procs. Ref #1487 .
2014-09-09 01:16:28 +01:00
Araq
30823c1ce3
make tests green
2014-08-31 15:15:26 +02:00
Araq
8925d0e103
minor improvement for nim pretty
2014-08-31 02:46:13 +02:00
Araq
09ab1703e1
fixes #1444
2014-08-31 01:07:58 +02:00
Araq
6d40288bb8
renamed Byte to byte
2014-08-29 00:56:34 +02:00
Araq
4523b29d7a
Nimrod renamed to Nim
2014-08-28 09:59:26 +02:00
Araq
d05df2173b
Nimrod renamed to Nim
2014-08-28 09:50:51 +02:00
Araq
11b6958755
big rename
2014-08-27 23:42:51 +02:00
Araq
15a7bcc89f
renamefest
2014-08-23 01:59:59 +02:00
Araq
fc0fda14ae
system files use new identifiers
2014-08-23 00:58:04 +02:00
Araq
dbf9117c56
the big renamefest: first steps
2014-08-22 23:54:26 +02:00
Araq
4ab56d6be0
some minor fixes
2014-08-14 22:22:04 +02:00
Araq
dc15e68c25
fixes #1472
2014-08-14 02:48:09 +02:00
Araq
2728bbccc4
fixes newly introduced bugs
2014-08-14 02:42:26 +02:00
Andreas Rumpf
1d19c9525e
Merge pull request #1400 from rbehrends/fix-stackscan
...
More robust implementation for finding the beginning of the stack.
2014-08-13 20:17:16 +02:00
Araq
4d863ebb5e
fix failed tests due to gcsafe
2014-08-12 10:11:58 +02:00
Araq
b8ce3a4175
fixes 'gcsafe'
2014-08-12 08:47:31 +02:00
Araq
dd806cafa0
distinguish between 'defined' and 'declared'
2014-08-11 20:38:28 +02:00
Varriount
505b4158aa
Merge pull request #1447 from gradha/pr_tutorial_improvements
...
Tutorial improvements
2014-08-06 22:53:08 -04:00
Araq
cf61072cc9
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
...
Conflicts:
compiler/ccgexprs.nim
2014-08-05 21:53:26 +02:00
Grzegorz Adam Hankiewicz
f3d785b5cf
Factors exception hierarchy into reusable fragment.
...
The fragment with hyperlinks is included now from the system module.
2014-08-05 18:11:41 +02:00
Araq
9673e4f2df
progress on deepCopy
2014-08-01 23:40:48 +02:00
def
06bbd6e7d7
flush -> flushFile in doc
2014-07-29 19:52:41 +02:00
Reimer Behrends
15734009ca
More robust implementation for finding the beginning of the stack.
...
This patch inserts an extra stack frame above the function that
calls the actual Nimrod code and ensures that a reference to this
frame is stored as the stack bottom.
2014-07-23 03:20:50 +02:00
Araq
821fe72ff5
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-07-22 20:23:28 +02:00
Andreas Rumpf
479b2c6296
Merge pull request #1381 from gradha/pr_links_echo_variants
...
Hyperlinks echo variants with noSideEffect pragma. Refs #1379 .
2014-07-22 20:20:36 +02:00
Araq
d195f08da0
fixes #1395
2014-07-22 20:15:20 +02:00
Andreas Rumpf
5c52a5649e
Merge pull request #1396 from PavelVozenilek/patch-5
...
replaced few var with let in system.nim
2014-07-22 20:12:53 +02:00
PavelVozenilek
919c136e9b
replaced var with let in system.nim
...
Nitpicking.
2014-07-22 11:28:21 +02:00
PavelVozenilek
ca47a0fc21
typo fix
2014-07-22 10:33:14 +02:00
Grzegorz Adam Hankiewicz
c0aaff028b
Hyperlinks slurp related docstrings in system module.
2014-07-19 14:48:30 +02:00
Grzegorz Adam Hankiewicz
9c6d54dec6
Hyperlinks quit related docstrings in system module.
2014-07-19 14:44:41 +02:00
Grzegorz Adam Hankiewicz
eafb79b721
Hyperlinks echo variants with noSideEffect pragma. Refs #1379 .
2014-07-19 13:41:39 +02:00
Araq
ed226eba6d
added stack overflow prevention
2014-07-16 22:32:09 +02:00
Araq
6d3b632b47
Merge branch 'new_spawn' into devel
...
Conflicts:
todo.txt
web/news.txt
web/nimrod.ini
2014-07-15 09:37:45 +02:00