| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -3/+8 |
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 1 | -2/+2 |
* | Improve nimeval, changes some defaults (#14351) | PMunch | 2020-05-15 | 1 | -1/+1 |
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir... | Timothee Cour | 2020-05-13 | 1 | -1/+2 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 1 | -2/+2 |
* | --hint:processing (+friends) is now supported and means `--hint:processing:on... | Timothee Cour | 2020-05-08 | 1 | -1/+1 |
* | Clarify JS cstring len (#14184) | hlaaftana | 2020-05-05 | 1 | -6/+7 |
* | fix #14217 (#14218) | cooldome | 2020-05-05 | 1 | -1/+1 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -2/+4 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -6/+6 |
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 1 | -4/+5 |
* | since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124) | Timothee Cour | 2020-04-26 | 1 | -1/+5 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -2/+10 |
* | bump devel version to 1.3.1 | narimiran | 2020-04-03 | 1 | -1/+1 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -16/+20 |
* | arc optimizations (#13325) | Andreas Rumpf | 2020-03-18 | 1 | -8/+1 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -1/+4 |
* | rename `lenTuple` and `lenVarargs` (#13639) | Miran | 2020-03-12 | 1 | -3/+3 |
* | cleanup Ordinal (#13501) | Timothee Cour | 2020-02-27 | 1 | -0/+12 |
* | Documentation staticRead maximum file size limits (#13485) | Juan Carlos | 2020-02-26 | 1 | -0/+3 |
* | stdlib/system: add sink and move (#13283) | cooldome | 2020-02-18 | 1 | -44/+92 |
* | Repr v2 progress (#13268) | cooldome | 2020-01-28 | 1 | -5/+2 |
* | [backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234... | D-Nice | 2020-01-23 | 1 | -0/+12 |
* | style fix: change 'JS' to 'js' to make it consistent (#13168) | Miran | 2020-01-16 | 1 | -28/+28 |
* | System cleanup, part 2 (#13155) | Miran | 2020-01-15 | 1 | -1649/+29 |
* | Added 'ansic' os support for minimal (embedded) targets (#13088) | Ico Doornekamp | 2020-01-15 | 1 | -2/+7 |
* | more arc features (#13098) | Andreas Rumpf | 2020-01-10 | 1 | -12/+19 |
* | System cleanup, part 1 (#13069) | Miran | 2020-01-10 | 1 | -496/+512 |
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -5/+7 |
* | ARC: default to a shared heap with --threads:on | Araq | 2019-12-24 | 1 | -5/+5 |
* | ported channels to ARC | Araq | 2019-12-24 | 1 | -1/+1 |
* | lenVarargs: number of varargs elements (#12907) | Timothee Cour | 2019-12-23 | 1 | -0/+5 |
* | update documentation for `closureScope` and `capture` (#12886) | Judd | 2019-12-21 | 1 | -1/+6 |
* | system.reset is no longer magic (#12937) | Clyybber | 2019-12-19 | 1 | -11/+9 |
* | ARC: cycle detector (#12823) | Andreas Rumpf | 2019-12-17 | 1 | -3/+5 |
* | ARC related bugfixes and refactorings (#12781) | Andreas Rumpf | 2019-12-05 | 1 | -4/+9 |
* | fix db_mysql getRow() when column is null error raised (#12806) [backport] | itsumura-h | 2019-12-05 | 1 | -3/+4 |
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -0/+2 |
* | make addQuoted work on nimscript (#12717) [backport] | Jasper Jenkins | 2019-11-28 | 1 | -5/+6 |
* | ARC: ported the GC tests over to --gc:arc | Araq | 2019-11-26 | 1 | -12/+13 |
* | gc:arc: support GC_ref/unref for ref T | Araq | 2019-11-13 | 1 | -1/+1 |
* | fix compilation warning (#12618) | cooldome | 2019-11-08 | 1 | -5/+5 |
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -90/+0 |
* | NimPatch of devel version should be an odd number because of the earlier hacks | narimiran | 2019-11-03 | 1 | -1/+1 |
* | [backport] Add docs to better distinguish among getProjectPath, getCurrentDir... | Kaushal Modi | 2019-10-31 | 1 | -1/+13 |
* | introduce csize_t instead of fixing csize (#12497) | Arne Döring | 2019-10-31 | 1 | -3/+5 |
* | --gc:destructors now means Nim uses pure refcounting (#12557) | Andreas Rumpf | 2019-10-30 | 1 | -8/+10 |
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -4/+4 |
* | Extent json.to testing to VM, add workrounds for VM bugs. (#12493) | Arne Döring | 2019-10-28 | 1 | -2/+8 |
* | fixes #12502 | Andreas Rumpf | 2019-10-27 | 1 | -2/+2 |