summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #13070Araq2020-01-101-2/+2
* take the one good idea from --os:standalone and enable it via -d:StandaloneHe...Andreas Rumpf2020-01-092-8/+8
* reprjs: style changesAraq2020-01-051-12/+12
* fixes #13013, reverts previous changes to readLines() (#13036) [backport]cooldome2020-01-051-3/+5
* fixes #13032Araq2020-01-042-6/+6
* remove default argument for readLines (#12807) [backport]cooldome2020-01-021-3/+3
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-013-98/+120
* fixes #12965 (#12991)Andreas Rumpf2019-12-311-10/+11
* c_fflush() the rawWrite() buffer (#12987)Ștefan Talpalaru2019-12-301-0/+4
* generic stack trace overriding mechanism (#12922)Ștefan Talpalaru2019-12-291-10/+33
* minor refactoringsAndreas Rumpf2019-12-271-9/+9
* ARC: default to a shared heap with --threads:onAraq2019-12-242-0/+10
* ported channels to ARCAraq2019-12-241-120/+142
* fix error in assertions document (#12925) [backport]flywind2019-12-181-1/+1
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-177-2/+762
* NaN floatFormat with clang_cl (#12910)cooldome2019-12-171-2/+2
* Better clang_cl support (#12896)cooldome2019-12-131-5/+6
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-8/+56
* more fixes for --cpu:avr [backport] (#12748)Andreas Rumpf2019-11-274-5/+8
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-0/+9
* csize_t changes: pinToCpu didn't compile (#12725)Mamy Ratsimbazafy2019-11-251-1/+1
* make tests green againAndreas Rumpf2019-11-131-2/+2
* gc:arc: support GC_ref/unref for ref TAraq2019-11-131-2/+2
* Fix #12135 and #12109 (#12137)Euan2019-11-111-0/+7
* Fix crash in terminate handler (#12572) [backport]Volodymyr Lashko2019-11-071-0/+6
* fix #12597 (#12604)Arne Döring2019-11-071-4/+4
* added 'since' template for further stdlib additionsAndreas Rumpf2019-11-072-1/+5
* [backport] fix #12395 (#12590)Miran2019-11-041-3/+3
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-316-30/+30
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-304-6/+6
* Improve Math.Trunc code emit on JS, had weird whitespaces and indents (#12549)Juan Carlos2019-10-301-10/+10
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-303-5/+5
* proof that refcounting can handle Nim's async (#12533)Andreas Rumpf2019-10-281-1/+8
* fix deprecation warnings related to Int128 (#12474)Miran2019-10-281-1/+1
* minor improvementsAndreas Rumpf2019-10-271-1/+2
* Fix word wrappingJjp1372019-10-221-4/+5
* Fix many broken linksJjp1372019-10-222-4/+4
* first implementation of the new --seqsv2 switchAraq2019-10-204-5/+5
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-184-35/+11
* Fixes #12286 - require explicit disabling of boehm interior pointer checking ...genotrance2019-10-111-1/+3
* fix a few dead links and a missing sentence in documentation (#12387)Nindaleth2019-10-081-3/+3
* fixes #12315 [backport]; refs #12314 (#12385)Andreas Rumpf2019-10-081-0/+6
* Fixes #12187 (#12321)Clyybber2019-10-084-11/+35
* `system.writeFile` has been overloaded to also support `openarray[byte]` (#12...zah2019-10-021-0/+12
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-273-3/+3
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-261-0/+2
* Fix -d:logGC compile cerror: 'stdout not defined' (#12237)treeform2019-09-241-5/+5
* last stdlib cleanupsAraq2019-09-211-8/+0
* consistent floating point output (#12219)Andreas Rumpf2019-09-203-33/+80
* expose more fields of TNimTypeAraq2019-09-191-4/+4