summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #1304 from rbehrends/fix-packagenamesAndreas Rumpf2014-07-012-1/+2
| |\ \ \ \
| | * | | | Fix generation of package-dependent init names.Reimer Behrends2014-06-252-1/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #1249 from gradha/pr_shows_git_hashAndreas Rumpf2014-07-011-0/+5
| |\ \ \ \
| | * | | | Adds git hash to compiler's version switch. Refs #1119.Grzegorz Adam Hankiewicz2014-04-221-0/+5
* | | | | | fixes #898Araq2014-07-012-2/+8
* | | | | | fixes #751Araq2014-07-011-2/+2
* | | | | | fixes #1166Araq2014-07-011-12/+9
* | | | | | fixes #1161Araq2014-07-011-9/+12
|/ / / / /
* | | | | fixes #904Araq2014-07-011-0/+4
* | | | | fixes #1265Araq2014-07-011-2/+8
* | | | | fixes #1264Araq2014-07-011-0/+4
* | | | | fixes #1285Araq2014-06-3010-99/+55
* | | | | fixes #1144Araq2014-06-301-12/+13
* | | | | fixes #1319Araq2014-06-301-1/+4
* | | | | corrected backends.txtAraq2014-06-301-0/+7
* | | | | fixes constant array indexing bugAraq2014-06-303-1522/+38
| |_|_|/ |/| | |
* | | | Merge pull request #1260 from enurlyx/structs-in-structsAndreas Rumpf2014-06-283-48/+245
|\ \ \ \
| * | | | Made the code more robust and detect nkPrefix as number (-1 or +4) for enum s...enurlyx2014-06-172-9/+54
| * | | | Sorting enumerations and generation of consts for enumfields with the same va...enurlyx2014-06-152-15/+77
| * | | | Removed time and added a hash based on filename, line and column for creating...enurlyx2014-06-141-12/+9
| * | | | Added test for anonymous structs and unionsenurlyx2014-06-101-0/+27
| * | | | Add support for structs/unions defined in structs/unionsenurlyx2014-05-311-34/+100
* | | | | Add 'lib/pure/concurrency' path to nimrod.iniClay Sweetser2014-06-271-0/+1
* | | | | Merge pull request #1278 from Varriount/fix-1090Andreas Rumpf2014-06-262-7/+10
|\ \ \ \ \
| * | | | | Fixed #1090Clay Sweetser2014-06-151-8/+7
| * | | | | Fixing issue #1090Clay Sweetser2014-06-152-3/+7
* | | | | | Fixed handling swap in vmgenFelix Krause2014-06-251-4/+6
| |_|_|/ / |/| | | |
* | | | | Fixed gorge/staticExec to not strip newlines.Reimer Behrends2014-06-221-0/+2
* | | | | Merge pull request #1279 from Varriount/fix-1216Simon Hafner2014-06-181-1/+1
|\ \ \ \ \
| * | | | | Fix issue #1216Clay Sweetser2014-06-151-1/+1
| |/ / / /
* | | | | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-1615-83/+1145
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | some changesAraq2014-06-092-2/+2
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-065-72/+85
| |\ \ \ \
| | * | | | big rename: Promise -> FlowVarAraq2014-06-062-53/+53
| | * | | | Promises are now refsAraq2014-06-055-31/+44
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-021-6/+18
| |\| | | |
| | * | | | fixed codegen for barriersAraq2014-06-021-2/+7
| | * | | | bugfix: codegen for promisesAraq2014-06-021-4/+11
| * | | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-0114-78/+1115
| |\| | | |
| | * | | | fixed codegen for return valuesAraq2014-06-011-12/+15
| | * | | | pi test compiles, but crashes randomlyAraq2014-06-013-6/+21
| | * | | | tdisjoint_slice2 worksAraq2014-05-314-3/+11
| | * | | | correct code generation for tforstmtAraq2014-05-301-20/+34
| | * | | | 'parallel' proves array boundsAraq2014-05-292-14/+83
| | * | | | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-254-52/+54
| | * | | | progress with futuresAraq2014-05-234-17/+35
| | * | | | 'parallel' statement almost workingAraq2014-05-225-102/+345
| | * | | | 'parallel' statement: next stepsAraq2014-05-142-50/+103
| | * | | | progress for the 'parallel' statementAraq2014-05-149-83/+107
| | * | | | initial non-compiling version of 'parallel'Araq2014-05-125-24/+612