summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Don't segfault if the line is empty (#8906)LemonBoy2018-09-071-3/+3
* Fix type comparison in semConv (#8907)LemonBoy2018-09-072-1/+9
* Minor fixes for asyncjs (#8894)LemonBoy2018-09-072-5/+13
* Fixes #8243 (#8904)Yuriy Glukhov2018-09-072-0/+42
* Allow wCodegenDecl on lambdas (#8892)LemonBoy2018-09-072-1/+14
* Sync line generation between C and JS backends (#8888)LemonBoy2018-09-072-3/+29
* Automatic deref for everything but pointers in asm/emit (#8891)LemonBoy2018-09-075-10/+42
* Renderer bug fixes (#8804)cooldome2018-09-074-51/+151
* Fix too broad generic match for toHex (#8889)LemonBoy2018-09-051-1/+1
* [DOC] fix typos in `strscans` documentation (#8885)Vindaar2018-09-051-3/+3
* Codegen fix for function pointers marked inline (#8866)LemonBoy2018-09-043-0/+29
* This has been unnecessary as long as rawNewObj has called zeroMem, (#8867)c-blake2018-09-041-1/+0
* Fixes #8851 (#8859)Yuriy Glukhov2018-09-042-3/+16
* Merge pull request #8840 from pigmej/fix_with_timeoutDominik Picheta2018-09-031-1/+5
|\
| * Handle fut.failed in asyncdispatch.WithTimeoutJedrzej Nowak2018-09-021-1/+5
* | system.compileDate and compileTime are in UTC; fixes #7305; docgen supports S...Andreas Rumpf2018-09-033-19/+23
* | make 'koch web' work againAraq2018-09-032-26/+149
* | cleanup Nim's examples/ directory; closes #7725Araq2018-09-0368-8623/+2
* | Correctly mangle `this` in the JS backend (#8853)LemonBoy2018-09-033-3/+27
* | fixes #8043Araq2018-09-033-4/+34
* | Add sym owner to macros (#8253)cooldome2018-09-037-3/+50
* | improve the error message for 'addQuitProc' etc; fixes #5794Araq2018-09-032-13/+14
* | document the fact that --define symbols are completely case insensitive; clos...Araq2018-09-031-0/+3
* | manual: add a note about the terminating zero for strings; refs #5596Araq2018-09-031-0/+5
* | document Nim's signal handling briefly; closes #8224Araq2018-09-031-34/+45
* | manual: more documentation for the 'using' statement; closes #8565Araq2018-09-031-2/+8
* | manual: document the 'unsafeAddr' operator; closes #5038Araq2018-09-031-0/+13
* | document 'var T' and 'typedesc' restriction in generics; closes #1156Araq2018-09-031-0/+28
* | fixes #8852Araq2018-09-031-5/+5
* | fix items for cstring for the JS target; makes tests green againAraq2018-09-032-6/+13
* | fixes #5745Araq2018-09-033-7/+11
* | closes #5252Araq2018-09-031-0/+19
* | closes #4750Araq2018-09-031-0/+19
* | document usage of marshal.to; fixes #3150Araq2018-09-031-0/+11
* | fixes the remaining fixable Nimrod->Nim renamings; closes #2032Araq2018-09-034-14/+14
* | deprecate system.onRaise; fixes #1652Araq2018-09-031-1/+4
* | fixes #8797Araq2018-09-031-2/+2
* | fixes #8740Araq2018-09-032-1/+16
* | fixes #8847Araq2018-09-032-2/+10
* | fixes #8028Andreas Rumpf2018-09-031-1/+1
* | runnableExample: put each example to its own file; fixes #7285Andreas Rumpf2018-09-032-30/+27
* | fixes #8831Andreas Rumpf2018-09-031-1/+1
* | Make sure addGotoOut always inserts its node (#8843)LemonBoy2018-09-031-1/+1
* | change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...Andreas Rumpf2018-09-025-42/+70
* | fixes #8694Andreas Rumpf2018-09-021-2/+2
|/
* Exports dom.Style (#8444)Dominik Picheta2018-09-011-1/+1
* strutils: don't deprecate escape/unescape, too much code uses itAraq2018-08-311-6/+2
* fixes #8052Araq2018-08-312-1/+24
* Constant folding for integer casts (#8095)LemonBoy2018-08-313-8/+86
* Do not materialize empty varargs[untyped] arrays (#8715)LemonBoy2018-08-312-6/+38