summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixes to Nim survey results article.Dominik Picheta2016-09-037-22/+24
* async: transfer all await/async macro related code to asyncmacro.nim module. ...Eugene Kabanov2016-09-033-720/+377
* Finished article about Nim survey.Dominik Picheta2016-09-0316-0/+388
* Merge pull request #4702 from cheatfate/upcoming_update1Andreas Rumpf2016-09-031-38/+43
|\
| * Make upcoming version to be up to date with current version.cheatfate2016-09-031-38/+43
* | Merge pull request #4701 from mbaulch/fix4675Andreas Rumpf2016-09-034-42/+99
|\ \ | |/ |/|
| * Add a test case for issue #4675.Matthew Baulch2016-09-033-0/+27
| * 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
* | Merge pull request #4680 from cheatfate/asyncwinsendDominik Picheta2016-09-022-2/+12
|\ \
| * | Protect data argument for GC.cheatfate2016-08-302-2/+12
* | | Merge pull request #4698 from endragor/gitter-mentionDominik Picheta2016-09-021-1/+4
|\ \ \
| * | | Added Gitter links to readmeRuslan Mustakov2016-09-021-1/+4
|/ / /
* | | Merge branch 'c-blake-devel' into develAraq2016-09-022-1/+53
|\ \ \
| * | | Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-develAraq2016-09-022-1/+53
|/| | |
| * | | Use new name for call to low-level terminalWidth.Charles Blake2016-09-011-3/+3
| * | | Evidently Travis build termios.h does not pull in sys/ioctl.hCharles Blake2016-09-011-1/+1
| * | | Make Windows part match Unix part more closely per Araq request.Charles Blake2016-09-011-8/+7
| * | | 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
* | | | fixes #4689Andreas Rumpf2016-09-011-7/+5
* | | | fixes #4693Andreas Rumpf2016-09-011-1/+3
* | | | fixes #4673Andreas Rumpf2016-09-0119-31/+74
* | | | fixes #4672Andreas Rumpf2016-09-012-1/+13
* | | | nimsuggest: correct documentationAndreas Rumpf2016-09-011-2/+2
|/ / /
* | | 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
| |/