summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* add runnableExamples for prepareStrMutation (#17227)flywind2021-03-021-1/+8
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-20/+13
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-0/+6
* add overload `add(a: var string, b: openArray[char])` (#15951)Timothee Cour2021-03-011-7/+8
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-2/+2
* system: more runnableExamples + doc improvements (#17075)Timothee Cour2021-02-171-39/+48
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-198/+154
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-111-2/+16
* Deprecate any (#16920)Juan Carlos2021-02-081-1/+1
* document typeof (#16965)Timothee Cour2021-02-081-2/+17
* use typeof instead type (#16962)flywind2021-02-081-168/+168
* fix `of` procs + runnableExamples (#16932)Timothee Cour2021-02-051-8/+25
* document `default` (#16942)Timothee Cour2021-02-051-2/+17
* link compile-time options together in docs (#16879)n5m2021-02-021-2/+21
* remove quotation marks around imports - fixes links in the docs (#16888)Miran2021-02-011-2/+2
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-18/+12
* fix floats slice (#16853)flywind2021-01-291-6/+6
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-4/+3
* promote math.isNaN (#16734)flywind2021-01-151-1/+1
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-16/+1
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-111-7/+13
* fix #12311 (#16578)flywind2021-01-041-4/+7
* fix #8412 (#16563)flywind2021-01-031-6/+12