summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed merge conflictAndreas Rumpf2019-02-186-16/+48
|\
| * 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
| * better docs: timesnarimiran2019-02-111-27/+93
| * Update mimetypes (#10621)Juan Carlos2019-02-111-475/+1863
| * macros: add links in the docs [ci skip]narimiran2019-02-111-0/+4
| * better docs: random (#10546)Jjp1372019-02-111-66/+423
| * revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-105-13/+17
| * Add note on channel usage with spawn (#10627) [ci skip]Federico Ceratto2019-02-101-3/+8
| * Use standard XML escapingEmery Hemingway2019-02-101-4/+2
| * Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...Dean Thompson2019-02-101-4/+11
| * Fixes #10357 (#10618)Juan Carlos2019-02-101-1/+1
| * sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-101-3/+3
| * Implement `json.%` for tables and optionsOscar Nihlgård2019-02-101-1/+11
| * Misc macro things (#10612)LemonBoy2019-02-091-13/+18
| * fix replacef typo in exampleKobi2019-02-091-1/+1
| * Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-091-2/+2
| * Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-082-20/+18
| * Add summation algorithms (#9284)b3liever2019-02-081-0/+78
* | 32 bit fixes (#10608)Arne Döring2019-02-131-1/+1
* | randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...Timothee Cour2019-02-131-0/+1
* | deprecated list comprehension (#10636)Arne Döring2019-02-131-3/+4
* | Lowercase ext before querying the mimedb on mimetypes module, change isMainMo...Juan Carlos2019-02-131-11/+29
* | better docs: timesnarimiran2019-02-131-27/+93
* | Update mimetypes (#10621)Juan Carlos2019-02-131-475/+1863
* | macros: add links in the docs [ci skip]narimiran2019-02-131-0/+4
* | better docs: random (#10546)Jjp1372019-02-131-66/+423
* | revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-135-13/+17
* | Add note on channel usage with spawn (#10627) [ci skip]Federico Ceratto2019-02-131-3/+8
* | Use standard XML escapingEmery Hemingway2019-02-131-4/+2
* | Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...Dean Thompson2019-02-131-4/+11
* | Fixes #10357 (#10618)Juan Carlos2019-02-131-1/+1
* | sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-131-3/+3
* | Implement `json.%` for tables and optionsOscar Nihlgård2019-02-131-1/+11
* | Misc macro things (#10612)LemonBoy2019-02-131-13/+18
* | fix replacef typo in exampleKobi2019-02-131-1/+1
* | Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-131-2/+2
* | Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-132-20/+18
* | Add summation algorithms (#9284)b3liever2019-02-131-0/+78
* | make it work with latest system.nimAndreas Rumpf2019-02-081-12/+8
* | Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-08116-10571/+11995
|\|