| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixes a critical ORC bug, refs #15076 (#15323) | Andreas Rumpf | 2020-09-14 | 1 | -35/+29 |
* | Fix c_malloc inside syslocks.nim to take size_t (#15268) [backport] | shirleyquirk | 2020-09-05 | 1 | -3/+3 |
* | fixes #15210 [backport:1.2] (#15237) | Andreas Rumpf | 2020-08-31 | 1 | -0/+3 |
* | Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250) | Jaremy Creechley | 2020-08-31 | 2 | -4/+10 |
* | gc_regions: cleanup & fixes for deallocation (#11920) | alaviss | 2020-08-17 | 1 | -5/+4 |
* | disable sink inference, only enable it for the stdlib. Reason: better source ... | Andreas Rumpf | 2020-07-28 | 1 | -0/+3 |
* | more renamings | Araq | 2020-07-27 | 1 | -0/+0 |
* | code cleanup | Araq | 2020-07-27 | 3 | -209/+1 |
* | Fix #2408 - add -d:globalSymbols (#14904) | genotrance | 2020-07-21 | 1 | -1/+4 |
* | readLine: Unicode support for Windows console (#14782) | Andreas Rumpf | 2020-07-20 | 1 | -0/+62 |
|\ |
|
| * | readLine: Fix issues with --gc:arc | ktamp | 2020-06-26 | 1 | -6/+11 |
| * | readLine: Remove recursive imports | ktamp | 2020-06-25 | 1 | -10/+31 |
| * | readLine: Unicode support for Windows console | ktamp | 2020-06-23 | 1 | -0/+36 |
* | | io: fix SetHandleInformation signature to match Windows' (#15017) | alaviss | 2020-07-20 | 1 | -2/+7 |
* | | fix #15006 (#15007) | flywind | 2020-07-17 | 1 | -1/+1 |
* | | Fix #14994 (#14996) | Clyybber | 2020-07-15 | 1 | -0/+1 |
* | | repr_v2 improvements (#14992) | Clyybber | 2020-07-15 | 1 | -10/+28 |
* | | optimize the new nimPrepareStrMutationV2 with inlining (#14969) | Andreas Rumpf | 2020-07-12 | 1 | -6/+9 |
* | | Move `wasMoved` out of `=destroy` | Clyybber | 2020-07-10 | 2 | -3/+1 |
* | | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -7/+6 |
* | | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -4/+5 |
* | | Clean out Deprecated proc (#14797) | Juan Carlos | 2020-06-29 | 1 | -8/+0 |
|/ |
|
* | fix #14750, don't allocate too much in newWideCString (#14773) | Miran | 2020-06-23 | 1 | -3/+2 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 8 | -14/+20 |
* | Remove outdated comment and copy of length (#14759) | Clyybber | 2020-06-22 | 1 | -13/+3 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -8/+0 |
* | fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) | Timothee Cour | 2020-06-16 | 1 | -3/+8 |
* | fix #14655 setLen(seq) now zeros memory (#14656) | Timothee Cour | 2020-06-14 | 1 | -14/+15 |
* | remove tyOpt, mOpt (#14636) | Timothee Cour | 2020-06-12 | 1 | -1/+1 |
* | exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621) | ee7 | 2020-06-10 | 1 | -1/+1 |
* | io: correct signature for some win32 apis (#14551) | alaviss | 2020-06-03 | 1 | -5/+5 |
* | fix #14421 items uses lent T (#14447) | Timothee Cour | 2020-05-29 | 1 | -3/+28 |
* | hotfix doc comments for procs without body (#14494) | Timothee Cour | 2020-05-29 | 1 | -5/+0 |
* | more checking for --gc:arc, no need for valgrind (#14467) | Andreas Rumpf | 2020-05-29 | 8 | -69/+145 |
* | fix repr(char) example assert (#14437) | hlaaftana | 2020-05-23 | 1 | -1/+1 |
* | make malloc.nim consistent in style (#14427) | Andreas Rumpf | 2020-05-22 | 1 | -9/+9 |
* | ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423) | Andreas Rumpf | 2020-05-21 | 1 | -2/+1 |
* | Small improvements for string and char repr with gc:arc (#14400) | Clyybber | 2020-05-20 | 1 | -6/+8 |
* | specialize genericReset (#14398) | Andreas Rumpf | 2020-05-19 | 1 | -1/+1 |
* | trunner was not actually being tested in non-CTFFI mode; minor testament clea... | Timothee Cour | 2020-05-19 | 1 | -1/+1 |
* | add OpenBSD MAP_STACK for coroutines (#14353) | John | 2020-05-16 | 1 | -4/+10 |
* | fixes #14370 (#14371) | Andreas Rumpf | 2020-05-16 | 2 | -2/+2 |
* | fixes #13862 | Araq | 2020-05-13 | 1 | -1/+1 |
* | fixes #13935 | Andreas Rumpf | 2020-05-13 | 1 | -0/+3 |
* | cycle collector: make it threadsafe | Araq | 2020-05-12 | 1 | -5/+5 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 5 | -18/+34 |
* | do not track 'raise Defect' in the .raises: [] clause anymore (#14298) | Andreas Rumpf | 2020-05-11 | 1 | -1/+6 |
* | Fix for --styleCheck:error | Antonis | 2020-05-11 | 1 | -4/+4 |
* | Fix #14270 and add testcases (#14276) | Clyybber | 2020-05-08 | 1 | -2/+6 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 3 | -11/+10 |