summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-157-4/+47
* prepare for #3898Andreas Rumpf2016-07-152-4/+23
* version 1 battle planAndreas Rumpf2016-07-151-13/+13
* better be safe than sorryAndreas Rumpf2016-07-151-1/+2
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-1526-46/+46
* rollback of nimsuggest improvement until we figured out the reasonsAndreas Rumpf2016-07-152-9/+13
* fixes #2758Andreas Rumpf2016-07-152-3/+4
* fixes #3545Andreas Rumpf2016-07-151-6/+7
* 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 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 docg...Andreas Rumpf2016-07-131-1/+51
| * --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
| |\
| | * 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 be...Andreas Rumpf2016-07-111-0/+1
| * 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.Yuriy Glukhov2016-07-111-8/+14
| * | Merge pull request #4477 from kierdavis/4475-segfaultAndreas Rumpf2016-07-112-2/+8
| |\ \
| | * | Add regression test for fix for #4475Kier Davis2016-07-111-0/+6
| | * | Fix #4475Kier Davis2016-07-111-2/+2
| | |/
| * | Merge pull request #4474 from mbaulch/fix3516Andreas Rumpf2016-07-112-2/+19
| |\ \ | | |/ | |/|
| | * 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.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" errorFederico Ceratto2016-07-091-1/+1
| * | 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 and...Andreas Rumpf2016-07-091-1/+9
* | 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