summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* added system.onRaise to support a condition systemAraq2012-11-051-0/+34
* bugfixes for exception trackingAraq2012-11-041-1/+1
* exception tracking should workAraq2012-11-043-1/+43
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-1/+1
* fixes #235Araq2012-10-241-0/+14
* bugfix: tcan_inherit_generic works againAraq2012-10-191-0/+8
* fixes #230; fixes #227Araq2012-10-192-0/+53
* fixes #232Araq2012-10-191-0/+11
* fixes #106Zahary Karadjov2012-10-161-10/+22
* Improved support for nkSymChoices in type coercionsZahary Karadjov2012-10-151-0/+74
* fixes #217Araq2012-10-131-0/+6
* bugfix: threads should work again; fixes #220Araq2012-10-121-0/+27
* attempt to fix #183Araq2012-10-062-0/+9
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-042-12/+10
* added titer7 testAraq2012-10-041-0/+57
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-0/+12
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-034-6/+48
* implemented case expressionsZahary Karadjov2012-10-032-11/+43
* bugfix: allow tuple constructors in generic codeZahary Karadjov2012-10-031-0/+4
* implemented return type inferenceZahary Karadjov2012-10-031-0/+29
* fixes ttypeselectorsZahary Karadjov2012-09-281-2/+1
* test cases for the new typedesc featuresZahary Karadjov2012-09-252-2/+28
* fixes #186 and the ttypedesc1 test caseZahary Karadjov2012-09-231-6/+8
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-9/+11
* proc bodies can be expressions with a typeAraq2012-09-221-1/+4
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-211-16/+18
* added tactors2 testAraq2012-09-211-0/+25
* bugfix: typeinfo generationAraq2012-09-211-0/+1
* bugfix: tester does not hang anymoreAraq2012-09-211-3/+3
* fixes #194Araq2012-09-201-0/+31
* bugfix: 'nimrod i' works againAraq2012-09-181-0/+4
* pragma statements in rodfiles -- couldn't reproduceAraq2012-09-181-0/+3
* made tests green againAraq2012-09-181-1/+1
* [unittest] even deeper inspection of expressions and variables for the check ...Zahary Karadjov2012-09-141-2/+0
* [unittest] the check macro will print the values of params involved in failed...Zahary Karadjov2012-09-131-1/+1
* fixed incorrect implicit conversion between arrays of different sizes; see #202Zahary Karadjov2012-09-131-0/+13
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-131-1/+15
|\
| * type trais used to work only on user-defined types. see #202Zahary Karadjov2012-09-131-1/+15
* | debugger compiles againAraq2012-09-132-2/+3
|/
* made more tests green; fixes #201Araq2012-09-127-10/+18
* made some tests greenAraq2012-09-1218-25/+30
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-6/+4
* tr macros now documentedAraq2012-09-103-4/+16
* Merge pull request #198 from Tass/masterAraq2012-09-082-8/+14
|\
| * real test nowSimon Hafner2012-09-081-1/+2
| * Issue #197 has been solvedSimon Hafner2012-09-081-8/+6
| * hash() for floatsSimon Hafner2012-09-081-0/+7
* | unittest bugfix; made some tests greenAraq2012-09-082-2/+4
* | tmatrix.nim works nowAraq2012-09-081-2/+2
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-081-0/+49
|\ \
; 2009-12-07 01:23:19 +0100 committer Andreas Rumpf <andreas@andreas-desktop> 2009-12-07 01:23:19 +0100 version 0.8.5: added Nimrod version of the compiler' href='/ahoang/Nim/commit/rod/lexbase.nim?h=devel&id=e254741541b0389dfb0b675116c76a6a144b90b7'>e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
92b8fac94 ^
d68181246 ^
e25474154 ^

d68181246 ^

e25474154 ^

b731e6ef1 ^

e25474154 ^
438703f59 ^
d68181246 ^
e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
d68181246 ^
e25474154 ^
d68181246 ^
e25474154 ^




d68181246 ^
e25474154 ^
b731e6ef1 ^
e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
b731e6ef1 ^
e25474154 ^
d68181246 ^

2df9b442c ^
e25474154 ^


d68181246 ^
e25474154 ^





b731e6ef1 ^
e25474154 ^

92b8fac94 ^
e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
6c5693e63 ^
d68181246 ^
e25474154 ^

dc669155e ^
d68181246 ^
58186f6c1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169