summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |/ /
| * | added test case for #537Andreas Rumpf2016-07-061-0/+42
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-07-0625-1574/+3914
| |\ \
| | * \ Merge pull request #4456 from yglukhov/vm-ct-argsAndreas Rumpf2016-07-062-1/+10
| | |\ \
| | | * | Fixed vm codegen for a call with compile-time args. Fixes #4412.Yuriy Glukhov2016-07-062-1/+10
| | * | | Merge pull request #4455 from mbaulch/fix_excl_examplesAndreas Rumpf2016-07-061-3/+3
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Update sets examples so they work again.Matthew Baulch2016-07-061-3/+3
| | * | | Merge pull request #4449 from mbaulch/fix4003Andreas Rumpf2016-07-061-0/+1
| | |\ \ \
| | | * | | Regard nil nodes as having equal type constraints.Matthew Baulch2016-07-051-0/+1
| | | |/ /
| | * | | Merge pull request #4452 from yglukhov/js-enum-repr-offsetAndreas Rumpf2016-07-061-1/+9
| | |\ \ \
| | | * | | Repr now works in js for enums starting with non-zero.Yuriy Glukhov2016-07-051-1/+9
| | * | | | Merge pull request #4447 from cheatfate/async2Andreas Rumpf2016-07-057-1547/+3803
| | |\ \ \ \ | | | |/ / / | | |/| | |