summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* minor stdlib cleanupsAraq2016-09-093-19/+19
* generated theindex.html is valid htmlAraq2016-09-091-10/+21
* Make htmlparser compile without warningsAraq2016-09-091-14/+17
* make net.nim compile for osx doc2Andreas Rumpf2016-09-081-1/+1
* Merge pull request #4733 from cheatfate/asyncssl_and_testsAndreas Rumpf2016-09-081-3/+8
|\
| * Removed tests with `asyncio`.cheatfate2016-09-071-3/+8
* | Merge pull request #4732 from cheatfate/borrowseAndreas Rumpf2016-09-081-0/+1
|\ \
| * | Borrow SelectEvent `==`.cheatfate2016-09-071-0/+1
| |/
* / Allow to use strtabs module with js targetAnatoly Galiulin2016-09-081-14/+24
|/
* 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-061-25/+34
|\ \ | |/ |/|
| * Fix windows issues.cheatfate2016-09-061-25/+34
* | Merge pull request #4717 from nigredo-tori/xml-escapingAndreas Rumpf2016-09-051-3/+14
|\ \
| * | xmltree: separate escaping for attributesDmitry Polienko2016-09-051-3/+14
| |/
* / fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-052-11/+17
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-09-041-0/+3
|\
| * Store stack trace in exceptionYuriy Glukhov2016-09-041-0/+3
* | 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
* | Merge pull request #4705 from yglukhov/js-loggingDominik Picheta2016-09-041-115/+129
|\ \
| * | Enabled logging tests for jsYuriy Glukhov2016-09-031-4/+5
| * | Logging compatible with jsYuriy Glukhov2016-09-031-111/+124
* | | async: transfer all await/async macro related code to asyncmacro.nim module. ...Eugene Kabanov2016-09-033-720/+377
|/ /
* | Make upcoming version to be up to date with current version.cheatfate2016-09-031-38/+43
* | Merge pull request #4680 from cheatfate/asyncwinsendDominik Picheta2016-09-022-2/+12
|\ \ | |/ |/|
| * Protect data argument for GC.cheatfate2016-08-302-2/+12
* | 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
|/ /
* / Fix 32bit architecture problems with SelectEvent.cheatfate2016-08-313-5/+5
|/
* Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-291-9/+23
* Merge pull request #4661 from yglukhov/js-uncaught-stacktraceAndreas Rumpf2016-08-291-32/+38
|\
| * Reset framePtr on unhabdled exception. Dont reset on getStackTrace.Yuriy Glukhov2016-08-271-3/+1
| * Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-271-29/+37
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-08-271-3/+3
|\ \
| * | Fixed frame corruptionYuriy Glukhov2016-08-271-3/+3
| |/
* | MergedAraq2016-08-2716-65/+139
|\|
| * json module: use ordered tables instead of ordinary tablesAndreas Rumpf2016-08-251-17/+23
| * update stdlib to not use deprecated symbolsAndreas Rumpf2016-08-252-9/+9