Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make 'memset' calls more robust; refs #7341 | Andreas Rumpf | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | fixes #7332 (#7341) | andri lim | 2018-03-16 | 1 | -1/+3 |
| | |||||
* | genTryCpp to catch by Nim type, ready for first review (#7196) | cooldome | 2018-02-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header | ||||
* | fixes #6960 | Andreas Rumpf | 2018-02-11 | 1 | -0/+1 |
| | |||||
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | fixes #6961 | Andreas Rumpf | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | fixes #7129 | Andreas Rumpf | 2018-01-30 | 1 | -1/+0 |
| | |||||
* | symbol files: introduce more switches for debugging | Andreas Rumpf | 2018-01-07 | 1 | -1/+0 |
| | |||||
* | symbol files: do not regenerate method dispatchers for now | Andreas Rumpf | 2018-01-04 | 1 | -0/+4 |
| | |||||
* | symbol files: fixes the logic for multi-methods | Araq | 2018-01-03 | 1 | -4/+4 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -15/+27 |
| | |||||
* | Do not include date in binaries (#6581) | Bernhard M. Wiedemann | 2017-11-18 | 1 | -3/+4 |
| | | | | | | and do not claim copyright for 2018 in order to make nim package builds reproducible. See https://reproducible-builds.org/ for why this is good. | ||||
* | Fix incorrect signature for nimLoadProcs when using cpp backend (#6699) | Kartik Saranathan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | backend preparations for incomplete/forwarded object types | Andreas Rumpf | 2017-10-28 | 1 | -5/+5 |
| | |||||
* | No implicit quit for Genode (#6515) | Emery Hemingway | 2017-10-25 | 1 | -2/+1 |
| | |||||
* | fixes a codegen bug: in 'result = f(result)' the default initialization for ↵ | Andreas Rumpf | 2017-10-09 | 1 | -1/+8 |
| | | | | 'result' IS required | ||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | refactoring: TLoc knows the node it originated from; it is planned to use ↵ | Andreas Rumpf | 2017-09-21 | 1 | -38/+53 |
| | | | | this to produce better C code (move optimizations) | ||||
* | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 1 | -6/+6 |
| | |||||
* | improve the debugging experience when line directives are used | Zahary Karadjov | 2017-09-04 | 1 | -4/+6 |
| | |||||
* | fixes #6279 | Andreas Rumpf | 2017-08-29 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |