Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re additions for buffer (cstring) RE matching (#5117) | jlp765 | 2017-01-16 | 2 | -99/+245 |
| | | | | | | | | | | | | | | | | | | * Replace expr with untyped * Add buffer (cstring) related procs Replace expr with untyped Replace testing assert() procs with doAssert() * make the string variants call the cstring variants in order to fight code size * Remove redundant proc * fix casting of cstring add init of variables (identified by verbosity:3) * Speed up - use pattern.e for exec() inline some procs | ||||
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 8 | -481/+676 |
| | | | | | | | | | | | | * 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. | ||||
* | Fixed Mersenne Twister (#5227) | MednauN | 2017-01-16 | 1 | -2/+2 |
| | |||||
* | Create temp var in deepcopy if needed (#5205) | Brandon Pickering | 2017-01-15 | 2 | -2/+27 |
| | |||||
* | M&S GC gets the heap dump feature | Andreas Rumpf | 2017-01-15 | 3 | -69/+76 |
| | |||||
* | finish tool: untested download feature | Andreas Rumpf | 2017-01-15 | 1 | -1/+25 |
| | |||||
* | Update system.nim | Andreas Rumpf | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | default GC can do a sort of heap dump via -d:nimTypeNames and ↵ | Andreas Rumpf | 2017-01-14 | 3 | -3/+37 |
| | | | | dumpNumberOfInstances() | ||||
* | memory allocator hotfix: do not allocate tremendous amounts of memory | Andreas Rumpf | 2017-01-13 | 2 | -12/+18 |
| | |||||
* | finish tool: slightly more informative error message | Andreas Rumpf | 2017-01-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5211 from illogica/patch-1 | Dominik Picheta | 2017-01-12 | 1 | -1/+1 |
|\ | | | | | Make SockAddr.sa_data public | ||||
| * | Make SockAddr.sa_data public | Loris Pederiva | 2017-01-11 | 1 | -1/+1 |
| | | | | | | Make SockAddr.sa_data public, coherently with its Posix counterpart. | ||||
* | | Correct the spelling of the word 'overridden'. (#5212) | mfxmfx | 2017-01-11 | 2 | -4/+4 |
|/ | |||||
* | Workaround for the high cpu usage issue in coroutines on linux (#5186) | Dmitriy Fomichev | 2017-01-11 | 1 | -3/+3 |
| | | | Fixes high cpu usage when all coroutines are asleep | ||||
* | Improve & optimize strutils 'find' procs (#5196) | Parashurama | 2017-01-11 | 2 | -15/+76 |
| | | | | | * add 'last' argument to 'find' procs in strutils * add 'rfind' proc for looking up set[char] in strutils * use optimised C function 'memchr' when available | ||||
* | Fix for #5134 (parseJson(string) should fail on leftover data) (#5203) | Lolo Iccl | 2017-01-11 | 2 | -0/+24 |
| | |||||
* | Reset exprs before return by arg. Fixes #5098 (#5191) | Brandon Pickering | 2017-01-11 | 2 | -2/+28 |
| | |||||
* | random.shuffle now takes an openArray proc | Andreas Rumpf | 2017-01-11 | 1 | -2/+7 |
| | |||||
* | Documented `shuffle` from `random` module (#5204) | Benjamin Summerton | 2017-01-11 | 1 | -0/+1 |
| | |||||
* | Handle different enum sizes in reprAux (#5207) | Brandon Pickering | 2017-01-11 | 2 | -1/+34 |
| | |||||
* | nim.cfg: update comments about the stack size to match reality (#5206) | mfxmfx | 2017-01-11 | 1 | -4/+4 |
| | |||||
* | alternative fix for #4884; fixes tlateboundstatic | Zahary Karadjov | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5208 from luked99/async-json-example-fix | Dominik Picheta | 2017-01-10 | 1 | -0/+1 |
|\ | | | | | Async json example fix | ||||
| * | asynchttpserver: import json in the example code | Luke Diamand | 2017-01-10 | 1 | -0/+1 |
|/ | | | | | | The example code won't compile unless json is imported, because of the use of the %* operator. This can trip-up inexperienced Nim developers. | ||||
* | bugfix: abs(0.0) should be +0.0 | Andreas Rumpf | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | add 'koch nimsuggest' command for consistency | Andreas Rumpf | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | add copyDir stdlib test | Andreas Rumpf | 2017-01-10 | 1 | -0/+18 |
| | |||||
* | use os.copyDir, not your own broken implementation of it | Andreas Rumpf | 2017-01-10 | 1 | -9/+0 |
| | |||||
* | add distros to docs properly | Araq | 2017-01-09 | 1 | -1/+1 |
| | |||||
* | updated koch docs | Araq | 2017-01-08 | 1 | -40/+0 |
| | |||||
* | added checksums | Araq | 2017-01-08 | 1 | -6/+6 |
| | |||||
* | fix #4884 | Zahary Karadjov | 2017-01-08 | 2 | -3/+15 |
| | |||||
* | Small fixes in readme. | Dominik Picheta | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | Fix C source gen. | Dominik Picheta | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | updated download page | Araq | 2017-01-08 | 1 | -10/+10 |
| | |||||
* | naive work-around for time redefinition (#5193) | Fabian Keller | 2017-01-08 | 2 | -8/+10 |
| | |||||
* | Remove colon when unpacking yielded tuples. Fixes #5173 (#5190) | Brandon Pickering | 2017-01-08 | 1 | -1/+3 |
| | |||||
* | make random.nim work for the JS target again | Araq | 2017-01-08 | 1 | -2/+4 |
| | |||||
* | random.nim: added shuffle proc; fixes 'mod' bias | Araq | 2017-01-08 | 1 | -2/+12 |
| | |||||
* | happy new year | Araq | 2017-01-07 | 10 | -14/+14 |
| | |||||
* | updated to version 0.16.0 | Araq | 2017-01-07 | 4 | -8/+11 |
| | |||||
* | minor manual improvement; refs #5181 | Araq | 2017-01-07 | 1 | -1/+2 |
| | |||||
* | Add 0.16.0 release notes. | Dominik Picheta | 2017-01-07 | 2 | -4/+120 |
| | |||||
* | disable pinToCpu for OSX | Andreas Rumpf | 2017-01-07 | 1 | -4/+5 |
| | |||||
* | koch.nim: critical fix for the tar.xz installations | Andreas Rumpf | 2017-01-07 | 1 | -14/+18 |
| | |||||
* | Further tutorial updates (#5176) | jlp765 | 2017-01-07 | 2 | -15/+85 |
| | | | | | | * tut1: added multiline comments * tut2: replaced expr/stmt with untyped/typed * added some more template/macro example * remove immediate pragma from example | ||||
* | fixes #5179 | Araq | 2017-01-07 | 1 | -4/+5 |
| | |||||
* | attempt to make the build green again | Araq | 2017-01-07 | 2 | -2/+0 |
| | |||||
* | make Nim compiler compile with 0.15.2 | Araq | 2017-01-07 | 2 | -6/+22 |
| | |||||
* | added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 | Araq | 2017-01-07 | 8 | -20/+46 |
| |