summary refs log tree commit diff stats
path: root/compiler/cgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* .compile pragma supports patterns and actionsAraq2017-01-281-31/+36
|
* happy new yearAraq2017-01-071-2/+2
|
* make Nim compiler compile with 0.15.2Araq2017-01-071-3/+16
|
* fixes #5171Araq2017-01-031-0/+1
|
* fixes recently introduced regressionAndreas Rumpf2016-12-211-6/+8
|
* fixes #5136Andreas Rumpf2016-12-211-6/+6
|
* Merge branch 'devel' into sighashesAraq2016-12-191-11/+14
|\
| * fixes #4308, fixes #4905Araq2016-12-181-0/+2
| |
| * revert line info generation change; produces worse results for other casesAraq2016-12-181-2/+2
| |
| * significantly better stack traces when templates are involvedAraq2016-12-181-8/+12
| |
* | sighashes: do not use the ID mechanism at allAraq2016-12-131-7/+28
| |
* | implements -d:nimdiff switch for seeing generated C code diffsAndreas Rumpf2016-12-061-1/+7
| |
* | refactoring: C codegen with fewer global variablesAraq2016-12-051-52/+54
| |
* | more tests workAraq2016-12-021-0/+1
| |
* | Merge branch 'devel' into sighashesAraq2016-12-011-0/+1
|\|
| * Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-0/+1
| |
* | attempt to fix thingsAndreas Rumpf2016-11-231-1/+1
| |
* | the compiler uses tyAlias internally; tester compiles againAraq2016-11-161-8/+11
| |
* | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵Araq2016-11-141-2/+2
| | | | | | | | instead in preparation for further bugfixes
* | signature hashing: more progressAraq2016-11-111-12/+7
| |
* | C codegen: first version of signature hashing for better incremental buildsAraq2016-11-081-8/+10
|/
* new dependency tracking for nimsuggestAraq2016-11-051-2/+4
|
* refactoring complete: explicit ident cacheAraq2016-10-311-1/+1
|
* Generate `NimMainModule` name for main module.cheatfate2016-10-261-2/+8
|
* fixes #4840andri lim2016-10-031-4/+7
|
* fixes thread vars of non-global visibilityAndreas Rumpf2016-09-121-1/+1
|
* fixes #4721Andreas Rumpf2016-09-071-2/+3
|
* C++ backend: use .noInit pragma for non-public default constructors; refs #4687Andreas Rumpf2016-09-041-6/+30
|
* fixes #4673Andreas Rumpf2016-09-011-1/+1
|
* MergedAraq2016-08-271-34/+1
|\
| * remove unused stuffJacek Sieka2016-08-091-9/+1
| |
| * remove keepAlive and friendsJacek Sieka2016-08-091-26/+1
| |
* | next steps in getting symbol files to work againAraq2016-08-161-1/+1
|/
* fixes #4505, fixes #4230Andreas Rumpf2016-08-041-1/+2
|
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-2/+2
|
* C code generation now deterministic; fixes #4364Andreas Rumpf2016-06-221-5/+6
|
* fixes #2259, fixes #1389Andreas Rumpf2016-06-021-1/+1
|
* refactoring: flags instead of boolsAndreas Rumpf2016-05-181-11/+13
|
* fixes #4110Andreas Rumpf2016-05-111-1/+2
|
* fixes #4034Andreas Rumpf2016-05-111-1/+2
|
* fixes a critical codegen bug that keeps PR #4017 from workingAraq2016-03-311-2/+1
|
* first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-1/+1
|
* first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-1/+1
|
* fixes a critical codegen bug triggered by .asyncAraq2015-09-101-1/+1
|
* Fixed --debugger:on option. Removed c_line from termios.Yuriy Glukhov2015-08-121-5/+4
|
* gc:none works againAraq2015-07-261-1/+1
|
* fixes #3134Araq2015-07-181-4/+4
|
* Turn loadDynamicLib msg into hintDependencyAdam Strzelecki2015-07-031-2/+1
|
* .header pragma now supports preprocessor directivesAraq2015-07-011-4/+6
|
* securehash: Keep module name consistentAdam Strzelecki2015-06-091-1/+1
| | | | | | 1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column