summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * fix tnoopZahary Karadjov2013-08-263-8/+12
| | * implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-2612-82/+119
| | * prevent eval crashes due to PContext-dependent ops not being available in eva...Zahary Karadjov2013-08-254-42/+40
| | * working code for simple cases of user-defined type classesZahary Karadjov2013-08-257-41/+135
| | * fix parsing of ``proc foo(x: distinct Type)``Zahary Karadjov2013-08-241-6/+1
| | * parsing of user defined type classesZahary Karadjov2013-08-232-1/+34
* | | better support for GNU's assemblerAraq2013-09-033-11/+29
|/ /
* | bugfix: line information for commentsAraq2013-09-011-1/+0
* | -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-013-22/+36
* | fixes #582Araq2013-09-011-1/+0
* | fixes #516Araq2013-08-311-3/+6
* | fixes #554, fixes #179Araq2013-08-312-4/+7
* | fixes #459Araq2013-08-311-2/+5
* | fixes #563Araq2013-08-311-0/+1
* | fixes #569; C++ codegen works againAraq2013-08-311-12/+7
* | fixes #578Araq2013-08-302-2/+2
* | bugfix: conversions to float32 are allowed again but of lower priorityAraq2013-08-301-3/+3
* | conversions to float32 are allowed again but of lower priorityAraq2013-08-301-3/+3
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-3012-54/+124
|\|
| * implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-232-5/+13
| * pass-through of static int generic params to arrays when late instantiation i...Zahary Karadjov2013-08-237-16/+24
| * Experimental support for delayed instantiation of genericsZahary Karadjov2013-08-2310-39/+93
* | fixes #572Araq2013-08-301-5/+5
* | float64 is now an alias to 'float'; fixes #545Araq2013-08-306-16/+33
* | bugfix: 'not x of y' requires ()Araq2013-08-301-3/+9
* | docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-292-16/+2
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-2217-235/+457
|\
| * hacky fix for generic constraints matchingZahary Karadjov2013-08-195-9/+34
| * check the owners of generic instantiations properly and fix tinvalidclosureZahary Karadjov2013-08-192-3/+12
| * work-in-progress for compiling generics in their owner moduleZahary Karadjov2013-08-194-8/+17
| * some steps to improve the type mismatches with the newZahary Karadjov2013-08-192-10/+17
| * fixes iterating over enumsZahary Karadjov2013-08-191-4/+4
| * Revert "Revert "made some tests green""Zahary Karadjov2013-08-194-19/+25
| * Revert "Revert "further fixes for void stripping. fixes tvoid.""Zahary Karadjov2013-08-191-20/+25
| * Revert "Revert "fix threading tests""Zahary Karadjov2013-08-192-9/+17
| * Revert "Revert "fix tforwardgeneric""Zahary Karadjov2013-08-193-4/+5
| * Revert "Revert "static and default params for generics""Zahary Karadjov2013-08-194-61/+92
| * Revert "Revert "allow keyword params for the `[]` and `{}` operators""Zahary Karadjov2013-08-191-8/+12
| * remerge "allow void as field type"Zahary Karadjov2013-08-192-27/+43
| * Revert "Revert "bugfix: emulated thread vars used in combination with the mar...Zahary Karadjov2013-08-193-4/+11
| * remerge "Fixes #267"Zahary Karadjov2013-08-195-97/+184
| * Revert "Revert "test cases for the new features""Zahary Karadjov2013-08-191-4/+11
* | implemented opcTypeTraitAraq2013-08-223-17/+26
* | fixed and documented computedGoto pragmaAraq2013-08-224-32/+43
|/
* implemented computed goto supportAraq2013-08-136-12/+71
* new VM: preparations for evalMacroCallAraq2013-08-113-18/+98
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-083-5/+17
|\
| * Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-073-5/+17
* | new VM: register allocator bugfix; implemented more magicsAraq2013-08-084-63/+195
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-072-3/+8
|\