summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #1124 from EXetoC/spawn-arg-checkAndreas Rumpf2014-04-201-0/+7
| |\ \ \
| | * | | Add test for bad spawn argument.EXetoC2014-04-201-0/+7
| | | |/ | | |/|
| * | | Param name and type combos now work in type sig. sugar.Dominik Picheta2014-04-201-4/+4
| * | | Fixes #1093.Dominik Picheta2014-04-201-0/+19
* | | | attempt to make some tests greenAraq2014-04-213-7/+3
|/ / /
* | | Remove echo from => macro and fix tclosuremacro test.Dominik Picheta2014-04-201-20/+20
* | | Added new future module with a closure macro.Dominik Picheta2014-04-201-0/+43
* | | Removes tthreadanalysis3 from threadTests spec.Dominik Picheta2014-04-201-1/+1
|/ /
* | removed flawed thread analysis passAraq2014-04-205-60/+9
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2028-55/+70
|\ \
| * | Disabled tgtk test.Dominik Picheta2014-04-191-1/+3
| * | Improves tobjasgn test.Dominik Picheta2014-04-181-6/+6
| * | Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-1624-31/+31
| * | Fixes incorrect nodejs detection in tester.Dominik Picheta2014-04-161-2/+1
| * | Modified tester output. Fixed JS tests.Dominik Picheta2014-04-162-16/+24
| |/
| * Fixes docgen.Dominik Picheta2014-04-151-1/+1
| * Fixes #1005Dominik Picheta2014-04-151-5/+10
| * Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+1
* | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-0/+22
|/
* implemented 'R ptr T' syntaxAraq2014-04-131-2/+2
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-0968-0/+2414
|\
* \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-091-0/+11
|\ \
| * \ Merge pull request #901 from reactormonk/seq_toStringAndreas Rumpf2014-04-091-0/+11
| |\ \ | | |/ | |/|
| | * added `$` for arraysSimon Hafner2014-03-311-1/+5
| | * Merge branch 'devel' of github.com:Araq/Nimrod into seq_toStringSimon Hafner2014-03-31101-146/+1725
| | |\
| | * | explicit firstElement for `$` in collectionsSimon Hafner2014-02-111-1/+3
| | * | Added `$` for seqSimon Hafner2014-02-111-0/+5
* | | | implemented region pointersAraq2014-04-091-0/+16
|/ / /
* | | Merge branch 'devel' of github.com:Araq/Nimrod into develDominik Picheta2014-04-071-0/+23
|\ \ \
| * | | fixes #1063Araq2014-04-071-0/+23
* | | | Change the expected path in tfailedassert.Dominik Picheta2014-04-061-1/+1
|/ / /
* | | fixes #798Araq2014-04-0611-1/+8
* | | fixes #297Araq2014-04-061-0/+32
* | | fixes #913Araq2014-04-061-0/+18
* | | fixes yet another option typeAraq2014-04-031-0/+47
* | | Merge pull request #1060 from EXetoC/vm-arithmetic-overflowAndreas Rumpf2014-04-025-0/+56
|\ \ \
| * | | Remove executable.EXetoC2014-03-311-0/+0
| * | | Add underflow/overflow tests.EXetoC2014-03-316-0/+56
| | |/ | |/|
* | | Merge pull request #1061 from EXetoC/fix-testsAndreas Rumpf2014-04-024-6/+6
|\ \ \
| * | | Fix some tests.EXetoC2014-03-314-6/+6
| |/ /
* | | make tstaticprintseq greenAraq2014-04-011-2/+2
* | | fixed another vm bugAraq2014-04-011-1/+5
* | | fixes #880Araq2014-04-011-0/+11
|/ /
* | tester outputs full test pathAraq2014-03-281-1/+2
* | fixes #911Araq2014-03-281-0/+1
* | Added test for issue #911.Dominik Picheta2014-03-271-0/+62
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-272-0/+17
|\ \
| * \ Merge pull request #1032 from barcharcraz/lowerBoundVarriount2014-03-271-0/+3
| |\ \
| | * | added lowerBound function to algorithm libraryCharlie Barto2014-03-231-0/+3
| * | | Calling randomize() again within 1 second will now provide a different seedJason Livesay2014-03-261-0/+14
pan class='oid'>765366c1f ^
83ae70cb5 ^

765366c1f ^





83ae70cb5 ^
0b44d812f ^
83ae70cb5 ^

765366c1f ^









83ae70cb5 ^


0b44d812f ^
83ae70cb5 ^
765366c1f ^










83ae70cb5 ^
765366c1f ^
83ae70cb5 ^

765366c1f ^










83ae70cb5 ^


765366c1f ^


0cae8ef2c ^
765366c1f ^

3ea644690 ^
765366c1f ^

1a88c01f9 ^
765366c1f ^

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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197