summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8941 from timotheecour/pr_fix_8928Andreas Rumpf2018-09-122-2/+24
|\
| * add testcaseTimothee Cour2018-09-111-0/+19
| * fix #8928Timothee Cour2018-09-111-2/+5
* | Merge pull request #8949 from nim-lang/araq-for-loop-expressionsAndreas Rumpf2018-09-129-81/+163
|\ \
| * | add tcollect test for the new for-loops as expressions featureAndreas Rumpf2018-09-111-0/+63
| * | extended system.type/typeof to support an upcoming 'collect' macro that works...Andreas Rumpf2018-09-115-56/+67
| * | fixes merge conflictsAndreas Rumpf2018-09-11887-43099/+48825
| |\ \
| | * \ Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-09-1132-151/+489
| | |\ \
| | * | | fixes #3655Andreas Rumpf2018-09-051-5/+10
| * | | | steps to get for loops as expressionsAndreas Rumpf2018-02-284-25/+41
* | | | | Fix add(string, cstring) when the lhs is null (#8951)LemonBoy2018-09-122-3/+8
* | | | | Fix concat behaviour for uninitialized strings (#8950)LemonBoy2018-09-112-10/+17
| |_|_|/ |/| | |
* | | | Fix semantic pass with borrowed magic procs (#8945)LemonBoy2018-09-112-0/+11
* | | | Always emit hti object types if needed (#8940)LemonBoy2018-09-112-1/+9
| |_|/ |/| |
* | | JS strings have no trailing zero anymore (#8936)LemonBoy2018-09-113-35/+22
* | | Narrowing casts are applied after every op if needed (#8918)LemonBoy2018-09-082-32/+86
* | | Fix insert/delete for JS (#8915)LemonBoy2018-09-082-2/+14
* | | Fix AST generation for case statements (#8908)LemonBoy2018-09-072-1/+12
* | | 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