def
64903e7050
Use ^ instead of - in slices
2015-03-28 00:38:15 +01:00
Araq
2b80d75aa2
fixes #2420 ; negative indexing for slicing is obsolete (breaking change!)
2015-03-28 00:15:04 +01:00
Araq
ed0d9e271d
disallow negative indexing
2015-03-27 01:30:06 +01:00
Araq
5d63ecb3a4
implemented a[^1] notation
2015-03-26 02:12:38 +01:00
Araq
5d132b75ef
fixes #2395
2015-03-24 23:07:18 +01:00
Araq
08c0ba379a
fixes #1805
2015-03-21 20:38:28 +01:00
Araq
5641be51c1
codegen doesn't produce line tracing commands anymore; fixes #1344
2015-03-21 20:38:27 +01:00
Araq
a827050718
fixed cuint definition
2015-03-18 11:42:37 +01:00
def
fd4e629905
Rename PNimrodNode to NimNode
2015-03-17 17:50:32 +01:00
Araq
3aad16e337
fixes #1845 , fixes #2224
2015-03-12 11:08:03 +01:00
Araq
c40aac8e20
GC: get rid of pathological behaviour for stack marking
2015-03-08 13:08:19 +01:00
Araq
1e6aef62ba
macros.PNimrodNode is now NimNode
2015-02-24 00:13:27 +01:00
Araq
c90a13bb41
fixes #2124
2015-02-20 12:25:58 +01:00
def
ecfaab68f1
Make readBytes and writeBytes work with uint8
...
So far only openarray[int8] worked. Now it's openarray[int8|uint8]. This
should make sense, since uint8 is comfortable to represent a byte
(0-255) and there is already type byte* = uint8 in system.
2015-02-18 21:13:01 +01:00
def
2647423502
Fix documentations for declared (instead of defined)
2015-02-18 01:55:50 +01:00
Federico Ceratto
657dca5c3b
Fix typos
2015-02-15 16:20:32 +00:00
Federico Ceratto
c95f6f117a
Fix typos
2015-02-15 16:06:06 +00:00
Araq
10335fd726
fixed minor bugs; cleaned up tests
2015-02-12 14:56:56 +01:00
Araq
ada0f14711
fixes #2073
2015-02-08 14:15:02 +01:00
Andreas Rumpf
28af09a446
Merge pull request #2062 from flaviut/expose-exception-parent
...
Expose exception parent
2015-02-07 18:21:13 +01:00
Araq
c795a469bc
fixes #2011
2015-02-05 12:23:26 +01:00
Flaviu Tamas
c3ca9bf79e
Change formatting according to style guide
2015-02-03 21:22:28 -05:00
Flaviu Tamas
769652ac90
Expose exception parent
...
This can be safely exposed because a proc accessor can be created if the
representation changes.
2015-02-03 21:21:32 -05:00
def
8c902ca781
Add items, mitems and mpairs for cstrings
2015-01-28 02:31:26 +01:00
def
46cf40c40d
Add mitems and mpairs where it makes sense
2015-01-28 02:31:26 +01:00
def
126f9f57cd
setControlCHook's parameter is not nil now
2015-01-23 01:51:09 +01:00
Araq
be1441a810
fixes #1964 properly
2015-01-18 15:21:59 +01:00
Araq
f6bdda2c5e
fixes #1964
2015-01-18 15:20:38 +01:00
Guillaume Gelin
3119fe087d
Happy new year!
2015-01-06 15:26:33 +01:00
Araq
d01eb14a39
development version is 0.10.3
2014-12-30 03:06:25 +01:00
Araq
27f1743793
release of 0.10.2
2014-12-29 10:32:00 +01:00
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