summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-261-14/+19
* fixes #20015; document `shallowCopy` does a deep copy with ARC/ORC (#20025)flywind2022-07-141-0/+2
* move assertions out of system (#19599)flywind2022-03-231-2/+5
* apply changes from #18017 and some fixes (#19571)flywind2022-03-011-3/+0
* move io out of system (#19442)flywind2022-02-021-3/+6
* Add noQuit option (#19419) [backport:1.6]Tom2022-01-191-2/+5
* add an example to setControlCHook (#19416)nblaxall2022-01-191-0/+9
* suppress deprecated warnings (#19408)flywind2022-01-191-2/+1
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-9/+19
* Add support for LoongArch (#19223)wenghongquan2021-12-091-1/+1
* bump NimVersion to 1.7.1narimiran2021-10-191-1/+1
* document -d:nimStrictDelete [backport] (#18939)flywind2021-10-031-0/+4
* change comment (#18913)flywind2021-09-281-1/+1
* correct effect tracking for .borrowed procs [backport] (#18882)Andreas Rumpf2021-09-231-1/+1
* we need something better than warningAsError for effect handling viol… (#18...Andreas Rumpf2021-09-041-2/+1
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-5/+4
* unary slices get a deprecation period (#18549)Andreas Rumpf2021-07-211-9/+8
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-201-3/+0
* use more `.}` (#18542)flywind2021-07-201-4/+4
* fixed system.delete (#18507)Andreas Rumpf2021-07-181-7/+10
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-2/+2
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-0/+5
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-1/+0
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-201-24/+34
* Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)Euan2021-06-041-1/+1
* dont silence hints in system.nim (#18034)Timothee Cour2021-05-301-2/+2
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...Timothee Cour2021-05-141-4/+4
* ORC: progress (#18000)Andreas Rumpf2021-05-121-0/+1
* fix #17911 rawProc for cpp (#17912)Timothee Cour2021-05-011-4/+9
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-20/+2
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-011-44/+40
* Document the difference between toFloat/toInt and type conversion (#17894)Gabriel Huber2021-04-301-2/+3
* Remove confusing <//> (#17830)flywind2021-04-261-4/+0
* followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794)Timothee Cour2021-04-201-0/+10
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-191-8/+0
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-191-0/+1
* IC exposes typedesc implementation shenanigans (#17759)Andreas Rumpf2021-04-181-1/+1
* make cuchar alias uint8 instead of char (#17738)shirleyquirk2021-04-171-1/+1
* Fix array's high & low return type for empty arrays (#17705)Tanguy Cizain2021-04-151-0/+8
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+4
* document caveats of quit (#17648)Timothee Cour2021-04-051-4/+8
* [docs]fix #17473 (#17565)flywind2021-03-291-2/+3
* system: fix link in `delete` proc (#17550)ee72021-03-281-1/+1
* fix #17260 render `\` properly in nim doc, rst2html (#17315)Timothee Cour2021-03-241-2/+2
* IC: green tests (#17311)Andreas Rumpf2021-03-191-0/+1
* rename channels to channels_builtin (#17330)flywind2021-03-121-1/+1
* use .. warning:: (#17226)flywind2021-03-041-5/+3
* followup #17225: simplify code after removing gc2, generational (#17242)Timothee Cour2021-03-031-3/+2
* \r now renders as \r, not \c which was not standard (#17244)Timothee Cour2021-03-031-3/+3
* rename prepareStrMutation to prepareMutation (#17235)flywind2021-03-031-3/+3