Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert function names scheme due to the @dom96 comment | Anatoly Galiulin | 2016-09-06 | 3 | -40/+16 |
| | |||||
* | Restore ``recvInto`` for backwards compatibility | Anatoly Galiulin | 2016-09-06 | 2 | -0/+24 |
| | |||||
* | Fix typo | Anatoly Galiulin | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Add async IO operations with buffers on files and sockets | Anatoly Galiulin | 2016-09-06 | 4 | -23/+373 |
| | |||||
* | Merge pull request #4717 from nigredo-tori/xml-escaping | Andreas Rumpf | 2016-09-05 | 1 | -3/+14 |
|\ | | | | | xmltree: separate escaping for attributes | ||||
| * | xmltree: separate escaping for attributes | Dmitry Polienko | 2016-09-05 | 1 | -3/+14 |
| | | |||||
* | | Merge pull request #4718 from krux02/cstring-doc | Andreas Rumpf | 2016-09-05 | 1 | -2/+4 |
|\ \ | | | | | | | cstring doc | ||||
| * | | cstring doc | Arne Döring | 2016-09-05 | 1 | -2/+4 |
| |/ | |||||
* | | fixes #4699 | Andreas Rumpf | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | fixes a critical tables bug that caused 'enlarge' to crash after 'add' | Andreas Rumpf | 2016-09-05 | 3 | -11/+30 |
|/ | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-09-04 | 1 | -0/+3 |
|\ | |||||
| * | Merge pull request #4710 from yglukhov/js-ex-stack | Andreas Rumpf | 2016-09-04 | 1 | -0/+3 |
| |\ | | | | | | | Store stack trace in exception | ||||
| | * | Store stack trace in exception | Yuriy Glukhov | 2016-09-04 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'endragor-async-readwrite-no-conflict' into devel | Andreas Rumpf | 2016-09-04 | 1 | -2/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge branch 'async-readwrite-no-conflict' of ↵ | Andreas Rumpf | 2016-09-04 | 1 | -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 Mustakov | 2016-09-02 | 1 | -2/+8 |
| | | | | | | | | | | | | asyncdispatch | ||||
* | | | C++ backend: use .noInit pragma for non-public default constructors; refs #4687 | Andreas Rumpf | 2016-09-04 | 5 | -18/+45 |
| |/ |/| | |||||
* | | Merge pull request #4706 from cheatfate/testupcoming | Andreas Rumpf | 2016-09-04 | 2 | -0/+12 |
|\ \ | | | | | | | Add upcoming/asyncdispatch.nim to tests. | ||||
| * | | Fix define. | cheatfate | 2016-09-04 | 1 | -1/+1 |
| | | | |||||
| * | | Add upcoming/asyncdispatch.nim to tests. | cheatfate | 2016-09-04 | 2 | -0/+12 |
| | | | |||||
* | | | Merge pull request #4705 from yglukhov/js-logging | Dominik Picheta | 2016-09-04 | 2 | -117/+131 |
|\ \ \ | | | | | | | | | Logging compatible with js | ||||
| * | | | Enabled logging tests for js | Yuriy Glukhov | 2016-09-03 | 2 | -6/+7 |
| | | | | |||||
| * | | | Logging compatible with js | Yuriy Glukhov | 2016-09-03 | 1 | -111/+124 |
| | | | | |||||
* | | | | Show inactive supporters on sponsors page too. | Dominik Picheta | 2016-09-04 | 5 | -41/+105 |
| | | | | |||||
* | | | | More accurate generation of sponsors list. | Dominik Picheta | 2016-09-04 | 1 | -38/+34 |
| | | | | |||||
* | | | | Finishing touches on survey article. | Dominik Picheta | 2016-09-04 | 4 | -7/+10 |
| |/ / |/| | | |||||
* | | | Change Nim in Action banner link on front page. | Dominik Picheta | 2016-09-03 | 1 | -1/+1 |
| | | | |||||
* | | | Fixes to Nim survey results article. | Dominik Picheta | 2016-09-03 | 7 | -22/+24 |
| | | | |||||
* | | | async: transfer all await/async macro related code to asyncmacro.nim module. ↵ | Eugene Kabanov | 2016-09-03 | 3 | -720/+377 |
|/ / | | | | | | | | | | | | | | | (#4704) * Transfer all async macro related code to asyncmacro.nim. * Make tests green. | ||||
* | | Finished article about Nim survey. | Dominik Picheta | 2016-09-03 | 16 | -0/+388 |
| | | |||||
* | | Merge pull request #4702 from cheatfate/upcoming_update1 | Andreas Rumpf | 2016-09-03 | 1 | -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. | cheatfate | 2016-09-03 | 1 | -38/+43 |
| | | | |||||
* | | | Merge pull request #4701 from mbaulch/fix4675 | Andreas Rumpf | 2016-09-03 | 4 | -42/+99 |
|\ \ \ | |/ / |/| | | pickBestCandidate: pre-calculate candidates when symbol table modified | ||||
| * | | Add a test case for issue #4675. | Matthew Baulch | 2016-09-03 | 3 | -0/+27 |
| | | | |||||
| * | | pickBestCandidate: pre-calculate candidates when symbol table modified | Matthew Baulch | 2016-09-03 | 1 | -42/+72 |
| | | | |||||
* | | | fixes a compiler crash; refs #4699 | Andreas Rumpf | 2016-09-03 | 1 | -1/+2 |
| | | | |||||
* | | | fixes #4677 properly | Andreas Rumpf | 2016-09-03 | 1 | -6/+7 |
| | | | |||||
* | | | fixes #4677 | Andreas Rumpf | 2016-09-03 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #4680 from cheatfate/asyncwinsend | Dominik Picheta | 2016-09-02 | 2 | -2/+12 |
|\ \ \ | | | | | | | | | async: protect data argument in windows send operation. | ||||
| * | | | Protect data argument for GC. | cheatfate | 2016-08-30 | 2 | -2/+12 |
| | | | | |||||
* | | | | Merge pull request #4698 from endragor/gitter-mention | Dominik Picheta | 2016-09-02 | 1 | -1/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Added Gitter links to readme | ||||
| * | | | Added Gitter links to readme | Ruslan Mustakov | 2016-09-02 | 1 | -1/+4 |
|/ / / | |||||
* | | | Merge branch 'c-blake-devel' into devel | Araq | 2016-09-02 | 2 | -1/+53 |
|\ \ \ | |||||
| * | | | Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-devel | Araq | 2016-09-02 | 2 | -1/+53 |
|/| | | | |||||
| * | | | Use new name for call to low-level terminalWidth. | Charles Blake | 2016-09-01 | 1 | -3/+3 |
| | | | | |||||
| * | | | Evidently Travis build termios.h does not pull in sys/ioctl.h | Charles Blake | 2016-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | but my initial test system did. | ||||
| * | | | Make Windows part match Unix part more closely per Araq request. | Charles Blake | 2016-09-01 | 1 | -8/+7 |
| | | | | |||||
| * | | | Change type name to be more NEP-1-ish as per Araq request. | Charles Blake | 2016-09-01 | 2 | -3/+3 |
| | | | | |||||
| * | | | Convert TaintedString to string. | Charles Blake | 2016-09-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Oops - L_ctermid must be a global var to compile. | Charles Blake | 2016-09-01 | 1 | -2/+2 |
| | | | |