summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 'bind' default for clean templatesAraq2013-05-155-8/+49
| * | | | | | | | bugfix: InvalidSockets needs to be a let variableAraq2013-12-241-1/+1
| * | | | | | | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-2478-595/+9241
| |\ \ \ \ \ \ \ \
| | * | | | | | | | NoFakeVars progressAraq2013-12-247-15/+912
| | * | | | | | | | vm: FFI improvementsAraq2013-12-236-28/+56
| | * | | | | | | | tcnstseq works againAraq2013-12-233-6/+17
| | * | | | | | | | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-2335-269/+1047
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | new VM: some progress for the FFI supportAraq2013-12-238-60/+80
| | * | | | | | | | added libffi for win supportAraq2013-12-1922-10/+7192
| | * | | | | | | | case expression with discardable result worksAraq2013-12-181-0/+8
| | * | | | | | | | more tests workAraq2013-12-133-5/+10
| | * | | | | | | | Merge branch 'master' into vm2Araq2013-12-1333-234/+28859
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | new VM: globals kinda workAraq2013-12-137-12/+45
| | * | | | | | | | | new VM: improvementsAraq2013-12-127-57/+114
| | * | | | | | | | | more tests are greenAraq2013-12-086-80/+54
| | * | | | | | | | | new VM supports 'getAst'Araq2013-12-062-4/+26
| | * | | | | | | | | new VM: passes more testsAraq2013-12-066-26/+45
| | * | | | | | | | | makes 'reject' tests greenAraq2013-12-058-13/+27
| | * | | | | | | | | bugfix: keywords are sortedAraq2013-12-055-12/+15
| | * | | | | | | | | Merge branch 'master' into vm2Araq2013-12-05135-90067/+2223
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | next steps for FFI supportAraq2013-11-259-63/+179
| | * | | | | | | | | | tcnstseq works againAraq2013-11-075-3/+11
| | * | | | | | | | | | VM now supports lambda liftingAraq2013-11-066-29/+71
| | * | | | | | | | | | jump optimizer worksAraq2013-10-294-15/+20
| | * | | | | | | | | | new VM is getting stableAraq2013-10-298-124/+206
| | * | | | | | | | | | computed goto now works; some progress on the new VMAraq2013-10-255-23/+53
| | * | | | | | | | | | opcLdGlobal bugfixAraq2013-10-161-1/+1
| | * | | | | | | | | | some complex macros workAraq2013-10-163-49/+80
| | * | | | | | | | | | compiler bootstraps with new VMAraq2013-10-1511-64/+141
| | * | | | | | | | | | attempt to improve line information for '!=' etc. templatesAraq2013-10-151-32/+13
* | | | | | | | | | | | deleted & purged dllsSimon Hafner2014-04-090-0/+0
* | | | | | | | | | | | Merge pull request #691 from rbehrends/fix-shallow-pragmaAndreas Rumpf2014-04-091-7/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes various issues with shallow copying.Reimer Behrends2013-12-011-7/+39
* | | | | | | | | | | | | Merge pull request #839 from ReneSac/masterSimon Hafner2014-01-2410-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Optimized the size of PNG images. 172KB > 143KBRené2014-01-2410-0/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | / / / master compiler compiles with develAraq2014-01-231-3/+2
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #775 from fowlmouth/patch-3Andreas Rumpf2014-01-181-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update endians.nimBillingsly Wetherfordshire2013-12-231-1/+13
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #812 from girvo/koch-fixAndreas Rumpf2014-01-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Koch now uses PATH/nimrod correctlyJosh Girvin2014-01-131-1/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #777 from fowlmouth/patch-4Andreas Rumpf2014-01-131-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update os.nimBillingsly Wetherfordshire2013-12-231-0/+8
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #779 from brihat/masterAndreas Rumpf2014-01-131-0/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Define $ operator for TRuneSatish BD2013-12-261-1/+3
| * | | | | | | | | | | Define $ operator for TRuneSatish BD2013-12-261-0/+2
* | | | | | | | | | | | bugfix: doc generation for actors.nim works againAraq2014-01-131-4/+5
* | | | | | | | | | | | added test cases from strange loop eventAraq2014-01-136-0/+152
* | | | | | | | | | | | Rename C sources dir to c_code.Dominik Picheta2014-01-123-9/+9
* | | | | | | | | | | | Add info about twitter and bootstrapping from github to website.Dominik Picheta2014-01-122-0/+8
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #788 from zielmicha/httpclient-fixDominik Picheta2013-12-301-2/+1
|\ \ \ \ \ \ \ \ \ \ \