summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-311-1/+5
|\
| * Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstringAraq2013-08-311-1/+5
| |\
| | * Fixes xmltree <> macro docstring.Grzegorz Adam Hankiewicz2013-08-221-1/+5
* | | fixes #398Araq2013-08-311-6/+6
* | | fixes #516Araq2013-08-312-3/+23
|/ /
* | fixes #554, fixes #179Araq2013-08-313-4/+34
* | fixes #459Araq2013-08-311-2/+5
* | fixes #563Araq2013-08-312-0/+15
* | fixes #569; C++ codegen works againAraq2013-08-315-16/+26
* | fixes #578Araq2013-08-304-13/+25
* | 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
* | tester compiles againAraq2013-08-301-1/+1
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-3022-134/+385
|\ \
| * | Implemented ability to connect through proxies for the httpclient module.Dominik Picheta2013-08-261-16/+51
| * | Removed outdated bootstrapping info from install.txtDominik Picheta2013-08-233-49/+4
| * | implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-235-18/+143
| * | pass-through of static int generic params to arrays when late instantiation i...Zahary Karadjov2013-08-238-18/+31
| * | Experimental support for delayed instantiation of genericsZahary Karadjov2013-08-2312-39/+162
| |/
* | fixes #572Araq2013-08-302-5/+8
* | float64 is now an alias to 'float'; fixes #545Araq2013-08-308-19/+50
* | bugfix: 'not x of y' requires ()Araq2013-08-301-3/+9
* | docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-293-18/+4
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-2227-315/+641
|\
| * hacky fix for generic constraints matchingZahary Karadjov2013-08-198-17/+68
| * 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-193-10/+27
| * fixes iterating over enumsZahary Karadjov2013-08-191-4/+4
| * Revert "Revert "made some tests green""Zahary Karadjov2013-08-196-89/+95
| * 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-194-6/+8
| * 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-194-4/+78
* | implemented opcTypeTraitAraq2013-08-223-17/+26
* | GC: added static cycleGC checksAraq2013-08-221-4/+6
* | fixed and documented computedGoto pragmaAraq2013-08-228-35/+94
|/
* fixes base64 moduleAraq2013-08-151-6/+8
* implemented computed goto supportAraq2013-08-137-12/+116
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-112-1/+3
|\
| * fixes a long standing channels bugAraq2013-08-092-1/+3
* | new VM: preparations for evalMacroCallAraq2013-08-114-19/+100
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-084-8/+21
|\
| * Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-074-8/+21
* | new VM: register allocator bugfix; implemented more magicsAraq2013-08-085-64/+195
|/