| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | fixes #14900, this time for real, maybe (#14934) | Andreas Rumpf | 2020-07-08 | 2 | -19/+19 |
* | | closes #14878 | Araq | 2020-07-08 | 1 | -1/+19 |
* | | fixes #14805 | Araq | 2020-07-08 | 2 | -1/+15 |
* | | fixes #14900 | Araq | 2020-07-08 | 2 | -38/+62 |
* | | fixes #14899 | Araq | 2020-07-08 | 2 | -4/+51 |
* | | progress | Araq | 2020-07-08 | 2 | -18/+34 |
* | | fixes #14402 (#14908) | Andreas Rumpf | 2020-07-08 | 2 | -1/+27 |
* | | fix mistake in times.nim docs | narimiran | 2020-07-07 | 1 | -1/+1 |
* | | Add testcase for #14864 (#14928) | Clyybber | 2020-07-07 | 3 | -0/+13 |
* | | Revert commit 3e843ab3358. Closes #14930. | Dominik Picheta | 2020-07-07 | 1 | -1/+1 |
* | | injectdestructors: refactoring, added more cases explicitly (#14929) | Andreas Rumpf | 2020-07-07 | 1 | -7/+68 |
* | | speed up Nim's lexer by using cstring instead of string. C optimizers are fra... | Araq | 2020-07-07 | 1 | -9/+15 |
* | | weaken tosproc test for my Windows machine which doesn't have 'ls' | Araq | 2020-07-07 | 1 | -1/+2 |
* | | Minor improvements to typecast section of manual (#14896) | awr1 | 2020-07-07 | 1 | -7/+18 |
* | | Limit number of error messages from gcc/clang backend (#14852) | Tomohiro | 2020-07-07 | 2 | -7/+14 |
* | | Fix #14911 (#14922) [backport] | Clyybber | 2020-07-07 | 2 | -2/+9 |
* | | Add testcase for #14472 (#14921) | Clyybber | 2020-07-06 | 1 | -0/+23 |
* | | tables.nim: Add named fields in `smallest` and `largest` (#14919) | ee7 | 2020-07-06 | 2 | -2/+16 |
* | | added security.md; refs #14882 | Araq | 2020-07-06 | 1 | -0/+17 |
* | | fixes #14830 | Araq | 2020-07-06 | 1 | -1/+1 |
* | | Fix style inconsistencies due to the previous commit | narimiran | 2020-07-06 | 10 | -85/+85 |
* | | revert 0944b0f4 | narimiran | 2020-07-06 | 10 | -85/+85 |
* | | Update btrees.nim (#14916) | Dean Eigenmann | 2020-07-06 | 1 | -0/+3 |
* | | Fix logging tiny bug (#14910) | Juan Carlos | 2020-07-06 | 2 | -3/+11 |
* | | Fix #14396 (#14793) | Clyybber | 2020-07-04 | 4 | -71/+198 |
* | | scoped memory management (#14790) | Andreas Rumpf | 2020-07-04 | 17 | -475/+609 |
* | | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 14 | -39/+32 |
* | | Add jsre (#14870) | Juan Carlos | 2020-07-03 | 5 | -4/+53 |
* | | typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of... | Timothee Cour | 2020-07-02 | 6 | -12/+11 |
* | | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 31 | -67/+66 |
* | | Fix #12745 (#14879) | Tomohiro | 2020-07-02 | 2 | -11/+6 |
* | | Clean out sharedlists (#14857) | Juan Carlos | 2020-07-02 | 2 | -6/+3 |
* | | Clean out strutils (#14859) | Juan Carlos | 2020-07-01 | 2 | -5/+1 |
* | | cleanup comment now that #14434 was fixed (#14874) | Timothee Cour | 2020-07-01 | 1 | -2/+0 |
* | | allow packed union (#14868) | Clyybber | 2020-07-01 | 2 | -9/+17 |
* | | fix #14401, trailing comma confuses nimpretty (#14867) | Miran | 2020-07-01 | 3 | -1/+46 |
* | | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 7 | -3/+98 |
* | | Clean out sharedtables (#14858) | Juan Carlos | 2020-06-30 | 2 | -10/+1 |
* | | Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854) | Juan Carlos | 2020-06-30 | 2 | -10/+1 |
* | | typetraits: features and fixes (#14791) | alaviss | 2020-06-30 | 2 | -3/+56 |
* | | Fix asyncdispatch drain behavior (#14820) (#14838) | Ray Imber | 2020-06-30 | 2 | -4/+34 |
* | | add debug fmt string like python's (#14808) | flywind | 2020-06-30 | 3 | -2/+119 |
* | | CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m ... | Timothee Cour | 2020-06-30 | 6 | -0/+138 |
* | | Clean out dom (#14855) | Juan Carlos | 2020-06-30 | 2 | -5/+1 |
* | | Clean out oldast (#14837) | Juan Carlos | 2020-06-30 | 7 | -25/+14 |
* | | New freebsd platforms (#14801) | lbartoletti | 2020-06-29 | 2 | -2/+2 |
* | | fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799) | Timothee Cour | 2020-06-29 | 4 | -22/+34 |
* | | Clean out Deprecated proc (#14797) | Juan Carlos | 2020-06-29 | 3 | -25/+8 |
* | | SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport] | aguspiza | 2020-06-29 | 1 | -1/+1 |
* | | Make unreachable code a warning instead of an error (#14816) | Clyybber | 2020-06-29 | 3 | -9/+9 |