Anatoly Galiulin
|
60dbfb2ec9
|
Revert function names scheme due to the @dom96 comment
|
2016-09-06 09:31:13 +07:00 |
|
Anatoly Galiulin
|
862d6ad234
|
Restore `recvInto` for backwards compatibility
|
2016-09-06 09:31:13 +07:00 |
|
Anatoly Galiulin
|
436a5a01ab
|
Fix typo
|
2016-09-06 09:31:13 +07:00 |
|
Anatoly Galiulin
|
e4c46e6fba
|
Add async IO operations with buffers on files and sockets
|
2016-09-06 09:31:13 +07:00 |
|
Andreas Rumpf
|
41f6c08f92
|
Merge pull request #4717 from nigredo-tori/xml-escaping
xmltree: separate escaping for attributes
|
2016-09-05 17:18:31 +02:00 |
|
Andreas Rumpf
|
19b0df614d
|
Merge pull request #4718 from krux02/cstring-doc
cstring doc
|
2016-09-05 17:07:23 +02:00 |
|
Andreas Rumpf
|
901e3dbb77
|
fixes #4699
|
2016-09-05 16:58:33 +02:00 |
|
Arne Döring
|
4a904d9e57
|
cstring doc
|
2016-09-05 15:49:14 +02:00 |
|
Dmitry Polienko
|
8c9e2d7a43
|
xmltree: separate escaping for attributes
|
2016-09-05 15:43:44 +07:00 |
|
Andreas Rumpf
|
4077050a42
|
fixes a critical tables bug that caused 'enlarge' to crash after 'add'
|
2016-09-05 08:51:38 +02:00 |
|
Andreas Rumpf
|
147c257720
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2016-09-04 23:46:01 +02:00 |
|
Andreas Rumpf
|
a756b005ac
|
Merge branch 'endragor-async-readwrite-no-conflict' into devel
|
2016-09-04 23:45:20 +02:00 |
|
Andreas Rumpf
|
a5be42c024
|
Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict
|
2016-09-04 23:41:18 +02:00 |
|
Andreas Rumpf
|
e6e53549fe
|
Merge pull request #4710 from yglukhov/js-ex-stack
Store stack trace in exception
|
2016-09-04 22:48:15 +02:00 |
|
Andreas Rumpf
|
dfa0699e73
|
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
|
2016-09-04 22:36:29 +02:00 |
|
Yuriy Glukhov
|
99bbda28ee
|
Store stack trace in exception
|
2016-09-04 22:57:10 +03:00 |
|
Andreas Rumpf
|
7e86ed00ce
|
Merge pull request #4706 from cheatfate/testupcoming
Add upcoming/asyncdispatch.nim to tests.
|
2016-09-04 19:29:29 +02:00 |
|
Dominik Picheta
|
63851b2c91
|
Merge pull request #4705 from yglukhov/js-logging
Logging compatible with js
|
2016-09-04 15:52:34 +02:00 |
|
Dominik Picheta
|
7982fc4f09
|
Show inactive supporters on sponsors page too.
|
2016-09-04 15:24:46 +02:00 |
|
Dominik Picheta
|
409cd07c73
|
More accurate generation of sponsors list.
|
2016-09-04 14:45:50 +02:00 |
|
Dominik Picheta
|
63f05769fa
|
Finishing touches on survey article.
|
2016-09-04 01:21:40 +02:00 |
|
cheatfate
|
5a1db8af54
|
Fix define.
|
2016-09-04 01:48:13 +03:00 |
|
cheatfate
|
015e22c8c0
|
Add upcoming/asyncdispatch.nim to tests.
|
2016-09-04 01:22:04 +03:00 |
|
Yuriy Glukhov
|
a994f142b5
|
Enabled logging tests for js
|
2016-09-03 22:46:10 +03:00 |
|
Dominik Picheta
|
e70f027870
|
Change Nim in Action banner link on front page.
|
2016-09-03 21:17:07 +02:00 |
|
Dominik Picheta
|
8211f25e86
|
Fixes to Nim survey results article.
|
2016-09-03 21:17:07 +02:00 |
|
Eugene Kabanov
|
4fa3ded9c7
|
async: transfer all await/async macro related code to asyncmacro.nim module. (#4704)
* Transfer all async macro related code to asyncmacro.nim.
* Make tests green.
|
2016-09-03 20:52:45 +02:00 |
|
Yuriy Glukhov
|
c43a7f3980
|
Logging compatible with js
|
2016-09-03 21:11:10 +03:00 |
|
Dominik Picheta
|
3d78b5c14c
|
Finished article about Nim survey.
|
2016-09-03 18:21:27 +02:00 |
|
Andreas Rumpf
|
80fe763915
|
Merge pull request #4702 from cheatfate/upcoming_update1
async: make upcoming version to be up to date with current version.
|
2016-09-03 15:54:13 +02:00 |
|
Andreas Rumpf
|
ea8a11dd73
|
Merge pull request #4701 from mbaulch/fix4675
pickBestCandidate: pre-calculate candidates when symbol table modified
|
2016-09-03 15:45:22 +02:00 |
|
Matthew Baulch
|
9a2b98cd8b
|
Add a test case for issue #4675.
|
2016-09-03 21:21:06 +10:00 |
|
cheatfate
|
685830de79
|
Make upcoming version to be up to date with current version.
|
2016-09-03 13:41:56 +03:00 |
|
Matthew Baulch
|
3fef725d92
|
pickBestCandidate: pre-calculate candidates when symbol table modified
|
2016-09-03 20:20:48 +10:00 |
|
Andreas Rumpf
|
c2df609cd6
|
fixes a compiler crash; refs #4699
|
2016-09-03 11:12:19 +02:00 |
|
Andreas Rumpf
|
0e9d12639e
|
fixes #4677 properly
|
2016-09-03 11:12:19 +02:00 |
|
Andreas Rumpf
|
1528d7c6e8
|
fixes #4677
|
2016-09-03 11:12:19 +02:00 |
|
Dominik Picheta
|
46948a9509
|
Merge pull request #4680 from cheatfate/asyncwinsend
async: protect data argument in windows send operation.
|
2016-09-02 18:21:35 +02:00 |
|
Dominik Picheta
|
a5de03ea25
|
Merge pull request #4698 from endragor/gitter-mention
Added Gitter links to readme
|
2016-09-02 18:20:01 +02:00 |
|
Ruslan Mustakov
|
0a28e45b95
|
Added Gitter links to readme
|
2016-09-02 20:18:11 +07:00 |
|
Ruslan Mustakov
|
b676a08b3a
|
Async read/write procedures no longer replace each other in upcoming asyncdispatch
|
2016-09-02 19:15:59 +07:00 |
|
Araq
|
0848e9dc0b
|
Merge branch 'c-blake-devel' into devel
|
2016-09-02 01:32:17 +02:00 |
|
Araq
|
7332266c7e
|
Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-devel
|
2016-09-02 01:22:59 +02:00 |
|
Charles Blake
|
e4ddcd836c
|
Use new name for call to low-level terminalWidth.
|
2016-09-01 14:44:33 -04:00 |
|
Charles Blake
|
7b39545eb3
|
Evidently Travis build termios.h does not pull in sys/ioctl.h
but my initial test system did.
|
2016-09-01 14:08:40 -04:00 |
|
Andreas Rumpf
|
11f7eb2d9b
|
fixes #4689
|
2016-09-01 16:57:34 +02:00 |
|
Andreas Rumpf
|
9c44403934
|
fixes #4693
|
2016-09-01 16:19:45 +02:00 |
|
Charles Blake
|
d65589fe27
|
Make Windows part match Unix part more closely per Araq request.
|
2016-09-01 08:49:07 -04:00 |
|
Charles Blake
|
8df2078f08
|
Change type name to be more NEP-1-ish as per Araq request.
|
2016-09-01 08:33:39 -04:00 |
|
Charles Blake
|
5db1de87b1
|
Convert TaintedString to string.
|
2016-09-01 08:16:28 -04:00 |
|