summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | generated theindex.html is valid htmlAraq2016-09-091-1/+1
* | docgen: group by type featureAndreas Rumpf2016-09-081-1/+5
* | docgen: different attachedType generationAndreas Rumpf2016-09-081-7/+8
* | documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-6/+10
* | Display error message if defer statement is used at top levelKier Davis2016-09-071-0/+2
* | fixes #4721Andreas Rumpf2016-09-072-7/+22
* | fixes #4699Andreas Rumpf2016-09-051-1/+1
* | C++ backend: use .noInit pragma for non-public default constructors; refs #4687Andreas Rumpf2016-09-045-18/+45
* | Merge pull request #4701 from mbaulch/fix4675Andreas Rumpf2016-09-031-42/+72
|\ \
| * | pickBestCandidate: pre-calculate candidates when symbol table modifiedMatthew Baulch2016-09-031-42/+72
* | | fixes a compiler crash; refs #4699Andreas Rumpf2016-09-031-1/+2
* | | fixes #4677 properlyAndreas Rumpf2016-09-031-6/+7
* | | fixes #4677Andreas Rumpf2016-09-031-1/+2
* | | fixes #4693Andreas Rumpf2016-09-011-1/+3
* | | fixes #4673Andreas Rumpf2016-09-0118-31/+61
* | | fixes #4672Andreas Rumpf2016-09-011-1/+1
* | | nimsuggest improvementsAndreas Rumpf2016-08-293-15/+7
* | | Merge pull request #4660 from mbaulch/tree_helper_polishAndreas Rumpf2016-08-291-56/+12
|\ \ \
| * | | Cleanup and fix isConstExpr to return true for all atomic node types.Matthew Baulch2016-08-271-4/+2
| * | | Remove unnecessary result initialisations.Matthew Baulch2016-08-271-2/+1
| * | | Remove useless/misleading comment. flattenStmts not only for patterns.Matthew Baulch2016-08-271-1/+0
| * | | Remove unused procs getProcSym, getOpSym.Matthew Baulch2016-08-271-11/+0
| * | | Remove (unused) flattenTree proc.Matthew Baulch2016-08-271-14/+0
| * | | Remove (unused) swapOperands proc.Matthew Baulch2016-08-271-5/+0
| * | | Rewrite cyclicTree. Performance improved by approx 50%.Matthew Baulch2016-08-271-20/+10
| |/ /
* | | Merge pull request #4661 from yglukhov/js-uncaught-stacktraceAndreas Rumpf2016-08-291-11/+20
|\ \ \
| * | | Fixed codegen for asmNoStackFrame pragma. More bulletproof frame restoration.Yuriy Glukhov2016-08-271-6/+8
| * | | Restore framePtr after exceptionsYuriy Glukhov2016-08-271-4/+10
| * | | Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-271-1/+2
| |/ /
* | | fixes a regression that caused --import in a config file to break thingsAndreas Rumpf2016-08-291-1/+4
* | | MergedAraq2016-08-2735-610/+201
|\| |
| * | koch nsis: don't hardcode the path to NSISAndreas Rumpf2016-08-271-1/+0
| * | fixes #4656; ropes.nim checks properly for file equalityAndreas Rumpf2016-08-261-1/+6
| * | fixes #4179; disallow assignments to openarraysAndreas Rumpf2016-08-261-2/+3
| * | fixes regressionAndreas Rumpf2016-08-261-1/+1
| * | fixes #4580Andreas Rumpf2016-08-262-3/+4
| * | partial fix for #4623Andreas Rumpf2016-08-261-0/+2
| * | fixes #4491Andreas Rumpf2016-08-261-0/+3
| * | fixes #3928Andreas Rumpf2016-08-261-0/+3
| * | do not crash on #3928Andreas Rumpf2016-08-261-0/+1
| * | fixes #4292Andreas Rumpf2016-08-261-8/+1
| * | fixes #4253Andreas Rumpf2016-08-261-2/+2
| * | fixes #2865Andreas Rumpf2016-08-261-1/+8
| * | fixes #3606Andreas Rumpf2016-08-261-1/+1
| * | explicit side-effects override the inferred effect; refs #4659Andreas Rumpf2016-08-261-1/+1
| * | fixes #4658Andreas Rumpf2016-08-261-0/+5
| * | Merge pull request #4592 from arnetheduck/compiler-cleanupAndreas Rumpf2016-08-2527-464/+12
| |\ \
| | * | remove TLoc.heapRootJacek Sieka2016-08-172-8/+0
| | * | Merge remote-tracking branch 'origin/devel' into compiler-cleanupJacek Sieka2016-08-176-14/+23
| | |\ \
| | * | | remove unused stuffJacek Sieka2016-08-0927-406/+5