Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | koch supports the finish command for smooth installations on Windows | Araq | 2016-10-09 | 1 | -0/+1 |
| | |||||
* | fixes #4845 | Araq | 2016-10-08 | 1 | -1/+3 |
| | |||||
* | failed attempt to fix a 'void' inference bug | Araq | 2016-10-08 | 1 | -1/+6 |
| | |||||
* | fixes #4840 | andri lim | 2016-10-03 | 1 | -4/+7 |
| | |||||
* | disable warnUninit for --verbosity:2 | Andreas Rumpf | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Fixes and improvements to NSIS installer. | Dominik Picheta | 2016-09-28 | 1 | -2/+2 |
| | |||||
* | tar.xz contains nimble and nimsuggest | Andreas Rumpf | 2016-09-26 | 1 | -1/+3 |
| | |||||
* | fixes #4803 | Andreas Rumpf | 2016-09-24 | 2 | -1/+5 |
| | |||||
* | fixes #4813 | Andreas Rumpf | 2016-09-24 | 1 | -1/+4 |
| | |||||
* | fix #3567 | cheatfate | 2016-09-23 | 1 | -4/+5 |
| | |||||
* | JS: Fixed ICE on ptr assignment | Yuriy Glukhov | 2016-09-20 | 1 | -6/+14 |
| | |||||
* | fixes #4764, fixes #4731, fixes #4724 | Araq | 2016-09-14 | 1 | -0/+1 |
| | |||||
* | VM: 'raises' in an 'except' doesn't cause an endless loop anymore | Araq | 2016-09-14 | 1 | -2/+10 |
| | |||||
* | fixes #4626 | Andreas Rumpf | 2016-09-13 | 3 | -52/+13 |
| | |||||
* | fixes #4625 | Andreas Rumpf | 2016-09-13 | 1 | -1/+1 |
| | |||||
* | fixes #4671 | Andreas Rumpf | 2016-09-13 | 1 | -0/+1 |
| | |||||
* | minor steps to make closure iterators work with the JS backend | Andreas Rumpf | 2016-09-12 | 1 | -0/+7 |
| | |||||
* | fixes thread vars of non-global visibility | Andreas Rumpf | 2016-09-12 | 2 | -2/+3 |
| | |||||
* | fixes #4088 | Andreas Rumpf | 2016-09-11 | 2 | -6/+6 |
| | |||||
* | docgen: working search feature | Araq | 2016-09-09 | 1 | -9/+3 |
| | |||||
* | generated theindex.html is valid html | Araq | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | docgen: group by type feature | Andreas Rumpf | 2016-09-08 | 1 | -1/+5 |
| | |||||
* | docgen: different attachedType generation | Andreas Rumpf | 2016-09-08 | 1 | -7/+8 |
| | |||||
* | documentation now has an 'edit' button | Andreas Rumpf | 2016-09-08 | 1 | -6/+10 |
| | |||||
* | Display error message if defer statement is used at top level | Kier Davis | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | fixes #4721 | Andreas Rumpf | 2016-09-07 | 2 | -7/+22 |
| | |||||
* | fixes #4699 | Andreas Rumpf | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | C++ backend: use .noInit pragma for non-public default constructors; refs #4687 | Andreas Rumpf | 2016-09-04 | 5 | -18/+45 |
| | |||||
* | Merge pull request #4701 from mbaulch/fix4675 | Andreas Rumpf | 2016-09-03 | 1 | -42/+72 |
|\ | | | | | pickBestCandidate: pre-calculate candidates when symbol table modified | ||||
| * | pickBestCandidate: pre-calculate candidates when symbol table modified | Matthew Baulch | 2016-09-03 | 1 | -42/+72 |
| | | |||||
* | | fixes a compiler crash; refs #4699 | Andreas Rumpf | 2016-09-03 | 1 | -1/+2 |
| | | |||||
* | | fixes #4677 properly | Andreas Rumpf | 2016-09-03 | 1 | -6/+7 |
| | | |||||
* | | fixes #4677 | Andreas Rumpf | 2016-09-03 | 1 | -1/+2 |
| | | |||||
* | | fixes #4693 | Andreas Rumpf | 2016-09-01 | 1 | -1/+3 |
| | | |||||
* | | fixes #4673 | Andreas Rumpf | 2016-09-01 | 18 | -31/+61 |
| | | |||||
* | | fixes #4672 | Andreas Rumpf | 2016-09-01 | 1 | -1/+1 |
| | | |||||
* | | nimsuggest improvements | Andreas Rumpf | 2016-08-29 | 3 | -15/+7 |
| | | |||||
* | | Merge pull request #4660 from mbaulch/tree_helper_polish | Andreas Rumpf | 2016-08-29 | 1 | -56/+12 |
|\ \ | | | | | | | Tree helpers: Polish, optimise, remove those not used | ||||
| * | | Cleanup and fix isConstExpr to return true for all atomic node types. | Matthew Baulch | 2016-08-27 | 1 | -4/+2 |
| | | | |||||
| * | | Remove unnecessary result initialisations. | Matthew Baulch | 2016-08-27 | 1 | -2/+1 |
| | | | |||||
| * | | Remove useless/misleading comment. flattenStmts not only for patterns. | Matthew Baulch | 2016-08-27 | 1 | -1/+0 |
| | | | |||||
| * | | Remove unused procs getProcSym, getOpSym. | Matthew Baulch | 2016-08-27 | 1 | -11/+0 |
| | | | |||||
| * | | Remove (unused) flattenTree proc. | Matthew Baulch | 2016-08-27 | 1 | -14/+0 |
| | | | |||||
| * | | Remove (unused) swapOperands proc. | Matthew Baulch | 2016-08-27 | 1 | -5/+0 |
| | | | |||||
| * | | Rewrite cyclicTree. Performance improved by approx 50%. | Matthew Baulch | 2016-08-27 | 1 | -20/+10 |
| |/ | |||||
* | | Merge pull request #4661 from yglukhov/js-uncaught-stacktrace | Andreas Rumpf | 2016-08-29 | 1 | -11/+20 |
|\ \ | | | | | | | Uncaught exceptions in JS now always propagate with better stack trace. Fixed codegen bug. | ||||
| * | | Fixed codegen for asmNoStackFrame pragma. More bulletproof frame restoration. | Yuriy Glukhov | 2016-08-27 | 1 | -6/+8 |
| | | | |||||
| * | | Restore framePtr after exceptions | Yuriy Glukhov | 2016-08-27 | 1 | -4/+10 |
| | | | |||||
| * | | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 1 | -1/+2 |
| |/ | |||||
* | | fixes a regression that caused --import in a config file to break things | Andreas Rumpf | 2016-08-29 | 1 | -1/+4 |
| | |