summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #4721Andreas Rumpf2016-09-074-8/+33
* Some small fixes to changes introduced by #4683.Dominik Picheta2016-09-063-82/+30
* Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegans...Dominik Picheta2016-09-064-19/+369
|\
| * Revert function names scheme due to the @dom96 commentAnatoly Galiulin2016-09-063-40/+16
| * Restore ``recvInto`` for backwards compatibilityAnatoly Galiulin2016-09-062-0/+24
| * Fix typoAnatoly Galiulin2016-09-061-1/+1
| * Add async IO operations with buffers on files and socketsAnatoly Galiulin2016-09-064-23/+373
* | Merge pull request #4725 from cheatfate/fixtest_upcomingAndreas Rumpf2016-09-062-25/+159
|\ \ | |/ |/|
| * Fix windows issues.cheatfate2016-09-062-25/+159
* | Merge pull request #4717 from nigredo-tori/xml-escapingAndreas Rumpf2016-09-051-3/+14
|\ \
| * | xmltree: separate escaping for attributesDmitry Polienko2016-09-051-3/+14
| |/
* | Merge pull request #4718 from krux02/cstring-docAndreas Rumpf2016-09-051-2/+4
|\ \
| * | cstring docArne Döring2016-09-051-2/+4
| |/
* | fixes #4699Andreas Rumpf2016-09-051-1/+1
* | fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-053-11/+30
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-09-041-0/+3
|\
| * Merge pull request #4710 from yglukhov/js-ex-stackAndreas Rumpf2016-09-041-0/+3
| |\
| | * Store stack trace in exceptionYuriy Glukhov2016-09-041-0/+3
* | | Merge branch 'endragor-async-readwrite-no-conflict' into develAndreas Rumpf2016-09-041-2/+8
|\ \ \ | |/ / |/| |
| * | Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim...Andreas Rumpf2016-09-041-2/+8
|/| |
| * | Async read/write procedures no longer replace each other in upcoming asyncdis...Ruslan Mustakov2016-09-021-2/+8
* | | C++ backend: use .noInit pragma for non-public default constructors; refs #4687Andreas Rumpf2016-09-045-18/+45
| |/ |/|
* | Merge pull request #4706 from cheatfate/testupcomingAndreas Rumpf2016-09-042-0/+12
|\ \
| * | Fix define.cheatfate2016-09-041-1/+1
| * | Add upcoming/asyncdispatch.nim to tests.cheatfate2016-09-042-0/+12
* | | Merge pull request #4705 from yglukhov/js-loggingDominik Picheta2016-09-042-117/+131
|\ \ \
| * | | Enabled logging tests for jsYuriy Glukhov2016-09-032-6/+7
| * | | Logging compatible with jsYuriy Glukhov2016-09-031-111/+124
* | | | Show inactive supporters on sponsors page too.Dominik Picheta2016-09-045-41/+105
* | | | More accurate generation of sponsors list.Dominik Picheta2016-09-041-38/+34
* | | | Finishing touches on survey article.Dominik Picheta2016-09-044-7/+10
| |/ / |/| |
* | | Change Nim in Action banner link on front page.Dominik Picheta2016-09-031-1/+1
* | | 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