summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | | 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
| | |/ / | |/| |
| * | | fixes #4340Andreas Rumpf2016-07-071-0/+2
| * | | new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-075-5/+37
| * | | ospaths can always be imported; fixes #4249Andreas Rumpf2016-07-061-1/+1
| * | | Merge pull request #4458 from cheatfate/fixtest1Andreas Rumpf2016-07-061-0/+1
| |\ \ \
| | * | | Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
| |/ / /