summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix the filtering of void params in procs' signaturesZahary Karadjov2013-12-295-34/+28
| * Merge branch 'upstream' into develZahary Karadjov2013-12-2941-569/+902
| |\
| | * integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-2910-74/+108
| | * make more tests greenZahary Karadjov2013-12-2915-163/+177
| | * fixes #787Zahary Karadjov2013-12-282-9/+60
| | * fix tclosure4Zahary Karadjov2013-12-282-6/+12
| | * fix illegal recursion checksZahary Karadjov2013-12-283-18/+18
| | * lift generic parameters from concrete composite type classesZahary Karadjov2013-12-285-25/+40
| | * towards support for composite type classes such as seq[Number] and SquareMatr...Zahary Karadjov2013-12-278-26/+87
| | * forgotten modification to the news filesZahary Karadjov2013-12-271-6/+8
| | * bugfix: in some contexts, newSeq[T](n) is incorrectly inferred to have a seq[...Zahary Karadjov2013-12-261-2/+4
| | * test case for semistaticZahary Karadjov2013-12-251-0/+24
| | * better integration of tyStatic into typeRelZahary Karadjov2013-12-259-58/+66
| | * wip type class reforms (the compiler bootstraps fine)Zahary Karadjov2013-12-258-99/+94
| | * make the current PContext accessible through TCandidateZahary Karadjov2013-12-255-46/+53
| | * documented static paramsZahary Karadjov2013-12-253-0/+66
| | * static params: expr[T] is now static[T]Zahary Karadjov2013-12-1922-111/+136
* | | fixes db_sqliteAraq2014-01-132-21/+20
* | | bugfix: renderer supports 'ptr' etc. as type constraintAraq2014-01-121-4/+5
* | | new vm: bugfixAraq2014-01-121-1/+1
* | | case consistency improvementsAraq2014-01-1118-137/+139
|/ /
* | todo.txt updatedAraq2013-12-291-1/+1
* | case consistency: niminstAraq2013-12-294-75/+75
* | case consistency for linuxAraq2013-12-296-322/+322
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-2958-377/+384
* | case consistency: next stepsAraq2013-12-2977-514/+513
* | improvements for 'pretty'Araq2013-12-2815-91/+99
* | case consistency part 9Araq2013-12-283-64/+64
* | case consistency part 8Araq2013-12-284-62/+62
* | case consistency part 7Araq2013-12-285-65/+63
* | case consistency part 6Araq2013-12-287-169/+169
* | case consistency part 5Araq2013-12-2810-42/+42
* | case consistency part 4Araq2013-12-27122-3322/+3322
* | case consistency part 3Araq2013-12-273-9/+9
* | case consistency part 2Araq2013-12-279-94/+90
* | case consistency part 1Araq2013-12-2788-1144/+1266
* | templates can access hidden fieldsAraq2013-12-256-42/+61
* | bootstraps with new template symbol binding rulesAraq2013-12-244-21/+20
* | attempt to merge newtemplAraq2013-12-245-6/+646
* | Merge branch 'newtempl' into develAraq2013-12-242-4/+44
|\ \
| * | made some tests greenAraq2013-05-163-3/+3
| * | '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