summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* [docs]close #12580 (#17549)flywind2021-03-281-2/+2
* follow up #17539 (#17548)flywind2021-03-291-1/+1
* set const arch64 to fix compiling with vcc/icc (#17539)rockcavera2021-03-281-0/+1
* cleaned up the internal documentation (#17524)Andreas Rumpf2021-03-262-1/+81
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-222-5/+73
* prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)Derek 呆2021-03-211-1/+2
* IC: green tests (#17311)Andreas Rumpf2021-03-193-16/+26
* rename channels to channels_builtin (#17330)flywind2021-03-121-0/+0
* Use `.. warning::` (#17320)konsumlamm2021-03-101-12/+12
* use lowercase --define switches (#17283)flywind2021-03-073-5/+5
* IC: further progress (#17150)Andreas Rumpf2021-03-051-3/+0
* Added assertion to clamp (#17248)Jason Beetham2021-03-041-2/+5
* followup #17225: simplify code after removing gc2, generational (#17242)Timothee Cour2021-03-033-4/+5
* Use readable escape sequences (#17241)Clyybber2021-03-031-1/+1
* rename prepareStrMutation to prepareMutation (#17235)flywind2021-03-031-2/+2
* add runnableExamples for prepareStrMutation (#17227)flywind2021-03-021-1/+1
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-0/+7
* Replace double backticks with single backticks - Part 2 out of ~6 (#17206)Danil Yarantsev2021-02-285-48/+48
* Replace double backticks with single backticks - Part 1 out of ~6 (#17205)Danil Yarantsev2021-02-2810-75/+75
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-284-6/+6
* fix #17159 items(cstring) works in VM (#17160)Timothee Cour2021-02-241-14/+45
* add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)Timothee Cour2021-02-231-2/+7
* A few rst doc fixes (#17151)Danil Yarantsev2021-02-231-1/+1
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-4/+8
* use single backtick (#17133)flywind2021-02-212-2/+2
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-201-1/+1
* system/excpt: let the OS handle termination on signal (#16712)alaviss2021-02-192-3/+18
* fix stringify unsigned integer in JS and JS VM (#17086)flywind2021-02-181-18/+29
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-172-2/+2
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-171-4/+2
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-179-65/+28
* don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)Andreas Rumpf2021-02-171-1/+1
* better getTempDir (#16914)flywind2021-02-151-2/+2
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-111-1/+1
* Improve documentation for assertions (#16988)konsumlamm2021-02-111-35/+51
* fix some warnings (#16952)flywind2021-02-082-16/+16
* use typeof instead type (#16962)flywind2021-02-082-3/+3
* Fix link to switchClyybber2021-02-041-1/+1
* Allow strings for -- in config.nims (#16934)Clyybber2021-02-041-5/+18
* add widestrs.newWideCString overload (#16860)flywind2021-02-011-0/+3
* fix floats slice (#16853)flywind2021-01-291-1/+1
* remove unused warning (#16809)flywind2021-01-241-2/+2
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-1/+2
* Deprecate TaintedString (#15423)Juan Carlos2021-01-152-21/+21
* followup for #16717: minimized example + improved comment (#16721)Timothee Cour2021-01-151-1/+3
* fix #16706 (#16717) [backport:1.4]flywind2021-01-141-1/+3
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-042-10/+20
* fix #16499 (#16514)flywind2021-01-041-10/+14
* make the docs of arithmetics better (#16510)flywind2020-12-301-126/+107
* fix #16502 (#16512)flywind2020-12-301-1/+1