summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* make 'nim doc times.nim' work on old versions of OSX againAndreas Rumpf2019-03-041-1/+1
* add wasm32 platformJacek Sieka2019-03-031-0/+2
* hashes: fix inconsistent tests, fixes #10771narimiran2019-03-031-4/+3
* times.nim: Fix docs for duration conversion procs [ci skip] (#10770)ee72019-03-021-5/+5
* Matching actual proc name (#10766) [ci skip]Anthon van der Neut2019-03-021-1/+1
* htmlparser: update exampleLeorize2019-03-021-3/+3
* alloc et al don't have any effect; fixes #9746Araq2019-03-013-25/+25
* improved documentation for several modules (#10752)Miran2019-03-016-177/+325
* Fix corner-case uses of newLit (#10760)zah2019-03-011-5/+11
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-282-4/+128
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-289-273/+216
* gc:destructors: progressAndreas Rumpf2019-02-282-1/+2
* destructor based seqs: bugfixAndreas Rumpf2019-02-281-1/+2
* Make doku of os.moveFile() more precise. (#10758) [ci skip]Simon Krauter2019-02-281-0/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-2622-69/+1026
* Prevent options from calling custom ref == operators (#10745)Yuriy Glukhov2019-02-261-3/+18
* use `initHashSet` and `toHashSet`, fixes #10730 (#10736)Miran2019-02-251-86/+94
* [random] add support for sets (#10532)WhiteDuke2019-02-251-0/+12
* strutils: document `parseEnum` [ci skip]narimiran2019-02-251-0/+23
* Handle IPv6 in bindAddr #7633Federico Ceratto2019-02-231-13/+12
* Tighten the conversion from tyRange to scalar types (#10495)LemonBoy2019-02-231-10/+48
* code cleanup: there is no tyOptRefAndreas Rumpf2019-02-227-32/+18
* better docs: options (#10720)Miran2019-02-221-54/+226
* system.nim: spacingAndreas Rumpf2019-02-211-1/+1
* macros.nim: spacingAndreas Rumpf2019-02-211-1/+1
* gc:destructors: make system/repr compileAndreas Rumpf2019-02-212-2/+17
* gc:destructors: slightly more stuff compilesAraq2019-02-201-1/+4
* times.nim: avoid some stdlib dependenciesAraq2019-02-201-5/+5
* system.nim: avoid 'cannot prove init' warnings for the '..' constructorsAraq2019-02-201-3/+2
* add `xmltree.clear`, fixes #3797 (#10711)Miran2019-02-201-0/+29
* fixes a critical strutils bug [backport]Araq2019-02-191-1/+1
* Replace the duration conversion procs with new improved ones (#10710)Oscar Nihlgård2019-02-191-56/+156
* better docs: osproc (#10708)Miran2019-02-191-66/+159
* fixes #6832Araq2019-02-191-5/+2
* better docs: strtabs (#10704)Miran2019-02-191-104/+209
* document proper imports, fixes #8164 (#10698)Miran2019-02-194-0/+8
* asyncnet.nim: Minor code cleanupAraq2019-02-191-4/+4
* fixes #10702 (#10705)Andreas Rumpf2019-02-182-1/+21
* Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-181-1/+1
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+12
* Comment on isSorted complexity. (#10686) [ci skip]Federico Ceratto2019-02-161-1/+1
* some dom proc correction and complement (#10684)liuxiaodong2019-02-151-4/+9
* allow string insert in nimscript, fixes #10561narimiran2019-02-151-1/+1
* Return result when found instead of keep iterating for no reason the whole mi...Juan Carlos2019-02-151-0/+1
* osproc: fix minor typoAraq2019-02-141-1/+1
* deprecated leftovers from era of no unsigned integer types (#10605)Arne Döring2019-02-141-9/+23
* 32 bit fixes (#10608)Arne Döring2019-02-121-1/+1
* randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...Timothee Cour2019-02-121-0/+1
* deprecated list comprehension (#10636)Arne Döring2019-02-121-3/+4
* Lowercase ext before querying the mimedb on mimetypes module, change isMainMo...Juan Carlos2019-02-121-11/+29