summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-191-1/+1
* [std/locks]close #7998(complete condition variables) (#17711)flywind2021-04-193-43/+48
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-3/+13
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-174-4/+4
* make the copy operation of Thread an error (#17734)flywind2021-04-161-0/+2
* Remove the use of usrToCell in gcMark [backport:1.2] (#17709)zah2021-04-142-6/+5
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-6/+6
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-1/+1
* fixes #17647 (#17667)Andreas Rumpf2021-04-073-17/+17
* ensure the avr example keeps compiling (#17663)Andreas Rumpf2021-04-071-0/+4
* items(array)+friends: remove a RT comparison (#17650)Timothee Cour2021-04-061-8/+8
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-031-1/+1
* fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)flywind2021-03-301-0/+10
* [backport:1.2] Avoid inlining of newObj and newObjRC1 calls (#17582)Miran2021-03-301-2/+2
* Fix #17299, fix setAffinity for android (#17574)Clyybber2021-03-301-2/+17
* [os:standalone]fix #14011 (#17564)flywind2021-03-291-2/+8
* [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