Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | 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 ch... | Andreas Rumpf | 2017-10-10 | 12 | -36/+73 | |
| | * | | | | | Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s... | Andreas Rumpf | 2017-10-09 | 9 | -71/+89 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | 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 | |
| * | | | | | | 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 reli... | Andreas Rumpf | 2017-10-09 | 2 | -22/+232 | |
| * | | | | | 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 | |
| * | | | | | 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 headers... | Charlie Barto | 2017-10-09 | 5 | -18/+20 | |
| * | | | | minor breacking change: in string formats '' the '1' is now interpreted as a ... | Andreas Rumpf | 2017-10-06 | 1 | -5/+21 | |
| * | | | | 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 | |
| * | | | | Call tzset to initialize timezone (#6466) | GULPF | 2017-10-03 | 1 | -0/+2 | |
| * | | | | enable unguarded_access test | Andreas Rumpf | 2017-10-02 | 3 | -6/+7 | |
| * | | | | attempt to make appveyor green again | Andreas Rumpf | 2017-10-02 | 1 | -0/+4 | |
| * | | | | Fix documentation for the `$` proc on an option (#6449) | Euan T | 2017-10-02 | 1 | -1/+4 | |
| * | | | | direct `nim --version` to stdout rather than stderr (#6460) | Bo Lingen | 2017-10-02 | 1 | -3/+5 | |
| * | | | | Install sfml on Mac OS X in travis. | Dominik Picheta | 2017-10-02 | 1 | -0/+1 | |
| * | | | | Install libsfml-dev on travis. | Dominik Picheta | 2017-10-02 | 1 | -0/+1 | |
* | | | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-10-02 | 152 | -3096/+3011 | |
|\| | | | | ||||||
| * | | | | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 8 | -64/+297 | |
| * | | | | Add tests for examples from Nim in Action. | Dominik Picheta | 2017-10-01 | 34 | -0/+1213 | |
| * | | | | Remove basic2d/basic3d. | Dominik Picheta | 2017-10-01 | 3 | -1895/+4 | |
| * | | | | make tests green again | Andreas Rumpf | 2017-10-01 | 2 | -13/+13 | |
| * | | | | make tests green again | Andreas Rumpf | 2017-09-30 | 2 | -9/+9 | |
| * | | | | the parser finally parses 'echo {1,2}' as it should | Andreas Rumpf | 2017-09-30 | 18 | -38/+26 | |
| * | | | | the 'using construct is not .experimental anymore | Araq | 2017-09-30 | 2 | -6/+0 | |
| * | | | | 'with' and 'without' are not keywords anymore | Araq | 2017-09-30 | 7 | -15/+26 | |
| * | | | | Improved unittest check macro, fixes #5784 (#6446) | GULPF | 2017-09-30 | 2 | -47/+63 | |
| * | | | | finish.nim tool: make path environment creation more robust | Araq | 2017-09-30 | 1 | -6/+15 |