Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix insert/delete for JS (#8915) | LemonBoy | 2018-09-08 | 1 | -2/+2 |
| | | | Fixes #8914 | ||||
* | Minor fixes for asyncjs (#8894) | LemonBoy | 2018-09-07 | 2 | -5/+13 |
| | | | | | | | | | | * Minor fixes for asyncjs Mark internal procedures as used Allow .async. for more node kinds Make .async. work for nkStmtList * Fix logic error in both the async macros | ||||
* | Automatic deref for everything but pointers in asm/emit (#8891) | LemonBoy | 2018-09-07 | 1 | -3/+3 |
| | | | Fixes #7249 | ||||
* | Fix too broad generic match for toHex (#8889) | LemonBoy | 2018-09-05 | 1 | -1/+1 |
| | | | Fixes #8865 | ||||
* | [DOC] fix typos in `strscans` documentation (#8885) | Vindaar | 2018-09-05 | 1 | -3/+3 |
| | |||||
* | Codegen fix for function pointers marked inline (#8866) | LemonBoy | 2018-09-04 | 1 | -0/+2 |
| | | | | 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. | ||||
* | 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: |