summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* simple programs now work with the new destroyer passAndreas Rumpf2017-10-124-56/+60
|
* code cleanups for the upcoming reworked destructorsAndreas Rumpf2017-10-123-64/+6
|
* make threadpool care about minPoolSizeAndreas Rumpf2017-10-121-0/+10
|
* initial version of the new untested destructor passAndreas Rumpf2017-10-128-121/+178
|
* do not produce the annoying small 'l' warningAndreas Rumpf2017-10-101-7/+1
|
* fixes #6474Andreas Rumpf2017-10-101-1/+1
|
* Merge branch 'araq-stringify-array' into develAndreas Rumpf2017-10-1024-130/+247
|\
| * some progress on destroyer.nimAndreas Rumpf2017-10-102-2/+58
| |
| * another attempt to make tests green againAndreas Rumpf2017-10-101-3/+3
| |
| * added a minor note to destroyer.nimAndreas Rumpf2017-10-101-0/+3
| |
| * fixes a renderer regression that affects c2nimAndreas Rumpf2017-10-101-1/+4
| |
| * make tests green againAndreas Rumpf2017-10-101-1/+1
| |
| * make tests green again; closes #5861Andreas Rumpf2017-10-104-19/+19
| |
| * make openssl.nim compile againAndreas Rumpf2017-10-101-9/+9
| |
| * breaking change: arrays of char do not convert to cstring; ptr to array of ↵Andreas Rumpf2017-10-1012-36/+73
| | | | | | | | char does
| * Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵Andreas Rumpf2017-10-099-71/+89
| |\ | | | | | | | | | krux02-stringify-array
| | * reverted genEchoArne Döring2017-08-082-25/+9
| | |
| | * don't filter '\0' characters in string generationArne Döring2017-08-073-8/+4
| | |
| | * improved genEchoArne Döring2017-08-071-7/+24
| | |
| | * prevent null characters in $ on collections of charArne Döring2017-07-242-4/+9
| | |
| | * made toString test assert basedArne Döring2017-07-241-33/+21
| | |
| | * fixArne Döring2017-07-242-2/+2
| | |
| | * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-248-38/+16
| | |
| | * remove $ for ptr/ref, prefer using string over array of charArne Döring2017-07-243-29/+23
| | |
| | * arrays can now be printedArne Döring2017-07-245-25/+81
| | |
* | | Add dst formatting tests (#6468)GULPF2017-10-101-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 Bart2017-10-091-2/+6
|/ /
* | allow macros to produce nnkGotoState and nkStateAndreas Rumpf2017-10-093-2/+9
| |
* | minor todo.txt updateAndreas Rumpf2017-10-091-2/+1
| |
* | preparations for a new AST transformation pass with the aim of giving us ↵Andreas Rumpf2017-10-092-22/+232
| | | | | | | | reliable destructors
* | further preparations for 'opt' builtin typeAndreas Rumpf2017-10-091-2/+2
| |
* | fixes a codegen bug: in 'result = f(result)' the default initialization for ↵Andreas Rumpf2017-10-091-1/+8
| | | | | | | | 'result' IS required
* | disable the new DFAAndreas Rumpf2017-10-092-26/+38
| |
* | work in progress: a dataflow architecture for NimAndreas Rumpf2017-10-092-2/+416
| |
* | Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-093-0/+5
| |
* | fixes to allow the usage of clang on windows with the msvc abi and ms ↵Charlie Barto2017-10-095-18/+20
| | | | | | | | headers (#6442)
* | minor breacking change: in string formats '' the '1' is now interpreted as a ↵Andreas Rumpf2017-10-061-5/+21
| | | | | | | | number, not as an identifier. This is more consistent with the rest of the mini language and allows '12'.
* | nimpretty bugfixAndreas Rumpf2017-10-061-1/+3
| |
* | system.nim: doc comment fixAndreas Rumpf2017-10-061-2/+2
| |
* | beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-057-187/+288
| |
* | Call tzset to initialize timezone (#6466)GULPF2017-10-031-0/+2
| |
* | enable unguarded_access testAndreas Rumpf2017-10-023-6/+7
| |
* | attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
| |
* | Fix documentation for the `$` proc on an option (#6449)Euan T2017-10-021-1/+4
| |
* | direct `nim --version` to stdout rather than stderr (#6460)Bo Lingen2017-10-021-3/+5
| | | | | | Closes #6298
* | Install sfml on Mac OS X in travis.Dominik Picheta2017-10-021-0/+1
| |
* | Install libsfml-dev on travis.Dominik Picheta2017-10-021-0/+1
| |
* | implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-018-64/+297
| |
* | Add tests for examples from Nim in Action.Dominik Picheta2017-10-0134-0/+1213
| |
* | Remove basic2d/basic3d.Dominik Picheta2017-10-013-1895/+4
| |