summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #4717 from nigredo-tori/xml-escapingAndreas Rumpf2016-09-051-3/+14
|\ | | | | xmltree: separate escaping for attributes
| * xmltree: separate escaping for attributesDmitry Polienko2016-09-051-3/+14
| |
* | Merge pull request #4718 from krux02/cstring-docAndreas Rumpf2016-09-051-2/+4
|\ \ | | | | | | cstring doc
| * | 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 exception
| | * 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 ↵Andreas Rumpf2016-09-041-2/+8
|/| | | | | | | | | | | https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict
| * | Async read/write procedures no longer replace each other in upcoming ↵Ruslan Mustakov2016-09-021-2/+8
| | | | | | | | | | | | asyncdispatch
* | | 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
|\ \ | | | | | | Add upcoming/asyncdispatch.nim to tests.
| * | 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
|\ \ \ | | | | | | | | Logging compatible with js
| * | | 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
|/ / | | | | | | | | | | | | | | (#4704) * Transfer all async macro related code to asyncmacro.nim. * Make tests green.
* | Finished article about Nim survey.Dominik Picheta2016-09-0316-0/+388
| |
* | Merge pull request #4702 from cheatfate/upcoming_update1Andreas Rumpf2016-09-031-38/+43
|\ \ | | | | | | async: make upcoming version to be up to date with current version.
| * | 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
|\ \ \ | |/ / |/| | pickBestCandidate: pre-calculate candidates when symbol table modified
| * | 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
|\ \ \ | | | | | | | | async: protect data argument in windows send operation.
| * | | 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 readme
| * | | 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
| | | | | | | | | | | | | | | | but my initial test system did.
| * | | 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
| | | |