summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | * | remove keepAlive and friendsJacek Sieka2016-08-093-51/+8
| * | | Merge pull request #4611 from jangko/vs2010_error_c2275Andreas Rumpf2016-08-251-1/+1
| |\ \ \
| | * | | fixed #4459 -- VS2010 error C2275andri lim2016-08-131-1/+1
| | | |/ | | |/|
| * | | Merge pull request #4633 from mbaulch/pickbestcand_faster_inlinedAndreas Rumpf2016-08-251-61/+43
| |\ \ \
| | * | | Optimise pickBestCandidate: reduce heap allocations.Matthew Baulch2016-08-211-61/+43
| | |/ /
| * | | side-effect computation now done in the proper pass; fixes #4254Andreas Rumpf2016-08-253-14/+36
| * | | minor thingsAndreas Rumpf2016-08-241-1/+1
| * | | fixes #4653Andreas Rumpf2016-08-241-0/+2
| * | | overloading resolution: scoping is considered after typing (needs to be docum...Andreas Rumpf2016-08-241-2/+3
| * | | fixes #4632Andreas Rumpf2016-08-231-8/+9
| * | | fixes #4579Andreas Rumpf2016-08-231-30/+25
| * | | fixes #4600Andreas Rumpf2016-08-231-6/+7
| * | | fixes #4619Andreas Rumpf2016-08-231-2/+8
| * | | fixes #3221Andreas Rumpf2016-08-221-1/+11
| * | | Add comments to clarify the roles of abstractX and typedescX types.Matthew Baulch2016-08-211-0/+3
| |/ /
* | | tester cleanup; enable some rod testsAraq2016-08-274-10/+14
* | | next steps in getting symbol files to work againAraq2016-08-166-32/+131
* | | some attempts to make symbolfiles work againAraq2016-08-135-30/+41
|/ /
* | Merge pull request #4604 from mbaulch/fix3658Andreas Rumpf2016-08-112-6/+12
|\ \