summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #5339Andreas Rumpf2017-02-091-0/+38
|
* fixes #5349Araq2017-02-081-4/+36
|
* Merge branch 'devel' into feature/3691Dominik Picheta2017-02-0715-60/+307
|\
| * Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim ↵Araq2017-02-071-0/+36
| |\ | | | | | | | | | into endragor-accept-close-race-5279
| | * Move checkCloseError to nativesocketsRuslan Mustakov2017-02-071-0/+7
| | |
| | * Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-011-0/+29
| | | | | | | | | | | | Resolves: #5279
| * | fixes #5314Andreas Rumpf2017-02-051-0/+17
| | |
| * | fixes #5269Andreas Rumpf2017-02-051-0/+30
| | |
| * | fixes #5285Andreas Rumpf2017-02-042-1/+22
| | |
| * | Fix #5331 and #5332.cheatfate2017-02-041-0/+14
| | |
| * | fixes #5327Andreas Rumpf2017-02-032-5/+43
| | |
| * | testament: be verbose when --pedantic failsAndreas Rumpf2017-02-031-1/+3
| | |
| * | reenabled clear test, made clear working (#5323)Arne Döring2017-02-021-22/+20
| | |
| * | Merge branch 'devel' into new-name-manglingAraq2017-02-023-16/+14
| |\ \
| | * | make tests on Windows green under --pedanticAraq2017-02-023-16/+14
| | |/
| * / new name mangling scheme implementedAndreas Rumpf2017-02-021-1/+1
| |/
| * fix string slice & splice (#5311)Parashurama2017-02-011-0/+55
| | | | | | code fixes courtesy of @memophen
| * Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-011-13/+42
| |
| * fixes #4973Andreas Rumpf2017-02-011-2/+11
| |
* | Fixes test.Dominik Picheta2017-02-061-1/+1
| |
* | Add template tests for #3691.Dominik Picheta2017-02-061-4/+5
| |
* | Fixes incorrect scoping in semstmts.semTry.Dominik Picheta2017-02-061-1/+0
| |
* | More progress towards a working #3691.Dominik Picheta2017-02-031-1/+16
| |
* | WIP: `as` with generics.Dominik Picheta2017-02-021-6/+6
| |
* | WIP implementation of `except ExcType as ident` syntax. Refs #3691.Dominik Picheta2017-02-011-0/+10
|/
* make tests on Windows greenAraq2017-01-312-2/+7
|
* testament: OS specific disablesAraq2017-01-312-1/+18
|
* added a testcase for getThreadIdAraq2017-01-311-0/+5
|
* added test case; threadex example crashes nowAraq2017-01-302-0/+26
|
* made nodecl implicit for vars in the js backend. (#5297)Michael Jendrusch2017-01-292-1/+14
|
* fixes #5216Araq2017-01-271-0/+20
|
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+267
|
* bugfix: inline iterator do not mess up line information anymoreAndreas Rumpf2017-01-251-0/+22
|
* fix genderef of jsgen (#5274)shsnow232017-01-241-0/+20
|
* onThreadDestruction feature added to Nim's threading modelAndreas Rumpf2017-01-241-1/+6
|
* Use onThreadCreation to set default SSL context for each thread (#5265)Ruslan Mustakov2017-01-231-1/+1
| | | Fixes: #4998
* template+emit supports volatileRead and volatileWrite opsAndreas Rumpf2017-01-231-3/+21
|
* new segfaults.nim stdlib module works on WindowsAraq2017-01-201-0/+4
|
* first implementation of segfaults stdlib moduleAndreas Rumpf2017-01-201-0/+25
|
* fixes #5234 (#5240)Michael Jendrusch2017-01-201-0/+23
|
* fix seq add for nim node in VM (#5253)Arne Döring2017-01-191-2/+7
| | | fixes #4821
* make quote ast a ref type (#5246)Arne Döring2017-01-191-0/+69
| | | | * make quote ast a ref type * recursive set flag isRef for quoted ast
* fixes #5237Andreas Rumpf2017-01-191-0/+13
|
* Fixes #5225 (#5243)Lolo Iccl2017-01-181-0/+11
| | | | | | | | | | * Fixes #5225 * Fixes #5225 * Fixes #5225 fix typo
* Fixes #5244 (#5245)Yuriy Glukhov2017-01-181-0/+10
|
* added system.onThreadCreation feature for safe thread local storage ↵Andreas Rumpf2017-01-182-0/+23
| | | | initializations
* Fixes #5112 (Fix error messages raised when multiple modules have the same ↵Lolo Iccl2017-01-174-0/+14
| | | | | | original name) (#5220) Fixes #5112
* Removed mangling of object fields for the js target only. (#5226)Michael Jendrusch2017-01-171-0/+83
| | | | | | | | * removed mangling of object fields for the js target only. * changed default mangling behaviour for the php target as well. * Added test for unorthodox field names (reserved words and operators). Adjusted field accessors and object constructors / new to be ECMAScript first edition compatible, when using fieldnames which are reserved words.
* fixes #5218Andreas Rumpf2017-01-161-0/+41
|
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-162-28/+26
| | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier.