Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | 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 #4472 from mbaulch/fix4422 | Andreas Rumpf | 2016-07-11 | 1 | -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 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 | ||||
| * | Fix "string literal as key expected" error | Federico Ceratto | 2016-07-09 | 1 | -1/+1 |
| | | | | | | Fix "Error: string literal as key expected expected" | ||||
* | | 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 ↵ | Andreas Rumpf | 2016-07-09 | 1 | -1/+9 |
| | | | | and at symbols | ||||
* | 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 tioselectors test on OSX. | ||||
| * | Resolve problems with test on macosx. | cheatfate | 2016-07-06 | 1 | -0/+1 |
|/ | |||||
* | added test case for #537 | Andreas Rumpf | 2016-07-06 | 1 | -0/+42 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-07-06 | 25 | -1574/+3914 |
|\ | |||||
| * | Merge pull request #4456 from yglukhov/vm-ct-args | Andreas Rumpf | 2016-07-06 | 2 | -1/+10 |
| |\ | | | | | | | Fixed vm codegen for a call with compile-time args. Fixes #4412. | ||||
| | * | Fixed vm codegen for a call with compile-time args. Fixes #4412. | Yuriy Glukhov | 2016-07-06 | 2 | -1/+10 |
| | | | |||||
| * | | Merge pull request #4455 from mbaulch/fix_excl_examples | Andreas Rumpf | 2016-07-06 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | Update sets examples so they work again. | ||||
| | * | Update sets examples so they work again. | Matthew Baulch | 2016-07-06 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #4449 from mbaulch/fix4003 | Andreas Rumpf | 2016-07-06 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Fix #4003: Regard nil nodes as having equal type constraints. | ||||
| | * | | Regard nil nodes as having equal type constraints. | Matthew Baulch | 2016-07-05 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #4452 from yglukhov/js-enum-repr-offset | Andreas Rumpf | 2016-07-06 | 1 | -1/+9 |
| |\ \ | | | | | | | | | JS: Repr now works for enums starting with non-zero. | ||||
| | * | | Repr now works in js for enums starting with non-zero. | Yuriy Glukhov | 2016-07-05 | 1 | -1/+9 |
| | | | | |||||
| * | | | Merge pull request #4447 from cheatfate/async2 | Andreas Rumpf | 2016-07-05 | 7 | -1547/+3803 |
| |\ \ \ | | |/ / | |/| | | async core v3 | ||||
| | * | | Lower numbers for unchecked array | cheatfate | 2016-07-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Misplaced & | cheatfate | 2016-07-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Simplify SharedArray. | cheatfate | 2016-07-05 | 2 | -8/+2 |
| | | | | |||||
| | * | | Patch one more path problem | cheatfate | 2016-07-05 | 5 | -5/+5 |
| | | | | |||||
| | * | | Resolved path problems | cheatfate | 2016-07-05 | 1 | -5/+5 |
| | | | | |||||
| | * | | ioselectors separated and refactored version. | cheatfate | 2016-07-05 | 8 | -1768/+4030 |
| | |/ | | | | | | | | | | adopted asyncdispatch version | ||||
| * | | Merge pull request #4450 from SSPkrolik/reprEnum-fix | Andreas Rumpf | 2016-07-05 | 1 | -12/+9 |
| |\ \ | | | | | | | | | Fixed reprEnum() function on 32-bit systems | ||||
| | * | | Fixed reprEnum function on 32-bit systems | Rostyslav Dzinko | 2016-07-05 | 1 | -12/+9 |
| |/ / | |||||
| * | | Merge pull request #4444 from mbaulch/devel | Andreas Rumpf | 2016-07-05 | 1 | -1/+5 |
| |\ \ | | | | | | | | | Fix #4275: Argument count not checked in importcpp | ||||
| | * | | Return nil from genOtherArg after error. | Matthew Baulch | 2016-07-05 | 1 | -1/+3 |
| | | | | |||||
| | * | | Report wrong arg count when too many params and no varargs. | Matthew Baulch | 2016-07-05 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments | Andreas Rumpf | 2016-07-05 | 11 | -9/+74 |
| |\ \ | | |/ | |/| | Add the ability to pass a value with the -d flag | ||||
| | * | Update documentation and news | Jeff Ciesielski | 2016-07-05 | 4 | -2/+44 |
| | | |