summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* readLine: Unicode support for Windows console (#14782)Andreas Rumpf2020-07-201-0/+62
|\
| * readLine: Fix issues with --gc:arcktamp2020-06-261-6/+11
| * readLine: Remove recursive importsktamp2020-06-251-10/+31
| * readLine: Unicode support for Windows consolektamp2020-06-231-0/+36
* | io: fix SetHandleInformation signature to match Windows' (#15017)alaviss2020-07-201-2/+7
* | fix #15006 (#15007)flywind2020-07-171-1/+1
* | Fix #14994 (#14996)Clyybber2020-07-151-0/+1
* | repr_v2 improvements (#14992)Clyybber2020-07-151-10/+28
* | optimize the new nimPrepareStrMutationV2 with inlining (#14969)Andreas Rumpf2020-07-121-6/+9
* | Move `wasMoved` out of `=destroy`Clyybber2020-07-102-3/+1
* | deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-7/+6
* | {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-4/+5
* | Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-8/+0
|/
* fix #14750, don't allocate too much in newWideCString (#14773)Miran2020-06-231-3/+2
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-238-14/+20
* Remove outdated comment and copy of length (#14759)Clyybber2020-06-221-13/+3
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-8/+0
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-3/+8
* fix #14655 setLen(seq) now zeros memory (#14656)Timothee Cour2020-06-141-14/+15
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-121-1/+1
* exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)ee72020-06-101-1/+1
* io: correct signature for some win32 apis (#14551)alaviss2020-06-031-5/+5
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-3/+28
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-5/+0
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-298-69/+145
* fix repr(char) example assert (#14437)hlaaftana2020-05-231-1/+1
* make malloc.nim consistent in style (#14427)Andreas Rumpf2020-05-221-9/+9
* ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423)Andreas Rumpf2020-05-211-2/+1
* Small improvements for string and char repr with gc:arc (#14400)Clyybber2020-05-201-6/+8
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-1/+1
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* add OpenBSD MAP_STACK for coroutines (#14353)John2020-05-161-4/+10
* fixes #14370 (#14371)Andreas Rumpf2020-05-162-2/+2
* fixes #13862Araq2020-05-131-1/+1
* fixes #13935Andreas Rumpf2020-05-131-0/+3
* cycle collector: make it threadsafeAraq2020-05-121-5/+5
* fixes #13881Andreas Rumpf2020-05-125-18/+34
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-1/+6
* Fix for --styleCheck:errorAntonis2020-05-111-4/+4
* Fix #14270 and add testcases (#14276)Clyybber2020-05-081-2/+6
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-053-11/+10
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-051-1/+1
* Fix #14151 (#14205) [backport]slangmgh2020-05-031-8/+2
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-023-19/+2
* Document that proc named fooTask is created for every foo task [backport] (#1...Kaushal Modi2020-05-021-0/+15
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-012-5/+5
* fixes #13698 [backport:1.2] (#14175)Andreas Rumpf2020-04-301-2/+2
* fixes the regression #12860 caused; hotfixAraq2020-04-301-0/+3
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-34/+12
* many bugfixes for js (#14158)hlaaftana2020-04-292-23/+16