summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
...
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-121-3/+3
* cleanup Ordinal (#13501)Timothee Cour2020-02-271-0/+12
* Documentation staticRead maximum file size limits (#13485)Juan Carlos2020-02-261-0/+3
* stdlib/system: add sink and move (#13283)cooldome2020-02-181-44/+92
* Repr v2 progress (#13268)cooldome2020-01-281-5/+2
* [backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234...D-Nice2020-01-231-0/+12
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-28/+28
* System cleanup, part 2 (#13155)Miran2020-01-151-1649/+29
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-2/+7
* more arc features (#13098)Andreas Rumpf2020-01-101-12/+19
* System cleanup, part 1 (#13069)Miran2020-01-101-496/+512
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-5/+7
* ARC: default to a shared heap with --threads:onAraq2019-12-241-5/+5
* ported channels to ARCAraq2019-12-241-1/+1
* lenVarargs: number of varargs elements (#12907)Timothee Cour2019-12-231-0/+5
* update documentation for `closureScope` and `capture` (#12886)Judd2019-12-211-1/+6
* system.reset is no longer magic (#12937)Clyybber2019-12-191-11/+9
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-3/+5
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-4/+9
* fix db_mysql getRow() when column is null error raised (#12806) [backport]itsumura-h2019-12-051-3/+4
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+2
* make addQuoted work on nimscript (#12717) [backport]Jasper Jenkins2019-11-281-5/+6
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-12/+13
* gc:arc: support GC_ref/unref for ref TAraq2019-11-131-1/+1
* fix compilation warning (#12618)cooldome2019-11-081-5/+5
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-90/+0
* NimPatch of devel version should be an odd number because of the earlier hacksnarimiran2019-11-031-1/+1
* [backport] Add docs to better distinguish among getProjectPath, getCurrentDir...Kaushal Modi2019-10-311-1/+13
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-3/+5
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-301-8/+10
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-4/+4
* Extent json.to testing to VM, add workrounds for VM bugs. (#12493)Arne Döring2019-10-281-2/+8
* fixes #12502Andreas Rumpf2019-10-271-2/+2
* development version should be 1.1.0 so that version checking can work properlyAndreas Rumpf2019-10-271-2/+2
* minor improvementsAndreas Rumpf2019-10-271-7/+7
* Fix word wrappingJjp1372019-10-221-13/+16
* Fix many broken linksJjp1372019-10-221-10/+10
* first implementation of the new --seqsv2 switchAraq2019-10-201-10/+10
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-2/+2
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-78/+115
* Fixes #12187 (#12321)Clyybber2019-10-081-2/+2
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-8/+8
* devel version is 1.0.99 [ci skip]narimiran2019-09-251-1/+1
* remove nimnomagic64 (#12243)Jasper Jenkins2019-09-241-38/+12
* version 1.0narimiran2019-09-231-3/+3
* gc:destructors progressAndreas Rumpf2019-09-161-2/+2
* Fix #12133 - use libgc.so.4.0 for OpenBSD (#12134)Euan2019-09-061-0/+2
* Merge branch 'devel' into uint-range-checksAndreas Rumpf2019-09-021-9/+13
|\
| * fix min/max for float numbers (#12068)Arne Döring2019-09-021-9/+13