Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed stmtPragmas stuff | awr | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | brought back pragmaNoForward, deprecated | awr | 2018-09-05 | 1 | -0/+15 |
| | |||||
* | fix test | awr | 2018-09-04 | 1 | -2/+1 |
| | |||||
* | Fix merge | awr | 2018-09-04 | 1 | -22/+7 |
| | |||||
* | Deny THIS experimental pragma specifically for non-toplevel | awr | 2018-09-04 | 1 | -1/+5 |
| | |||||
* | Merge branch 'devel' into experimentalize-reorder | awr1 | 2018-09-04 | 241 | -12625/+6394 |
|\ | |||||
| * | Codegen fix for function pointers marked inline (#8866) | LemonBoy | 2018-09-04 | 3 | -0/+29 |
| | | | | | | | | Fixes #5345 Fixes #5701 | ||||
| * | This has been unnecessary as long as rawNewObj has called zeroMem, (#8867) | c-blake | 2018-09-04 | 1 | -1/+0 |
| | | | | | | | | and more recently indexing past the Nim-logical end has become illegal making this line cause a crash. | ||||
| * | Fixes #8851 (#8859) | Yuriy Glukhov | 2018-09-04 | 2 | -3/+16 |
| | | |||||
| * | Merge pull request #8840 from pigmej/fix_with_timeout | Dominik Picheta | 2018-09-03 | 1 | -1/+5 |
| |\ | | | | | | | Handle fut.failed in asyncdispatch.WithTimeout | ||||
| | * | Handle fut.failed in asyncdispatch.WithTimeout | Jedrzej Nowak | 2018-09-02 | 1 | -1/+5 |
| | | | | | | | | | | | | Fixes: #8839 | ||||
| * | | system.compileDate and compileTime are in UTC; fixes #7305; docgen supports ↵ | Andreas Rumpf | 2018-09-03 | 3 | -19/+23 |
| | | | | | | | | | | | | SOURCE_DATE_EPOCH, fixes #3113 | ||||
| * | | make 'koch web' work again | Araq | 2018-09-03 | 2 | -26/+149 |
| | | | |||||
| * | | cleanup Nim's examples/ directory; closes #7725 | Araq | 2018-09-03 | 68 | -8623/+2 |
| | | | |||||
| * | | Correctly mangle `this` in the JS backend (#8853) | LemonBoy | 2018-09-03 | 3 | -3/+27 |
| | | | | | | | | | | | | | | | As shown in pragmagic/karax#67 using `this` as parameter name made the codegen output wrong code (and the user didn't notice the errors in the browser console). | ||||
| * | | fixes #8043 | Araq | 2018-09-03 | 3 | -4/+34 |
| | | | |||||
| * | | Add sym owner to macros (#8253) | cooldome | 2018-09-03 | 7 | -3/+50 |
| | | | |||||
| * | | improve the error message for 'addQuitProc' etc; fixes #5794 | Araq | 2018-09-03 | 2 | -13/+14 |
| | | | |||||
| * | | document the fact that --define symbols are completely case insensitive; ↵ | Araq | 2018-09-03 | 1 | -0/+3 |
| | | | | | | | | | | | | closes #7506 | ||||
| * | | manual: add a note about the terminating zero for strings; refs #5596 | Araq | 2018-09-03 | 1 | -0/+5 |
| | | | |||||
| * | | document Nim's signal handling briefly; closes #8224 | Araq | 2018-09-03 | 1 | -34/+45 |
| | | | |||||
| * | | manual: more documentation for the 'using' statement; closes #8565 | Araq | 2018-09-03 | 1 | -2/+8 |
| | | | |||||
| * | | manual: document the 'unsafeAddr' operator; closes #5038 | Araq | 2018-09-03 | 1 | -0/+13 |
| | | | |||||
| * | | document 'var T' and 'typedesc' restriction in generics; closes #1156 | Araq | 2018-09-03 | 1 | -0/+28 |
| | | | |||||
| * | | fixes #8852 | Araq | 2018-09-03 | 1 | -5/+5 |
| | | | |||||
| * | | fix items for cstring for the JS target; makes tests green again | Araq | 2018-09-03 | 2 | -6/+13 |
| | | | |||||
| * | | fixes #5745 | Araq | 2018-09-03 | 3 | -7/+11 |
| | | | |||||
| * | | closes #5252 | Araq | 2018-09-03 | 1 | -0/+19 |
| | | | |||||
| * | | closes #4750 | Araq | 2018-09-03 | 1 | -0/+19 |
| | | | |||||
| * | | document usage of marshal.to; fixes #3150 | Araq | 2018-09-03 | 1 | -0/+11 |
| | | | |||||
| * | | fixes the remaining fixable Nimrod->Nim renamings; closes #2032 | Araq | 2018-09-03 | 4 | -14/+14 |
| | | | |||||
| * | | deprecate system.onRaise; fixes #1652 | Araq | 2018-09-03 | 1 | -1/+4 |
| | | | |||||
| * | | fixes #8797 | Araq | 2018-09-03 | 1 | -2/+2 |
| | | | |||||
| * | | fixes #8740 | Araq | 2018-09-03 | 2 | -1/+16 |
| | | | |||||
| * | | fixes #8847 | Araq | 2018-09-03 | 2 | -2/+10 |
| | | | |||||
| * | | fixes #8028 | Andreas Rumpf | 2018-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | runnableExample: put each example to its own file; fixes #7285 | Andreas Rumpf | 2018-09-03 | 2 | -30/+27 |
| | | | |||||
| * | | fixes #8831 | Andreas Rumpf | 2018-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Make sure addGotoOut always inserts its node (#8843) | LemonBoy | 2018-09-03 | 1 | -1/+1 |
| | | | | | | | | | Fixes #8773 | ||||
| * | | change runnableExamples implementation; fixes #8641; fixes #7135; ↵ | Andreas Rumpf | 2018-09-02 | 5 | -42/+70 |
| | | | | | | | | | | | | runnableExamples works for templates and generics | ||||
| * | | fixes #8694 | Andreas Rumpf | 2018-09-02 | 1 | -2/+2 |
| |/ | |||||
| * | Exports dom.Style (#8444) | Dominik Picheta | 2018-09-01 | 1 | -1/+1 |
| | | |||||
| * | strutils: don't deprecate escape/unescape, too much code uses it | Araq | 2018-08-31 | 1 | -6/+2 |
| | | |||||
| * | fixes #8052 | Araq | 2018-08-31 | 2 | -1/+24 |
| | | |||||
| * | Constant folding for integer casts (#8095) | LemonBoy | 2018-08-31 | 3 | -8/+86 |
| | | |||||
| * | Do not materialize empty varargs[untyped] arrays (#8715) | LemonBoy | 2018-08-31 | 2 | -6/+38 |
| | | | | | | | | | | | | | | | | | | When an empty nkArgList `varargs[untyped]` is passed around it is now reused for efficiency sake and to prevent the introduction of a spurious element: before this commit we'd pass the caller a nkArgList[nkHiddenStdConv[nkBracket]] node instead of just an empty nkArgList. Fixes #8706 | ||||
| * | Update html elements to current html spec (#8791) | Nathan Cahill | 2018-08-31 | 1 | -50/+241 |
| | | |||||
| * | system/excpt: nil is no longer vaild for seqs (#8825) | alaviss | 2018-08-31 | 1 | -1/+1 |
| | | |||||
| * | merged #8624 manually; fixes #8442; closes #8575 | Araq | 2018-08-31 | 2 | -2/+36 |
| | | |||||
| * | Improve enumerate macro (#8819) | Vindaar | 2018-08-31 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | * fix case macro manual entry to produce code block Previously line breaks were so weird that the code blocks were not created. * improve `enumerate` for loop macro by wrapping in block |