summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | Merge pull request #1185 from barcharcraz/kochilkSimon Hafner2014-05-061-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | added .ilk files to the koch clean list, these are incremental link informati...Charlie2014-05-061-1/+1
| | * | | | | | | | | | | | | | fixes the bug that keeps the template engine package from workingAraq2014-05-254-2/+681
| | |/ / / / / / / / / / / / /
| | * / / / / / / / / / / / / 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
| | * | | | | | | | | fixed a typoAraq2014-04-301-1/+1
| | * | | | | | | | | small bugfix for iteratorsAraq2014-04-301-1/+1
| | * | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2519-586/+326
| | |\| | | | | | | |
| | | * | | | | | | | Merge pull request #1141 from flaviut/moreignoreSimon Hafner2014-04-252-548/+28
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Clean up gitignore, the current ignore is equvilent to the previousflaviut2014-04-232-548/+28
| | | * | | | | | | | | Merge pull request #1121 from EXetoC/spawn-testVarriount2014-04-231-0/+29
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | | | * | | | | | | | Add spawn test. Hangs most of the time on linux x64 at least.EXetoC2014-04-201-0/+29
| | | * | | | | | | | | Windows installer links for website.Dominik Picheta2014-04-231-1/+28
| | | * | | | | | | | | DLL generation works againAraq2014-04-231-8/+11
| | | * | | | | | | | | Haiku build works againAraq2014-04-232-1/+2
| | | * | | | | | | | | minor tweak to the manualAraq2014-04-221-1/+1
| | | * | | | | | | | | make getAppFilename work when there is no procfsAraq2014-04-221-10/+15
| | | * | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-221-0/+68
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | | * | | | | | | | Merge pull request #1133 from gradha/pr_adds_tables_exampleSimon Hafner2014-04-221-0/+68
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Adds example of custom object types used as table key.Grzegorz Adam Hankiewicz2014-04-221-0/+68
| | | * | | | | | | | | | building of nimrtl.dll should work againAraq2014-04-222-5/+6