summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Change type name to be more NEP-1-ish as per Araq request.Charles Blake2016-09-012-3/+3
* Convert TaintedString to string.Charles Blake2016-09-011-1/+1
* Oops - L_ctermid must be a global var to compile.Charles Blake2016-09-011-2/+2
* Add terminal.terminalWidth and supporting types/calls.Charles Blake2016-09-012-1/+54
* Merge pull request #4685 from cheatfate/selevent32Andreas Rumpf2016-08-313-5/+5
|\
| * Fix 32bit architecture problems with SelectEvent.cheatfate2016-08-313-5/+5
|/
* Merge pull request #4670 from yglukhov/js-getcurexAndreas Rumpf2016-08-292-12/+26
|\
| * Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-292-12/+26
* | 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-296-46/+71
|\ \
| * | Added a note about system.alert deprecationYuriy Glukhov2016-08-271-0/+2
| * | Treat all failure codes from nodejs as 1Yuriy Glukhov2016-08-271-0/+5
| * | Fixed codegen for asmNoStackFrame pragma. More bulletproof frame restoration.Yuriy Glukhov2016-08-271-6/+8
| * | Reset framePtr on unhabdled exception. Dont reset on getStackTrace.Yuriy Glukhov2016-08-271-3/+1
| * | Restore framePtr after exceptionsYuriy Glukhov2016-08-271-4/+10
| * | Fixed js codegen issue for uncaught exceptions.Yuriy Glukhov2016-08-273-4/+5
| * | Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-272-29/+40
| |/
* | Merge pull request #4667 from mogud/develAndreas Rumpf2016-08-291-2/+4
|\ \
| * | make koch build quietlymogud2016-08-281-2/+4
* | | fixes a regression that caused --import in a config file to break thingsAndreas Rumpf2016-08-294-1/+6
* | | Adds GitLab CI config.Dominik Picheta2016-08-295-0/+136
|/ /
* | disable rodfile tests depending on gtkAraq2016-08-281-1/+1
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-08-271-3/+3
|\ \
| * \ Merge pull request #4662 from yglukhov/json-frame-corruptionDominik Picheta2016-08-271-3/+3
| |\ \ | | |/ | |/|
| | * Fixed frame corruptionYuriy Glukhov2016-08-271-3/+3
| |/
* | MergedAraq2016-08-2791-733/+991
|\|
| * 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
| * test case cleanupAndreas Rumpf2016-08-261-4/+4
| * koch boot: use different nimcaches for release and debug buildsAndreas Rumpf2016-08-261-1/+3
| * fixes #3928Andreas Rumpf2016-08-261-0/+3
| * do not crash on #3928Andreas Rumpf2016-08-261-0/+1
| * added missing test filesAndreas Rumpf2016-08-262-0/+110
| * fixes #4292Andreas Rumpf2016-08-262-8/+10
| * fixes #4253Andreas Rumpf2016-08-261-2/+2
| * fixes #2865Andreas Rumpf2016-08-261-1/+8
| * fixes #3606Andreas Rumpf2016-08-261-1/+1