Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code cleanups for the upcoming reworked destructors | Andreas Rumpf | 2017-10-12 | 3 | -64/+6 |
| | |||||
* | 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 |
| | |||||
* | some progress on destroyer.nim | Andreas Rumpf | 2017-10-10 | 1 | -1/+58 |
| | |||||
* | 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 |
| | |||||
* | breaking change: arrays of char do not convert to cstring; ptr to array of ↵ | Andreas Rumpf | 2017-10-10 | 4 | -17/+16 |
| | | | | char does | ||||
* | Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵ | Andreas Rumpf | 2017-10-09 | 1 | -4/+3 |
|\ | | | | | | | krux02-stringify-array | ||||
| * | reverted genEcho | Arne Döring | 2017-08-08 | 1 | -24/+7 |
| | | |||||
| * | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | improved genEcho | Arne Döring | 2017-08-07 | 1 | -7/+24 |
| | | |||||
| * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 1 | -3/+3 |
| | | |||||
| * | remove $ for ptr/ref, prefer using string over array of char | Arne Döring | 2017-07-24 | 1 | -4/+4 |
| | | |||||
| * | arrays can now be printed | Arne Döring | 2017-07-24 | 1 | -2/+1 |
| | | |||||
* | | allow macros to produce nnkGotoState and nkState | Andreas Rumpf | 2017-10-09 | 3 | -2/+9 |
| | | |||||
* | | 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 | 1 | -0/+2 |
| | | |||||
* | | nimpretty bugfix | Andreas Rumpf | 2017-10-06 | 1 | -1/+3 |
| | | |||||
* | | beginnings of the new nimpretty tool; still unusable | Andreas Rumpf | 2017-10-05 | 5 | -186/+217 |
| | | |||||
* | | direct `nim --version` to stdout rather than stderr (#6460) | Bo Lingen | 2017-10-02 | 1 | -3/+5 |
| | | | | | | Closes #6298 | ||||
* | | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 6 | -64/+136 |
| | | |||||
* | | the parser finally parses 'echo {1,2}' as it should | Andreas Rumpf | 2017-09-30 | 1 | -13/+1 |
| | | |||||
* | | the 'using construct is not .experimental anymore | Araq | 2017-09-30 | 1 | -2/+0 |
| | | |||||
* | | 'with' and 'without' are not keywords anymore | Araq | 2017-09-30 | 5 | -12/+23 |
| | | |||||
* | | fixes #6452 | Araq | 2017-09-30 | 1 | -2/+3 |
| | | |||||
* | | GC v2 works sometimes | Andreas Rumpf | 2017-09-28 | 1 | -0/+2 |
| | | |||||
* | | workaround a GC/codegen issue that proves nasty to fix | Andreas Rumpf | 2017-09-26 | 1 | -1/+4 |
| | | |||||
* | | breaking change: getAst strips away pointless nnkStmtList nodes; node ↵ | Andreas Rumpf | 2017-09-26 | 3 | -5/+13 |
| | | | | | | | | rendering of nnkStmtList without wrong indentation | ||||
* | | fixes #6435 | Andreas Rumpf | 2017-09-25 | 1 | -1/+1 |
| | | |||||
* | | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 11 | -17/+147 |
| | | |||||
* | | some work to make 'opt' a first class type | Andreas Rumpf | 2017-09-24 | 12 | -70/+51 |
| | | |||||
* | | write tracking for funcs implemented | Andreas Rumpf | 2017-09-23 | 2 | -1/+5 |
| | | |||||
* | | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 30 | -81/+92 |
| | | |||||
* | | Merge branch 'devel' into araq-better-codegen | Andreas Rumpf | 2017-09-23 | 2 | -1/+3 |
|\ \ | |||||
| * | | NimScript: added buildOS and buildCPU constants | Andreas Rumpf | 2017-09-22 | 2 | -1/+3 |
| | | | |||||
* | | | added 'nim jsonscript' feature | Andreas Rumpf | 2017-09-23 | 4 | -33/+76 |
| | | | |||||
* | | | Merge branch 'araq-better-pure-enums' into araq-better-codegen | Andreas Rumpf | 2017-09-22 | 6 | -7/+27 |
|\ \ \ | |||||
| * | | | .pure enums are much more convenient to use now | Andreas Rumpf | 2017-09-17 | 6 | -7/+27 |
| |/ / | |||||
* | | | fixes #6403 | Andreas Rumpf | 2017-09-21 | 2 | -15/+26 |
| | | | |||||
* | | | make tests green again | Andreas Rumpf | 2017-09-21 | 1 | -0/+1 |
| | | | |||||
* | | | refactoring: TLoc knows the node it originated from; it is planned to use ↵ | Andreas Rumpf | 2017-09-21 | 8 | -196/+215 |
| | | | | | | | | | | | | this to produce better C code (move optimizations) | ||||
* | | | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 7 | -91/+95 |
|/ / | |||||
* | | Fix operations on string as openarray in VM. (#6257) | Parashurama | 2017-09-15 | 4 | -8/+35 |
| | | | | | | | | | | | | | | | | | | | | * fix openarray.len for string as openArray in VM. * fix openarray[idx] for string as openArray in VM. * fix openarray[idx]=val for string as openArray in VM. * add tests for passing string as openArray in VM. * fix issue with NimNode.len NimNode.len was also returning len for string literals. also fix logic bug in if/elif chain. | ||||
* | | Fixes #6336 (#6337) | Yuriy Glukhov | 2017-09-06 | 1 | -2/+10 |
| | | |||||
* | | Fixed handling of versions with dashes in nimble pkgs (#6335) | Yuriy Glukhov | 2017-09-06 | 1 | -9/+20 |
| | |