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
Andreas Rumpf
ec12922c43
Merge pull request #1336 from Varriount/fix-542
...
Fixes #542
2014-07-09 09:49:10 +02:00
Clay Sweetser
27fdc5fe33
Fixes #542
2014-07-08 16:25:13 -04:00
Araq
91ecae9c93
fixes #1328
2014-07-08 08:48:48 +02:00
def
5439699b9b
Add type constraints for uint and uint64 to the System module's procs instead
2014-06-28 16:24:14 +02:00
Araq
85a1d896c2
Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn
...
Conflicts:
lib/system.nim
2014-06-26 17:19:28 +02:00
Araq
eed443d4b3
rewrote lambdalifting; fixes deeply nested closures
2014-06-26 15:58:41 +02:00
flaviut
2456c8dfe3
Fix bootstrapping
2014-06-16 17:25:34 -04:00