Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor refactorings for better destructors | Andreas Rumpf | 2017-10-14 | 7 | -17/+51 |
| | |||||
* | improve code generation for custom strings/seqs | Andreas Rumpf | 2017-10-14 | 2 | -4/+4 |
| | |||||
* | Merge pull request #6504 from Yardanico/patch-8 | Dominik Picheta | 2017-10-14 | 5 | -151/+25 |
|\ | | | | | [JSON] getBVal -> getBool; getFNum -> getFloat; getNum -> getBiggestInt; add getInt | ||||
| * | @dom96's comments: remove bountysource, revert configurator change. | Daniil Yarancev | 2017-10-14 | 3 | -142/+1 |
| | | |||||
| * | [JSON] getBVal -> getBool; getFNum -> getFloat | Daniil Yarancev | 2017-10-14 | 5 | -15/+30 |
| | | |||||
* | | Fixes req w/ both Content-Length & Connection: close headers. | Dominik Picheta | 2017-10-13 | 1 | -4/+18 |
|/ | | | | | Also closes the socket when connection is closed to ensure that a new connection is made on any further requests. | ||||
* | Fixes issues with URI concatenation when URI has no path. | Dominik Picheta | 2017-10-13 | 1 | -2/+11 |
| | |||||
* | new destroyer pass works with procs too | Andreas Rumpf | 2017-10-13 | 4 | -9/+11 |
| | |||||
* | added a test case for --newruntime | Andreas Rumpf | 2017-10-13 | 1 | -0/+97 |
| | |||||
* | introduce --newruntime switch for the upcoming destructors and move semantics | Andreas Rumpf | 2017-10-13 | 6 | -11/+19 |
| | |||||
* | simple programs now work with the new destroyer pass | Andreas Rumpf | 2017-10-12 | 4 | -56/+60 |
| | |||||
* | code cleanups for the upcoming reworked destructors | Andreas Rumpf | 2017-10-12 | 3 | -64/+6 |
| | |||||
* | make threadpool care about minPoolSize | Andreas Rumpf | 2017-10-12 | 1 | -0/+10 |
| | |||||
* | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 8 | -121/+178 |
| | |||||
* | do not produce the annoying small 'l' warning | Andreas Rumpf | 2017-10-10 | 1 | -7/+1 |
| | |||||
* | fixes #6474 | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'araq-stringify-array' into devel | Andreas Rumpf | 2017-10-10 | 24 | -130/+247 |
|\ | |||||
| * | some progress on destroyer.nim | Andreas Rumpf | 2017-10-10 | 2 | -2/+58 |
| | | |||||
| * | another attempt to make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -3/+3 |
| | | |||||
| * | added a minor note to destroyer.nim | Andreas Rumpf | 2017-10-10 | 1 | -0/+3 |
| | | |||||
| * | fixes a renderer regression that affects c2nim | Andreas Rumpf | 2017-10-10 | 1 | -1/+4 |
| | | |||||
| * | make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 4 | -19/+19 |
| | | |||||
| * | 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 | 12 | -36/+73 |
| | | | | | | | | char does | ||||
| * | Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵ | Andreas Rumpf | 2017-10-09 | 9 | -71/+89 |
| |\ | | | | | | | | | | krux02-stringify-array | ||||
| | * | reverted genEcho | Arne Döring | 2017-08-08 | 2 | -25/+9 |
| | | | |||||
| | * | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 3 | -8/+4 |
| | | | |||||
| | * | improved genEcho | Arne Döring | 2017-08-07 | 1 | -7/+24 |
| | | | |||||
| | * | prevent null characters in $ on collections of char | Arne Döring | 2017-07-24 | 2 | -4/+9 |
| | | | |||||
| | * | made toString test assert based | Arne Döring | 2017-07-24 | 1 | -33/+21 |
| | | | |||||
| | * | fix | Arne Döring | 2017-07-24 | 2 | -2/+2 |
| | | | |||||
| | * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 8 | -38/+16 |
| | | | |||||
| | * | remove $ for ptr/ref, prefer using string over array of char | Arne Döring | 2017-07-24 | 3 | -29/+23 |
| | | | |||||
| | * | arrays can now be printed | Arne Döring | 2017-07-24 | 5 | -25/+81 |
| | | | |||||
* | | | Add dst formatting tests (#6468) | GULPF | 2017-10-10 | 1 | -11/+19 |
| | | | | | | | | | | | | | | | | | | * Rename ttime.nim => ttimes.nim * Add formating tests for DST, closes #3199 * Make appveyor green * Remove broken test | ||||
* | | | Futher improve seq assingment speed by 2x factor (#6437) | Eduardo Bart | 2017-10-09 | 1 | -2/+6 |
|/ / | |||||
* | | allow macros to produce nnkGotoState and nkState | Andreas Rumpf | 2017-10-09 | 3 | -2/+9 |
| | | |||||
* | | minor todo.txt update | Andreas Rumpf | 2017-10-09 | 1 | -2/+1 |
| | | |||||
* | | preparations for a new AST transformation pass with the aim of giving us ↵ | Andreas Rumpf | 2017-10-09 | 2 | -22/+232 |
| | | | | | | | | reliable destructors | ||||
* | | further preparations for 'opt' builtin type | Andreas Rumpf | 2017-10-09 | 1 | -2/+2 |
| | | |||||
* | | fixes a codegen bug: in 'result = f(result)' the default initialization for ↵ | Andreas Rumpf | 2017-10-09 | 1 | -1/+8 |
| | | | | | | | | 'result' IS required | ||||
* | | disable the new DFA | Andreas Rumpf | 2017-10-09 | 2 | -26/+38 |
| | | |||||
* | | work in progress: a dataflow architecture for Nim | Andreas Rumpf | 2017-10-09 | 2 | -2/+416 |
| | | |||||
* | | Add missing nilChecks compiling option (#6480) | Eduardo Bart | 2017-10-09 | 3 | -0/+5 |
| | | |||||
* | | 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'. | ||||
* | | nimpretty bugfix | Andreas Rumpf | 2017-10-06 | 1 | -1/+3 |
| | | |||||
* | | 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 | 7 | -187/+288 |
| | |