Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implements strongSpaces parsing mode | Araq | 2014-03-07 | 5 | -39/+79 |
| | |||||
* | implemented 'union' and 'unchecked' pragmas | Araq | 2014-03-05 | 6 | -21/+44 |
| | |||||
* | c2nim knows about the 'union' pragma | Araq | 2014-03-05 | 1 | -11/+10 |
| | |||||
* | bugfix: unreported 'compiles' bug | Araq | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | fixes #942 | Araq | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | fixes #937 | Araq | 2014-03-05 | 3 | -6/+33 |
| | |||||
* | fixes #968 | Araq | 2014-03-04 | 2 | -2/+2 |
| | |||||
* | removed dead code | Araq | 2014-03-04 | 1 | -27/+0 |
| | |||||
* | don't produce nested indents for nested stmt lists | Araq | 2014-03-04 | 1 | -7/+10 |
| | |||||
* | the compiler is now aware of packages | Araq | 2014-03-02 | 4 | -24/+18 |
| | |||||
* | better handling of packages, still incomplete | Araq | 2014-03-02 | 1 | -13/+44 |
| | |||||
* | tstmtexprs.nim works again | Araq | 2014-02-27 | 2 | -3/+3 |
| | |||||
* | xmltree.`<>` macro works again | Araq | 2014-02-27 | 3 | -10/+12 |
| | |||||
* | some progress on the new name mangler | Araq | 2014-02-27 | 1 | -130/+251 |
| | |||||
* | 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 |
| |/ |