summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* fixes #6949Araq2017-12-211-6/+18
|
* Fix json generation logic (#6909)konqoro2017-12-211-29/+27
|
* fix #6462Zahary Karadjov2017-12-212-2/+4
|
* fix #6277Zahary Karadjov2017-12-211-1/+1
|
* fix #6108Zahary Karadjov2017-12-211-5/+8
|
* cleanup times.nimAraq2017-12-211-1/+2
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-211-2/+11
|\
| * Use escape sequences rather than hex in string/char literals (#6941)Mathias Stearn2017-12-181-2/+11
| | | | | | | | This should makes documentation easier to read for people who haven't committed the ascii table to memory.
* | first steps in adding template/macro calls to stack tracesAraq2017-12-2115-37/+83
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-181-8/+6
|\
| * Alternative fix for #4910 that covers #6892; fixes #6892 (#6938)cooldome2017-12-171-8/+6
| |
* | next steps in giving Nim a decent DFA infrastructureAraq2017-12-182-8/+86
|/
* fixes #6932Araq2017-12-171-1/+1
|
* runnableExamples feature: allow import statements and move them to the top levelAraq2017-12-171-0/+10
|
* renderer.nim: fixes a long standing bug that kept triple string literals ↵Araq2017-12-171-1/+1
| | | | from being rendered properly
* cleanup of the Intel compiler handling; refs #6488Araq2017-12-151-13/+14
|
* Fix icc compiler on linux (#6488)Eduardo Bart2017-12-151-4/+6
|
* make boostrapping workAraq2017-12-151-0/+1
|
* Merge branch 'issue-6805' of https://github.com/Veladus/Nim into ↵Araq2017-12-152-1/+12
|\ | | | | | | Veladus-issue-6805
| * removed unused constantsVeladus2017-12-111-2/+1
| |
| * Now analyzes over magics instead of symbol names; but dosn't compile for meVeladus2017-12-112-2/+3
| |
| * Improved error reportingVeladus2017-12-111-1/+1
| |
| * Fixed for diffrent Typeids of Excpetion for diffrent compilation unitsVeladus2017-12-021-7/+1
| |
| * Compiler now catches when an expression is raised which is no ExceptionVeladus2017-12-022-1/+18
| |
* | fixes #6626Araq2017-12-151-0/+13
| |
* | make tests green againAraq2017-12-151-0/+2
| |
* | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-152-3/+3
| |
* | make JS tests green againAraq2017-12-151-1/+1
| |
* | fixes #668Araq2017-12-152-5/+25
| |
* | fixes #5999Araq2017-12-141-2/+8
| |
* | fixes #6033Araq2017-12-141-0/+195
| |
* | make tests green againAndreas Rumpf2017-12-131-1/+1
| |
* | make hidden visibility the default for UnixAraq2017-12-131-0/+2
| |
* | Fixed koch warning when installing Nim. (#6898)Gerke Max Preussner2017-12-121-3/+3
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-12-091-3/+3
|\ \
| * | modify getTypeImpl to reduce result to final implementation (#6891)jcosborn2017-12-091-3/+3
| | | | | | | | | | | | | | | * added test case for getTypeImpl * modify getTypeImpl to reduce result to final implementation
* | | fixes crash related to runnableExamples in Nim doc that yet uses the VMAndreas Rumpf2017-12-091-0/+2
|/ /
* | fixes #6889Andreas Rumpf2017-12-081-0/+3
| |
* | Merge branch 'devel' into araq-new-mm2Araq2017-12-084-15/+44
|\ \
| * | add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-062-1/+5
| | |
| * | fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-041-3/+6
| |/
| * Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-011-11/+33
| |
* | fixes another sighashes problemAraq2017-12-081-5/+17
| |
* | Leak detector: give more info for anon ref objectsAraq2017-12-081-1/+4
|/
* make tests green againAraq2017-12-011-2/+0
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-011-1/+2
|\
| * Emit relative object file paths in genScript (#6835)Yuriy Glukhov2017-11-291-1/+2
| |
* | more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-015-236/+44
| | | | | | | | confusing
* | improve the error messages when overloaded '.' operators are involvedAraq2017-11-301-1/+3
| |
* | ccgexprs.nim: added support for 'debugMagics'Araq2017-11-301-1/+4
| |