Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make C backend more robust against compiler bugs | Araq | 2014-02-27 | 1 | -0/+2 |
| | |||||
* | renamed TRegister to TFullReg so that older versions can compile it | Araq | 2014-02-26 | 1 | -16/+16 |
| | |||||
* | htmlgen works again | Araq | 2014-02-25 | 1 | -3/+8 |
| | |||||
* | bootstrapping should work again | Araq | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 2 | -7/+13 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -38/+38 |
|\ | |||||
| * | rename compilerProcs to match the recently changed jssys.nim | Zahary Karadjov | 2014-02-25 | 1 | -38/+38 |
| | | |||||
* | | Merge branch 'vm2_2' into devel | Araq | 2014-02-25 | 16 | -549/+948 |
|\ \ | |||||
| * | | added canonizer | Araq | 2014-02-25 | 1 | -0/+288 |
| | | | |||||
| * | | bugfix: typo | Araq | 2014-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | new VM is getting stable | Araq | 2014-02-24 | 8 | -36/+97 |
| | | | |||||
| * | | simple macros work again | Araq | 2014-02-22 | 1 | -40/+32 |
| | | | |||||
| * | | fixed opcConv | Araq | 2014-02-22 | 3 | -12/+35 |
| | | | |||||
| * | | vm2: new representation of registers | Araq | 2014-02-21 | 8 | -526/+561 |
| | | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 9 | -63/+135 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: lib/system/jssys.nim | ||||
| * | some fixes for static params usage in macros | Zahary Karadjov | 2014-02-25 | 4 | -26/+51 |
| | | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Audun Wilhelmsen | 2014-02-23 | 16 | -98/+231 |
| |\ | |||||
| | * | Addresses issues raised on #947. Refs #800. | Grzegorz Adam Hankiewicz | 2014-02-22 | 2 | -13/+10 |
| | | | | | | | | | | | | | | | | | | * Uses errGenerated instead of deprecated extending of enums. * Reduces bloat and usefulness of end user error messages. * Limits checks to C, Cpp and Objc targets. | ||||
| | * | Checks that exported symbols are valid C identifiers. Refs #800. | Grzegorz Adam Hankiewicz | 2014-02-21 | 2 | -4/+24 |
| | | | |||||
| | * | fix #945 | Zahary Karadjov | 2014-02-20 | 1 | -4/+5 |
| | | | |||||
| | * | fix #931 and few more tests | Zahary Karadjov | 2014-02-18 | 2 | -4/+6 |
| | | | |||||
| | * | Merge branch 'devel' of gh:/Araq/Nimrod into devel | Zahary Karadjov | 2014-02-18 | 2 | -10/+27 |
| | |\ | |||||
| | * | | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | by tyTypeDesc[tyNone] | ||||
| | * | | fix tbindtypedesc and tactiontable2 | Zahary Karadjov | 2014-02-18 | 1 | -5/+12 |
| | | | | |||||
| | * | | fix #204; | Zahary Karadjov | 2014-02-18 | 2 | -1/+8 |
| | | | | |||||
| * | | | Fixed #688 : return in except statments. Also fixed return in finally ↵ | Audun Wilhelmsen | 2014-02-23 | 2 | -18/+30 |
| | | | | | | | | | | | | | | | | statements. | ||||
* | | | | renamed noStackFrame to asmNoStackFrame | Araq | 2014-02-18 | 2 | -6/+8 |
| |_|/ |/| | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-17 | 19 | -183/+281 |
|\ \ \ | | |/ | |/| | |||||
| * | | fix #807 | Zahary Karadjov | 2014-02-17 | 1 | -2/+2 |
| | | | |||||
| * | | quite messy implementation of generic lambdas, needs reworking; fixes #715 | Zahary Karadjov | 2014-02-17 | 7 | -26/+76 |
| | | | |||||
| * | | Merge branch 'devel' of gh:/Araq/Nimrod into devel | Zahary Karadjov | 2014-02-17 | 6 | -28/+45 |
| |\ \ | |||||
| | * | | Merge pull request #929 from skyfex/devel | Andreas Rumpf | 2014-02-16 | 2 | -9/+26 |
| | |\| | | | | | | | | | Fixed issue 391 (nested break in except-stmts) | ||||
| | | * | Fixed issue 391 (nested break in except-stmts) | Audun Wilhelmsen | 2014-02-16 | 2 | -9/+26 |
| | | | | |||||
| | * | | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 4 | -19/+19 |
| | |/ | | | | | | | | | | empty blocks. | ||||
| * | | fix #188 | Zahary Karadjov | 2014-02-17 | 2 | -1/+27 |
| | | | |||||
| * | | fix argument_parser | Zahary Karadjov | 2014-02-16 | 1 | -24/+29 |
| |/ | |||||
| * | Merge branch 'devel' of gh:/Araq/Nimrod into devel | Zahary Karadjov | 2014-02-15 | 13 | -36/+78 |
| |\ | |||||
| * | | fix some regressions caused by tyTypeDesc[tyNone] | Zahary Karadjov | 2014-02-15 | 5 | -32/+26 |
| | | | |||||
| * | | handle nested case objects in destructor generation | Zahary Karadjov | 2014-02-15 | 1 | -36/+31 |
| | | | |||||
| * | | the delegator pragma becomes a set of dot operators | Zahary Karadjov | 2014-02-15 | 4 | -37/+48 |
| | | | |||||
* | | | got rid of debugging code | Araq | 2014-02-17 | 1 | -2/+0 |
| | | | |||||
* | | | fixes #926 | Araq | 2014-02-17 | 1 | -7/+12 |
| | | | |||||
* | | | fixes #923 | Araq | 2014-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #922 | Araq | 2014-02-16 | 1 | -2/+16 |
| |/ |/| | |||||
* | | made 'koch web' work when current dir has a space in it | Araq | 2014-02-15 | 2 | -3/+9 |
| | | |||||
* | | actors.nim compiles again | Araq | 2014-02-15 | 1 | -2/+6 |
| | | |||||
* | | fixes #584 | Araq | 2014-02-14 | 3 | -26/+50 |
| | | |||||
* | | fixes #914 | Araq | 2014-02-14 | 3 | -3/+4 |
| | | |||||
* | | fixes #712 | Araq | 2014-02-14 | 1 | -1/+2 |
| | | |||||
* | | fixes #833 | Araq | 2014-02-14 | 1 | -0/+3 |
| | |