Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renderer letAux fix only for octal literal (#12343) | Ridho Pratama | 2019-10-08 | 4 | -6/+77 |
| | | | | | | | | * renderer letAux fix only for octal literal * Handle when it's octal -1 for i64 * Added testcases | ||||
* | Easier build instructions for windows - just run `build_all.bat`. (#12276) | treeform | 2019-10-08 | 2 | -16/+23 |
| | | | | | | | | * Easier build instructions for windows. * title letter * Update build_all.bat to be like build_all.sh | ||||
* | [doc/tut1] removed discard discussion in comments (#12352) | pietroppeter | 2019-10-08 | 1 | -9/+0 |
| | |||||
* | nimsuggest: fix tcp socket leak (#12377) [backport] | alaviss | 2019-10-08 | 1 | -1/+1 |
| | | | | | | A new socket is created for each iteration and leak immediately thanks to the accept() call replacing the created socket with the client socket. This commit fixes that. | ||||
* | External file compilation improvement (#12380) | cooldome | 2019-10-08 | 1 | -0/+4 |
| | |||||
* | On windows, os.relativePath returns path as is when roots are different (#12329) | Tomohiro | 2019-10-07 | 2 | -28/+106 |
| | | | | | | | * On windows, os.relativePath returns path as is when roots are different * Implement os.sameRoot without windows API * Fix compile error when compiling lib/nimhcr.nim * Fix compile error when compiling lib/nimhcr.nim on Windows | ||||
* | Refactor closeEmitter to make it more modular (#12365) | Federico Ceratto | 2019-10-07 | 1 | -4/+12 |
| | |||||
* | fixes #12323 [backport] | Andreas Rumpf | 2019-10-07 | 1 | -1/+3 |
| | |||||
* | render typeof as typeof | Andreas Rumpf | 2019-10-07 | 1 | -2/+2 |
| | |||||
* | VM: no special casing for big endian machines; refs #9690 [backport] (#12364) | Andreas Rumpf | 2019-10-06 | 1 | -6/+2 |
| | |||||
* | Expose some layouter elements, improve readme (#12361) | Federico Ceratto | 2019-10-04 | 2 | -3/+4 |
| | | | Useful for writing linters and static code analysis | ||||
* | added cpuTime to VM (#12346) | Ico Doornekamp | 2019-10-04 | 4 | -0/+14 |
| | | | | | | * added cpuTime to VM * Hide VM-time cpuTime() behind --benchmarkVM flag | ||||
* | Fix reference to parseSpec proc in readme (#12359) | kraptor | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Fixes #12010; Add the description for "cc" option into --fullhelp (#12350) | Hideki Okamoto | 2019-10-04 | 1 | -0/+1 |
| | |||||
* | [backport] bundle nimpretty on Windows (#12358) | Miran | 2019-10-04 | 1 | -2/+6 |
| | |||||
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 14 | -36/+61 |
| | |||||
* | minor optimization for asynchttpserver.nim | Andreas Rumpf | 2019-10-04 | 1 | -19/+12 |
| | |||||
* | [backport] Fix typo in docs (#12356) [ci skip] | Andrew Owen | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Change future version number in changelog | Dominik Picheta | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed sizeOf to sizeof (#12347) | Ridho Pratama | 2019-10-03 | 3 | -4/+4 |
| | |||||
* | azure: disable failing tests | Leorize | 2019-10-03 | 5 | -11/+9 |
| | |||||
* | testament: add azure integration | Leorize | 2019-10-03 | 4 | -10/+122 |
| | |||||
* | azure-pipelines: add pipelines for linux, mac and win | Leorize | 2019-10-03 | 1 | -0/+148 |
| | | | | This is the equivalent to the current AppVeyor + Travis setup. | ||||
* | fixes #12291 [backport] (#12338) | Andreas Rumpf | 2019-10-03 | 1 | -0/+1 |
| | |||||
* | Fixed #12337, leaking pipe after gorge (#12339) | Ico Doornekamp | 2019-10-03 | 1 | -0/+2 |
| | |||||
* | Sets need copying in JS (#11392) | hlaaftana | 2019-10-02 | 2 | -1/+15 |
| | | | | | | * Sets need copying in JS * Fixes #11353 * Add test for #11353 | ||||
* | `system.writeFile` has been overloaded to also support `openarray[byte]` ↵ | zah | 2019-10-02 | 2 | -1/+13 |
| | | | | | | (#12313) | ||||
* | fixes #12330 (#12331) | Timothee Cour | 2019-10-02 | 1 | -1/+2 |
| | |||||
* | fixes #12336 [backport] | Andreas Rumpf | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | test more packages | narimiran | 2019-10-02 | 1 | -3/+13 |
| | |||||
* | Updated the code example in the os module to use better grammar. (#12328) | Andrew Smith | 2019-10-02 | 1 | -11/+12 |
| | |||||
* | Macro docs additions (#12270) | Jasper Jenkins | 2019-10-01 | 1 | -123/+140 |
| | | | | | | | | | | | | * small macros doc additions * more changes * fixes [ci skip] * capitalization, couple additions * nkNodeKind to nnkNodeKind | ||||
* | Refactor injectdestructors (#12295) | Clyybber | 2019-10-01 | 7 | -578/+258 |
| | | | One improvement over #devel is visible in the transformation of getEnv. With this approach we move to result whenever possible. | ||||
* | Fix how `relativePath` handle case sensitiviy (#12312) [backport] | Tomohiro | 2019-10-01 | 2 | -2/+6 |
| | |||||
* | fixes #12240 [backport] (#12308) | Andreas Rumpf | 2019-10-01 | 1 | -1/+9 |
| | |||||
* | macros.newLit now works for ref object types (#12307) | zah | 2019-09-30 | 3 | -0/+33 |
| | |||||
* | fixes #12264 [backport] (#12302) | Andreas Rumpf | 2019-09-30 | 3 | -10/+17 |
| | |||||
* | fixes #12281 [backport] | Andreas Rumpf | 2019-09-30 | 2 | -6/+9 |
| | |||||
* | fixes #12294 [backport] | Andreas Rumpf | 2019-09-30 | 1 | -1/+0 |
| | |||||
* | [backport] run nimpretty on the remaining files | narimiran | 2019-09-30 | 13 | -418/+461 |
| | |||||
* | [backport] run nimpretty on os-related stuff | narimiran | 2019-09-30 | 10 | -184/+193 |
| | |||||
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 11 | -373/+423 |
| | |||||
* | [backport] run nimpretty on web stuff | narimiran | 2019-09-30 | 8 | -92/+103 |
| | |||||
* | [backport] run nimpretty on hashes | narimiran | 2019-09-30 | 5 | -12/+16 |
| | |||||
* | [backport] run nimpretty on parsers | narimiran | 2019-09-30 | 11 | -194/+208 |
| | |||||
* | [backport] run nimpretty on numbers stuff | narimiran | 2019-09-30 | 6 | -173/+189 |
| | |||||
* | [backport] run nimpretty on async | narimiran | 2019-09-30 | 8 | -57/+61 |
| | |||||
* | JS: gensym is stricter for 'this'; refs #12246 [backport] | Araq | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | different fix for #12279 [backport] | Araq | 2019-09-30 | 2 | -4/+0 |
| | |||||
* | fixes #12298 | Araq | 2019-09-30 | 1 | -1/+1 |
| |