Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5989 | Araq | 2017-07-17 | 1 | -2/+2 |
| | |||||
* | cgen: #undef some more predefined symbols. (#5831) | Markus F.X.J. Oberhumer | 2017-06-13 | 1 | -0/+10 |
| | | | This is a followup to issue #5171. | ||||
* | review and merge zahary's work (#5849) | zah | 2017-06-03 | 1 | -5/+7 |
| | | | | | | | | | * proper indentation for the generated JS code * improved dead-code elimination for JavaScript * test the JS dead-code elimination A new test spec has been added - "maxcodesize". It specifies the maximum size of the generated code in bytes. | ||||
* | a few tiny cleanups (#5712) | Jacek Sieka | 2017-05-29 | 1 | -4/+0 |
| | | | exposes emitLazily (for nlvm) and simplifies some conditionals | ||||
* | Create correct C protoypes in genMainProc. (#5822) | Markus F.X.J. Oberhumer | 2017-05-16 | 1 | -4/+4 |
| | | | This avoids a -Wstrict-prototypes warning in the generated C file. | ||||
* | make -d:nimdiff feature more robust | Andreas Rumpf | 2017-04-26 | 1 | -2/+5 |
| | |||||
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -0/+16 |
| | |||||
* | fixes #5598 | Araq | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | minor codegen bugfix: don't use names for closures that are also mangled Nim ↵ | Araq | 2017-02-26 | 1 | -1/+1 |
| | | | | names | ||||
* | fixes #5439 | Araq | 2017-02-26 | 1 | -4/+5 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -14/+14 |
|\ | |||||
| * | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -14/+14 |
| | | |||||
* | | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -2/+2 |
|/ | |||||
* | C++ codegen: emit 'extern C' for importc'ed functions that we declare a ↵ | Araq | 2017-02-14 | 1 | -4/+7 |
| | | | | prototype for | ||||
* | name mangling bugfixes; ndi file generation for debugger support | Andreas Rumpf | 2017-02-03 | 1 | -1/+5 |
| | |||||
* | new name mangling rules for easier debugging | Andreas Rumpf | 2017-02-02 | 1 | -13/+14 |
| | |||||
* | new name mangling scheme implemented | Andreas Rumpf | 2017-02-02 | 1 | -6/+7 |
| | |||||
* | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 1 | -2/+3 |
| | |||||
* | .compile pragma supports patterns and actions | Araq | 2017-01-28 | 1 | -31/+36 |
| | |||||
* | happy new year | Araq | 2017-01-07 | 1 | -2/+2 |
| | |||||
* | make Nim compiler compile with 0.15.2 | Araq | 2017-01-07 | 1 | -3/+16 |
| | |||||
* | fixes #5171 | Araq | 2017-01-03 | 1 | -0/+1 |
| | |||||
* | fixes recently introduced regression | Andreas Rumpf | 2016-12-21 | 1 | -6/+8 |
| | |||||
* | fixes #5136 | Andreas Rumpf | 2016-12-21 | 1 | -6/+6 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -11/+14 |
|\ | |||||
| * | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 1 | -0/+2 |
| | | |||||
| * | revert line info generation change; produces worse results for other cases | Araq | 2016-12-18 | 1 | -2/+2 |
| | | |||||
| * | significantly better stack traces when templates are involved | Araq | 2016-12-18 | 1 | -8/+12 |
| | | |||||
* | | sighashes: do not use the ID mechanism at all | Araq | 2016-12-13 | 1 | -7/+28 |
| | | |||||
* | | implements -d:nimdiff switch for seeing generated C code diffs | Andreas Rumpf | 2016-12-06 | 1 | -1/+7 |
| | | |||||
* | | refactoring: C codegen with fewer global variables | Araq | 2016-12-05 | 1 | -52/+54 |
| | | |||||
* | | more tests work | Araq | 2016-12-02 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'devel' into sighashes | Araq | 2016-12-01 | 1 | -0/+1 |
|\| | |||||
| * | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. | Yuriy Glukhov | 2016-11-30 | 1 | -0/+1 |
| | | |||||
* | | attempt to fix things | Andreas Rumpf | 2016-11-23 | 1 | -1/+1 |
| | | |||||
* | | the compiler uses tyAlias internally; tester compiles again | Araq | 2016-11-16 | 1 | -8/+11 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -2/+2 |
| | | | | | | | | instead in preparation for further bugfixes | ||||
* | | signature hashing: more progress | Araq | 2016-11-11 | 1 | -12/+7 |
| | | |||||
* | | C codegen: first version of signature hashing for better incremental builds | Araq | 2016-11-08 | 1 | -8/+10 |
|/ | |||||
* | new dependency tracking for nimsuggest | Araq | 2016-11-05 | 1 | -2/+4 |
| | |||||
* | refactoring complete: explicit ident cache | Araq | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | Generate `NimMainModule` name for main module. | cheatfate | 2016-10-26 | 1 | -2/+8 |
| | |||||
* | fixes #4840 | andri lim | 2016-10-03 | 1 | -4/+7 |
| | |||||
* | fixes thread vars of non-global visibility | Andreas Rumpf | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | fixes #4721 | Andreas Rumpf | 2016-09-07 | 1 | -2/+3 |
| | |||||
* | C++ backend: use .noInit pragma for non-public default constructors; refs #4687 | Andreas Rumpf | 2016-09-04 | 1 | -6/+30 |
| | |||||
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Merged | Araq | 2016-08-27 | 1 | -34/+1 |
|\ | |||||
| * | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -9/+1 |
| | | |||||
| * | remove keepAlive and friends | Jacek Sieka | 2016-08-09 | 1 | -26/+1 |
| | |