summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* make 'nim doc times.nim' work on old versions of OSX againAndreas Rumpf2019-03-041-1/+1
* 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
* improved documentation for several modules (#10752)Miran2019-03-014-132/+259
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-288-264/+208
* 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-265-49/+289
* 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
* better docs: options (#10720)Miran2019-02-221-54/+226
* times.nim: avoid some stdlib dependenciesAraq2019-02-201-5/+5
* 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
* asyncnet.nim: Minor code cleanupAraq2019-02-191-4/+4
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+12
* Comment on isSorted complexity. (#10686) [ci skip]Federico Ceratto2019-02-161-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
* 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
* better docs: timesnarimiran2019-02-111-27/+93
* Update mimetypes (#10621)Juan Carlos2019-02-111-475/+1863
* better docs: random (#10546)Jjp1372019-02-111-66/+423
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-102-4/+4
* Use standard XML escapingEmery Hemingway2019-02-101-4/+2
* Fixes #10357 (#10618)Juan Carlos2019-02-101-1/+1
* Implement `json.%` for tables and optionsOscar Nihlgård2019-02-101-1/+11
* Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-091-2/+2
* fixes #10584 [backport]Andreas Rumpf2019-02-061-3/+4
* New implementation of times.between (#10523)Oscar Nihlgård2019-02-061-81/+94
* make travis greenAraq2019-02-062-2/+2
* make streams.close more forgiving in order to break less code out thereAraq2019-02-061-1/+1
* fix typo in stats module (#10562) [ci skip]Vindaar2019-02-051-1/+1
* Vm bitops fixes (#10520)Arne Döring2019-02-051-10/+17
* Fix regression w/ keep-alive connections to AsyncHttpServerLemonBoy2019-02-041-1/+4
* Clean up some code using a tuple unpack expressionLemonBoy2019-02-041-4/+2
* Small change in how tuples are handled in async macroLemonBoy2019-02-041-7/+7
* times.nim: make it compile on older OSX versionsAndreas Rumpf2019-02-041-1/+14