Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #3548 | Andreas Rumpf | 2016-07-15 | 3 | -8/+26 |
| | |||||
* | decent error message for 'var T' problems | Andreas Rumpf | 2016-07-15 | 2 | -15/+16 |
| | |||||
* | Merge pull request #4489 from oderwat/faq-vscode | Dominik Picheta | 2016-07-14 | 1 | -1/+2 |
|\ | | | | | Added Visual Studio Code editor support to FAQ | ||||
| * | Added Visual Studio Code editor support to FAQ | Hans Raaf | 2016-07-14 | 1 | -1/+2 |
|/ | |||||
* | patchFile: support properly | Andreas Rumpf | 2016-07-14 | 1 | -3/+5 |
| | |||||
* | nimscript.patchFile supports $lib and stuff | Araq | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-07-14 | 34 | -75/+361 |
|\ | |||||
| * | docgen improvement: hidden 'attachedType' span is generated for upcoming ↵ | Andreas Rumpf | 2016-07-13 | 1 | -1/+51 |
| | | | | | | | | docgen improvements | ||||
| * | --listCmd also needs to affect linking step | Andreas Rumpf | 2016-07-13 | 2 | -3/+2 |
| | | |||||
| * | nimsuggest: dependencies are recalculated properly | Andreas Rumpf | 2016-07-13 | 1 | -6/+7 |
| | | |||||
| * | the Nim compiler supports the jsondoc2 command | Andreas Rumpf | 2016-07-13 | 4 | -25/+64 |
| | | |||||
| * | fixes #3706 | Andreas Rumpf | 2016-07-13 | 5 | -1/+47 |
| | | |||||
| * | fixes #2730 | Andreas Rumpf | 2016-07-13 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4480 from apahl/devel | Andreas Rumpf | 2016-07-12 | 1 | -0/+33 |
| |\ | | | | | | | explain difference between Table and TableRef in tables.nim | ||||
| | * | use table literal syntax | Axel Pahl | 2016-07-12 | 1 | -2/+2 |
| | | | |||||
| | * | explain difference between Table and TableRef in tables.nim | Axel Pahl | 2016-07-12 | 1 | -0/+33 |
| | | | |||||
| * | | fixes #4429 | Andreas Rumpf | 2016-07-12 | 1 | -1/+3 |
| | | | |||||
| * | | fixes #4358 | Andreas Rumpf | 2016-07-12 | 1 | -3/+6 |
| |/ | |||||
| * | fixes #4301 | Andreas Rumpf | 2016-07-12 | 1 | -0/+3 |
| | | |||||
| * | fixes edge cases in the lexer | Andreas Rumpf | 2016-07-12 | 1 | -3/+5 |
| | | |||||
| * | fixes #4471 | Andreas Rumpf | 2016-07-12 | 2 | -3/+26 |
| | | |||||
| * | fixes a critical JS codegen bug which caused 'importcpp' statements not to ↵ | Andreas Rumpf | 2016-07-11 | 1 | -0/+1 |
| | | | | | | | | be emitted | ||||
| * | fixes a strange JS codegen bug | Andreas Rumpf | 2016-07-11 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #4476 from yglukhov/gc-trace-fix | Andreas Rumpf | 2016-07-11 | 1 | -8/+14 |
| |\ | | | | | | | Fixed crash with leakDetector and threads enabled. | ||||
| | * | Fixed crash with leakDetector and threads enabled. | Yuriy Glukhov | 2016-07-11 | 1 | -8/+14 |
| | | | |||||
| * | | Merge pull request #4477 from kierdavis/4475-segfault | Andreas Rumpf | 2016-07-11 | 2 | -2/+8 |
| |\ \ | | | | | | | | | Fix #4475 | ||||
| | * | | Add regression test for fix for #4475 | Kier Davis | 2016-07-11 | 1 | -0/+6 |
| | | | | |||||
| | * | | Fix #4475 | Kier Davis | 2016-07-11 | 1 | -2/+2 |
| | |/ | | | | | | | | | | | | | | | | Existing implementation would append the default value for a varargs parameter (the empty array) to the end of the sons of the nnkCall node, rather than storing it into the correct index. This left the location where it should have been stored set to its default value of nil, causing later code that uses this node to segfault. | ||||
| * | | Merge pull request #4474 from mbaulch/fix3516 | Andreas Rumpf | 2016-07-11 | 2 | -2/+19 |
| |\ \ | | |/ | |/| | Recursively check literals for tyEmpty. | ||||
| | * | Recursively check literals for tyEmpty. | Matthew Baulch | 2016-07-11 | 2 | -2/+19 |
| | | | |||||
| * | | Merge pull request #4472 from mbaulch/fix4422 | Andreas Rumpf | 2016-07-11 | 1 | -0/+2 |
| |\ \ | | |/ | |/| | Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC. | ||||
| | * | Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC. | Matthew Baulch | 2016-07-11 | 1 | -0/+2 |
| |/ | |||||
| * | make tests green again | Andreas Rumpf | 2016-07-10 | 6 | -12/+5 |
| | | |||||
| * | Merge pull request #4469 from FedericoCeratto/patch-11 | Andreas Rumpf | 2016-07-10 | 1 | -1/+1 |
| |\ | | | | | | | Fix "string literal as key expected" error | ||||
| | * | Fix "string literal as key expected" error | Federico Ceratto | 2016-07-09 | 1 | -1/+1 |
| | | | | | | | | | Fix "Error: string literal as key expected expected" | ||||
| * | | make hint/warning work properly after Nimscript execution | Andreas Rumpf | 2016-07-09 | 1 | -0/+1 |
| |/ | |||||
| * | Nimscript: added support for 'patchFile' | Andreas Rumpf | 2016-07-09 | 7 | -3/+52 |
| | | |||||
| * | undocumented feature: JS backend: unit and group separators generate hash ↵ | Andreas Rumpf | 2016-07-09 | 1 | -1/+9 |
| | | | | | | | | and at symbols | ||||
* | | merged | Araq | 2016-07-08 | 72 | -1790/+4784 |
|\| | |||||
| * | Fixes a critical JS codegen bug about @ in call pattern | Andreas Rumpf | 2016-07-08 | 1 | -0/+1 |
| | | |||||
| * | Nimscript supports hint() and warning() procs; refs #3688 | Andreas Rumpf | 2016-07-08 | 4 | -3/+24 |
| | | |||||
| * | fixes #3055 | Andreas Rumpf | 2016-07-08 | 2 | -1/+29 |
| | | |||||
| * | fixes #2377 | Andreas Rumpf | 2016-07-08 | 2 | -1/+15 |
| | | |||||
| * | async: use -d:nimDumpAsync to see what the async macro generates | Andreas Rumpf | 2016-07-08 | 1 | -1/+3 |
| | | |||||
| * | gensym'ed symbols are rendered with their ID for much easier debugging | Andreas Rumpf | 2016-07-08 | 1 | -2/+6 |
| | | |||||
| * | improve error message if C and Nim disagree on pointer size | Andreas Rumpf | 2016-07-08 | 1 | -3/+3 |
| | | |||||
| * | docgen: hide pragmas | Andreas Rumpf | 2016-07-08 | 2 | -3/+47 |
| | | |||||
| * | fixes #4399 | Andreas Rumpf | 2016-07-08 | 1 | -0/+1 |
| | | |||||
| * | fixes #4462 | Andreas Rumpf | 2016-07-08 | 2 | -4/+16 |
| | | |||||
| * | fixes #4371 | Andreas Rumpf | 2016-07-08 | 21 | -39/+84 |
| | |