summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed doc comments in sets.nimFelix Krause2014-06-261-4/+4
|
* Added logical set operations to TSetFelix Krause2014-06-252-0/+130
|
* Fixed handling swap in vmgenFelix Krause2014-06-251-4/+6
|
* Merge branch 'devel' of github.com:Araq/Nimrod into develDominik Picheta2014-06-221-0/+2
|\
| * Merge pull request #1295 from rbehrends/fix-staticexecAndreas Rumpf2014-06-221-0/+2
| |\ | | | | | | Fixed gorge/staticExec to not strip newlines.
| | * Fixed gorge/staticExec to not strip newlines.Reimer Behrends2014-06-221-0/+2
| |/
* / Remove varargs from json.`{}`Dominik Picheta2014-06-221-6/+4
|/
* Merge pull request #1279 from Varriount/fix-1216Simon Hafner2014-06-182-1/+15
|\ | | | | Fix issue #1216
| * Added notnil test for issue #1216Clay Sweetser2014-06-181-0/+14
| |
| * Fix issue #1216Clay Sweetser2014-06-151-1/+1
| |
* | Allow async lambdas. Other socket modifications.Dominik Picheta2014-06-194-12/+25
| |
* | Merge pull request #1283 from fowlmouth/patch-4Varriount2014-06-181-1/+1
|\ \ | | | | | | fix json.`[]`
| * | fix json.`[]`Billingsly Wetherfordshire2014-06-171-1/+1
|/ /
* | Improve caasdriver output.Dominik Picheta2014-06-161-7/+11
| |
* | Merge pull request #1282 from flaviut/develAndreas Rumpf2014-06-161-1/+1
|\ \ | | | | | | Fix bootstrapping
| * | Fix bootstrappingflaviut2014-06-161-1/+1
|/ /
* | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-1642-192/+2115
|\ \ | | | | | | New spawn
| * | some changesAraq2014-06-097-25/+70
| | |
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-069-223/+316
| |\ \
| | * | begin of spawn documentationAraq2014-06-061-0/+57
| | | |
| | * | big rename: Promise -> FlowVarAraq2014-06-063-115/+115
| | | |
| | * | 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
| | | |
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-023-13/+34
| |\| |
| | * | fixed codegen for barriersAraq2014-06-021-2/+7
| | | |
| | * | hopefully faster barrier implementationAraq2014-06-021-6/+14
| | | |
| | * | bugfix: codegen for promisesAraq2014-06-023-5/+13
| | | |
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-0138-159/+1923
| |\| |
| | * | 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
| | | |
* | | | Merge pull request #1277 from PavelVozenilek/patch-1Dominik Picheta2014-06-161-2/+2
|\ \ \ \ | | | | | | | | | | making clear structural equivalency for tuples doc
| * | | | making clear structural equivalency for tuples docPavelVozenilek2014-06-151-2/+2
|/ / / /
* | | / Fix idetools --def crash.Dominik Picheta2014-06-151-1/+1
| |_|/ |/| |
* | | Fixes #1263.Dominik Picheta2014-06-151-0/+4
| | |
* | | Add osproc stdin test.Dominik Picheta2014-06-152-0/+19
| | |
* | | Update categories.nimVarriount2014-06-141-19/+26
| | | | | | | | | Fixed the tester from crashing when the babel package file is invalid.
* | | Update json.nimVarriount2014-06-141-1/+1
| | | | | | | | | Fixed a bug with json.[], which caused a segfault on debug builds.
* | | Merge pull request #1251 from gradha/pr_misc_docsAndreas Rumpf2014-06-125-9/+102
|\ \ \ | | | | | | | | Misc docs suggestions