Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make threadpool care about minPoolSize | Andreas Rumpf | 2017-10-12 | 1 | -0/+10 |
| | |||||
* | Merge branch 'araq-stringify-array' into devel | Andreas Rumpf | 2017-10-10 | 11 | -68/+112 |
|\ | |||||
| * | another attempt to make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -3/+3 |
| | | |||||
| * | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 1 | -15/+15 |
| | | |||||
| * | make openssl.nim compile again | Andreas Rumpf | 2017-10-10 | 1 | -9/+9 |
| | | |||||
| * | breaking change: arrays of char do not convert to cstring; ptr to array of ↵ | Andreas Rumpf | 2017-10-10 | 7 | -19/+54 |
| | | | | | | | | char does | ||||
| * | Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵ | Andreas Rumpf | 2017-10-09 | 4 | -28/+37 |
| |\ | | | | | | | | | | krux02-stringify-array | ||||
| | * | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 1 | -6/+1 |
| | | | |||||
| | * | prevent null characters in $ on collections of char | Arne Döring | 2017-07-24 | 1 | -1/+8 |
| | | | |||||
| | * | fix | Arne Döring | 2017-07-24 | 1 | -1/+1 |
| | | | |||||
| | * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 4 | -21/+6 |
| | | | |||||
| | * | remove $ for ptr/ref, prefer using string over array of char | Arne Döring | 2017-07-24 | 2 | -25/+19 |
| | | | |||||
| | * | arrays can now be printed | Arne Döring | 2017-07-24 | 3 | -21/+49 |
| | | | |||||
* | | | Futher improve seq assingment speed by 2x factor (#6437) | Eduardo Bart | 2017-10-09 | 1 | -2/+6 |
|/ / | |||||
* | | fixes to allow the usage of clang on windows with the msvc abi and ms ↵ | Charlie Barto | 2017-10-09 | 5 | -18/+20 |
| | | | | | | | | headers (#6442) | ||||
* | | minor breacking change: in string formats '' the '1' is now interpreted as a ↵ | Andreas Rumpf | 2017-10-06 | 1 | -5/+21 |
| | | | | | | | | number, not as an identifier. This is more consistent with the rest of the mini language and allows '12'. | ||||
* | | system.nim: doc comment fix | Andreas Rumpf | 2017-10-06 | 1 | -2/+2 |
| | | |||||
* | | beginnings of the new nimpretty tool; still unusable | Andreas Rumpf | 2017-10-05 | 1 | -1/+4 |
| | | |||||
* | | Call tzset to initialize timezone (#6466) | GULPF | 2017-10-03 | 1 | -0/+2 |
| | | |||||
* | | Fix documentation for the `$` proc on an option (#6449) | Euan T | 2017-10-02 | 1 | -1/+4 |
| | | |||||
* | | Remove basic2d/basic3d. | Dominik Picheta | 2017-10-01 | 2 | -1895/+0 |
| | | |||||
* | | 'with' and 'without' are not keywords anymore | Araq | 2017-09-30 | 1 | -2/+2 |
| | | |||||
* | | Improved unittest check macro, fixes #5784 (#6446) | GULPF | 2017-09-30 | 1 | -41/+42 |
| | | |||||
* | | osproc: fixes a memory leak affecting Windows | Araq | 2017-09-30 | 1 | -7/+7 |
| | | |||||
* | | revert the 'wasMoved' logic until the write barrier has been adapted | Andreas Rumpf | 2017-09-29 | 1 | -1/+2 |
| | | |||||
* | | GCs: use add instead of & | Andreas Rumpf | 2017-09-29 | 2 | -6/+6 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-28 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add default value for filename in parseJson proc (#6441) | konqoro | 2017-09-28 | 1 | -1/+1 |
| | | | |||||
* | | | GC v2 works sometimes | Andreas Rumpf | 2017-09-28 | 1 | -370/+122 |
|/ / | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-28 | 2 | -24/+61 |
|\ \ | |||||
| * | | Fix node quit (#6444) | Alexander Ivanov | 2017-09-28 | 1 | -0/+4 |
| | | | |||||
| * | | Add flatMap operator to Options (#6404) | Zach Smith | 2017-09-27 | 1 | -24/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add >>= operator to Options * options.bind callback signature: A -> Option[B] * Use `flatMap` as the name of the Option bind operation. * Rename Options test "bind" to "flatMap" * CR from @dom96: Remove spaces inside of check() call | ||||
* | | | fixes #6438 | Andreas Rumpf | 2017-09-28 | 1 | -10/+25 |
|/ / | |||||
* | | minor improvement for the db_sqlite module | Andreas Rumpf | 2017-09-27 | 1 | -1/+2 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -3/+3 |
| | | |||||
* | | fixes #6433 | Andreas Rumpf | 2017-09-25 | 1 | -6/+11 |
| | | |||||
* | | make the tester compile again | Andreas Rumpf | 2017-09-25 | 1 | -1/+1 |
| | | |||||
* | | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 9 | -18/+51 |
| | | |||||
* | | some work to make 'opt' a first class type | Andreas Rumpf | 2017-09-24 | 1 | -1/+1 |
| | | |||||
* | | newSeqOfCap: skip initialization step for non-GC-ed data | Andreas Rumpf | 2017-09-24 | 1 | -1/+5 |
| | | |||||
* | | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'devel' into araq-better-codegen | Andreas Rumpf | 2017-09-23 | 4 | -7/+106 |
|\ \ | |||||
| * \ | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-22 | 3 | -7/+97 |
| |\ \ | |||||
| | * | | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410) | wt | 2017-09-21 | 1 | -2/+2 |
| | | | | |||||
| | * | | Sets enhancements, fixes #2467 (#6158) | GULPF | 2017-09-20 | 1 | -4/+94 |
| | | | | |||||
| | * | | Array typedesc len (#6032) | ephja | 2017-09-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | NimScript: added buildOS and buildCPU constants | Andreas Rumpf | 2017-09-22 | 1 | -0/+9 |
| |/ / | |||||
* | | | make gc:v2 compile again | Andreas Rumpf | 2017-09-22 | 2 | -19/+21 |
| | | | |||||
* | | | new string behaviour now available under nimShallowStrings | Andreas Rumpf | 2017-09-22 | 1 | -6/+3 |
| | | | |||||
* | | | preparations for string optimizations | Andreas Rumpf | 2017-09-22 | 3 | -9/+38 |
| | | |