summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix accents in enumsflaviut2014-06-032-5/+8
| | * | More descriptive error message in semtypes enumflaviut2014-06-031-1/+1
| | * | Generalize accent parsingflaviut2014-06-031-20/+9
| * | | Capitalised enum value names in JSON module.Dominik Picheta2014-06-051-7/+7
| * | | Merge pull request #1174 from fowlmouth/patch-2Andreas Rumpf2014-06-051-0/+38
| |\ \ \
| | * | | added json.hashBillingsly Wetherfordshire2014-06-021-0/+19
| | * | | added `==` for PJsonNodeBillingsly Wetherfordshire2014-05-031-0/+19
| * | | | Merge pull request #1243 from fowlmouth/patch-4Dominik Picheta2014-06-051-3/+3
| |\ \ \ \
| | * | | | fix #1241Billingsly Wetherfordshire2014-06-021-3/+3
| | | |/ / | | |/| |
| * | | | Merge pull request #1238 from klaufir/develDominik Picheta2014-06-031-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | header pragma set to '<stdio.h>' in importc sectionklaufir2014-06-031-1/+1
| | * | | adding header pragma for printf ffi exampleklaufir2014-06-011-1/+1
| * | | | Merge pull request #1242 from rbehrends/interactive-eof-fixAndreas Rumpf2014-06-031-0/+3
| |\ \ \ \
| | * | | | Properly terminate "nimrod i" on end of file.Reimer Behrends2014-06-021-0/+3
| | |/ / /
| * | | | Merge pull request #1240 from Varriount/fix-1172Andreas Rumpf2014-06-036-13/+28
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed #1172 (for real)Clay Sweetser2014-06-016-13/+28
| |/ / /
* | | | rewrote lambdalifting; fixes deeply nested closuresAraq2014-06-2615-302/+462
* | | | added OEMCP for the default OEM codepageAraq2014-06-261-0/+1
| |_|/ |/| |
* | | 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 #1229 from Varriount/fix-1203Andreas Rumpf2014-05-311-8/+14
|\ \ \
| * | | Rename some variables in the isCastable codeClay Sweetser2014-05-261-6/+6
| * | | Fix issue #1203Clay Sweetser2014-05-261-0/+2
| * | | Update 'isCastable' and 'semCast' doc-commentsClay Sweetser2014-05-261-2/+6
* | | | Merge pull request #1221 from rbehrends/readallbuf-fixAndreas Rumpf2014-05-311-4/+8
|\ \ \ \
| * | | | Fixed readAllBuffer() to avoid adding garbage bytes at end.Reimer Behrends2014-05-261-4/+8
* | | | | Merge pull request #1237 from Varriount/gradha-pr_documents_kochVarriount2014-05-317-7/+166
|\ \ \ \ \