summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* added 'fence' instructions to the barrierAraq2014-06-063-39/+24
* Promises are now refsAraq2014-06-058-88/+133
* barrier more efficientAraq2014-06-031-19/+25
* fixed codegen for barriersAraq2014-06-021-2/+7
* hopefully faster barrier implementationAraq2014-06-021-6/+14
* bugfix: codegen for promisesAraq2014-06-023-5/+13
* fixed codegen for return valuesAraq2014-06-012-12/+19
* pi test compiles, but crashes randomlyAraq2014-06-014-6/+43
* tdisjoint_slice2 worksAraq2014-05-315-7/+27
* tester works againAraq2014-05-302-5/+5
* correct code generation for tforstmtAraq2014-05-302-22/+37
* 'parallel' proves array boundsAraq2014-05-293-14/+107
* added 'sortoutput' option to make output deterministic for threading testsAraq2014-05-292-3/+13
* bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-257-109/+138
* progress with futuresAraq2014-05-238-36/+68
* 'parallel' statement almost workingAraq2014-05-2210-115/+470
* 'parallel' statement: next stepsAraq2014-05-147-50/+221
* progress for the 'parallel' statementAraq2014-05-1410-94/+122
* initial non-compiling version of 'parallel'Araq2014-05-1216-91/+1058
* bugfix: bool for case statementsAraq2014-05-061-1/+1
* 2nd attempt to fix bootstrappingAraq2014-05-061-1/+1
* attempt to fix the bootstrappingAraq2014-05-061-3/+1
* bootstraps works again; get rid of compile-time 'rand' (too weird)Araq2014-05-062-6/+2
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-05-0612-58/+582
|\
| * Merge pull request #1175 from EXetoC/await-discardDominik Picheta2014-05-042-1/+41
| |\
| | * Fix #1170.EXetoC2014-05-042-1/+41
| * | Merge pull request #1177 from rbehrends/reftablesAndreas Rumpf2014-05-043-1/+414
| |\ \ | | |/ | |/|
| | * Added support for ref type hash tables.Reimer Behrends2014-05-043-1/+414
| |/
| * Merge pull request #1173 from EXetoC/pfuture-nested-type-paramDominik Picheta2014-05-032-13/+22
| |\
| | * Fix #1171.EXetoC2014-05-032-13/+22
| * | DWORD -> PULONG for POverlapped.Dominik Picheta2014-05-031-2/+2
| * | fixed paths because caasdriver is now in testamentSimon Hafner2014-05-032-2/+2
| * | fixed constant typo (SimulateCaasMemReset)Simon Hafner2014-05-021-3/+3
| |/
| * Await is now supported in try statements.Dominik Picheta2014-05-011-26/+79
| * Fixes buffered recv in asyncnet.Dominik Picheta2014-04-301-11/+17
| * Get rid unsafe pointer type in GetQueuedCompletionStatus.Dominik Picheta2014-04-303-4/+7
* | added test case for bug #1140Araq2014-05-061-0/+35
* | some additions to winleanAraq2014-05-061-1/+9
* | fixes #1140Araq2014-05-052-1/+3
* | implemented builtin noncopying sliceAraq2014-05-027-18/+42
|/
* bugfix: MS-GC GC_unrefAraq2014-04-301-1/+2
* compiler prepared for the new comment handlingAraq2014-04-308-4/+17
* async might work now reliablyAraq2014-04-303-27/+32
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-300-0/+0
|\
| * Merge pull request #1155 from Varriount/revert-bbodi/develVarriount2014-04-263-213/+147
| |\
| | * Revert "Merge pull request #1139 from bbodi/devel"Clay Sweetser2014-04-263-213/+147
| |/
| * Merge pull request #1139 from bbodi/develVarriount2014-04-263-147/+213
| |\
| | * fix #1065Bódi Balázs2014-04-233-147/+213
* | | bugfix: MS GC acknowledges GC_ref/unref properlyAraq2014-04-301-6/+45
* | | give system.lines a proper bufferAraq2014-04-301-1/+1