summary refs log tree commit diff stats
path: root/tests/parallel
Commit message (Expand)AuthorAgeFilesLines
...
* 'let' within 'parallel' now worksAraq2014-09-221-0/+14
* made some tests greenAraq2014-09-211-0/+1
* implemented 'guard' annotationAraq2014-09-212-0/+64
* further adaptationsAraq2014-08-293-3/+3
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+0
* the big renamefest: first stepsAraq2014-08-221-2/+20
* progress on 'spawn'Araq2014-08-101-0/+18
* some changesAraq2014-06-091-1/+1
* bugfix: codegen for promisesAraq2014-06-021-0/+1
* fixed codegen for return valuesAraq2014-06-011-0/+4
* pi test compiles, but crashes randomlyAraq2014-06-011-0/+22
* tdisjoint_slice2 worksAraq2014-05-311-4/+16
* tester works againAraq2014-05-301-2/+2
* correct code generation for tforstmtAraq2014-05-301-2/+3
* 'parallel' proves array boundsAraq2014-05-291-0/+24
* progress with futuresAraq2014-05-233-0/+57
* 'parallel' statement almost workingAraq2014-05-222-9/+9
* 'parallel' statement: next stepsAraq2014-05-145-0/+118
ef='#n210'>210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258