summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3548Andreas Rumpf2016-07-153-8/+26
|
* decent error message for 'var T' problemsAndreas Rumpf2016-07-152-15/+16
|
* Merge pull request #4489 from oderwat/faq-vscodeDominik Picheta2016-07-141-1/+2
|\ | | | | Added Visual Studio Code editor support to FAQ
| * Added Visual Studio Code editor support to FAQHans Raaf2016-07-141-1/+2
|/
* patchFile: support properlyAndreas Rumpf2016-07-141-3/+5
|
* nimscript.patchFile supports $lib and stuffAraq2016-07-141-1/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-07-1434-75/+361
|\
| * docgen improvement: hidden 'attachedType' span is generated for upcoming ↵Andreas Rumpf2016-07-131-1/+51
| | | | | | | | docgen improvements
| * --listCmd also needs to affect linking stepAndreas Rumpf2016-07-132-3/+2
| |
| * nimsuggest: dependencies are recalculated properlyAndreas Rumpf2016-07-131-6/+7
| |
| * the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-134-25/+64
| |
| * fixes #3706Andreas Rumpf2016-07-135-1/+47
| |
| * fixes #2730Andreas Rumpf2016-07-131-2/+2
| |
| * Merge pull request #4480 from apahl/develAndreas Rumpf2016-07-121-0/+33
| |\ | | | | | | explain difference between Table and TableRef in tables.nim
| | * use table literal syntaxAxel Pahl2016-07-121-2/+2
| | |
| | * explain difference between Table and TableRef in tables.nimAxel Pahl2016-07-121-0/+33
| | |
| * | fixes #4429Andreas Rumpf2016-07-121-1/+3
| | |
| * | fixes #4358Andreas Rumpf2016-07-121-3/+6
| |/
| * fixes #4301Andreas Rumpf2016-07-121-0/+3
| |
| * fixes edge cases in the lexerAndreas Rumpf2016-07-121-3/+5
| |
| * fixes #4471Andreas Rumpf2016-07-122-3/+26
| |
| * fixes a critical JS codegen bug which caused 'importcpp' statements not to ↵Andreas Rumpf2016-07-111-0/+1
| | | | | | | | be emitted
| * fixes a strange JS codegen bugAndreas Rumpf2016-07-111-0/+2
| |
| * Merge pull request #4476 from yglukhov/gc-trace-fixAndreas Rumpf2016-07-111-8/+14
| |\ | | | | | | Fixed crash with leakDetector and threads enabled.
| | * Fixed crash with leakDetector and threads enabled.Yuriy Glukhov2016-07-111-8/+14
| | |
| * | Merge pull request #4477 from kierdavis/4475-segfaultAndreas Rumpf2016-07-112-2/+8
| |\ \ | | | | | | | | Fix #4475
| | * | Add regression test for fix for #4475Kier Davis2016-07-111-0/+6
| | | |
| | * | Fix #4475Kier Davis2016-07-111-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/fix3516Andreas Rumpf2016-07-112-2/+19
| |\ \ | | |/ | |/| Recursively check literals for tyEmpty.
| | * Recursively check literals for tyEmpty.Matthew Baulch2016-07-112-2/+19
| | |
| * | Merge pull request #4472 from mbaulch/fix4422Andreas Rumpf2016-07-111-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 Baulch2016-07-111-0/+2
| |/
| * make tests green againAndreas Rumpf2016-07-106-12/+5
| |
| * Merge pull request #4469 from FedericoCeratto/patch-11Andreas Rumpf2016-07-101-1/+1
| |\ | | | | | | Fix "string literal as key expected" error
| | * Fix "string literal as key expected" errorFederico Ceratto2016-07-091-1/+1
| | | | | | | | | Fix "Error: string literal as key expected expected"
| * | make hint/warning work properly after Nimscript executionAndreas Rumpf2016-07-091-0/+1
| |/
| * Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-097-3/+52
| |
| * undocumented feature: JS backend: unit and group separators generate hash ↵Andreas Rumpf2016-07-091-1/+9
| | | | | | | | and at symbols
* | mergedAraq2016-07-0872-1790/+4784
|\|
| * Fixes a critical JS codegen bug about @ in call patternAndreas Rumpf2016-07-081-0/+1
| |
| * Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-084-3/+24
| |
| * fixes #3055Andreas Rumpf2016-07-082-1/+29
| |
| * fixes #2377Andreas Rumpf2016-07-082-1/+15
| |
| * async: use -d:nimDumpAsync to see what the async macro generatesAndreas Rumpf2016-07-081-1/+3
| |
| * gensym'ed symbols are rendered with their ID for much easier debuggingAndreas Rumpf2016-07-081-2/+6
| |
| * improve error message if C and Nim disagree on pointer sizeAndreas Rumpf2016-07-081-3/+3
| |
| * docgen: hide pragmasAndreas Rumpf2016-07-082-3/+47
| |
| * fixes #4399Andreas Rumpf2016-07-081-0/+1
| |
| * fixes #4462Andreas Rumpf2016-07-082-4/+16
| |
| * fixes #4371Andreas Rumpf2016-07-0821-39/+84
| |