Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 docg... | Andreas Rumpf | 2016-07-13 | 1 | -1/+51 | |
| * | | | | | | --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 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 be... | Andreas Rumpf | 2016-07-11 | 1 | -0/+1 | |
| * | | | | 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. | Yuriy Glukhov | 2016-07-11 | 1 | -8/+14 | |
| * | | | | | Merge pull request #4477 from kierdavis/4475-segfault | Andreas Rumpf | 2016-07-11 | 2 | -2/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #4474 from mbaulch/fix3516 | Andreas Rumpf | 2016-07-11 | 2 | -2/+19 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | 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. | 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 | Federico Ceratto | 2016-07-09 | 1 | -1/+1 | |
| * | | | | | 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 and... | Andreas Rumpf | 2016-07-09 | 1 | -1/+9 | |
* | | | | | 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 | |
| | |/ / | |/| | | ||||||
| * | | | fixes #4340 | Andreas Rumpf | 2016-07-07 | 1 | -0/+2 | |
| * | | | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 5 | -5/+37 | |
| * | | | ospaths can always be imported; fixes #4249 | Andreas Rumpf | 2016-07-06 | 1 | -1/+1 | |
| * | | | Merge pull request #4458 from cheatfate/fixtest1 | Andreas Rumpf | 2016-07-06 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | Resolve problems with test on macosx. | cheatfate | 2016-07-06 | 1 | -0/+1 | |
| |/ / / |