summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * add `xmltree.clear`, fixes #3797 * use `setLen`
* 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
| | | | | * better docs: osproc * fix a typo in the docs, deprecate "demon"
* 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
| | | | | | * --define:nimQuirky exception handling for Nim; in preparation of a blog post * make it work with latest system.nim * make code more readable * fixes #10702
* Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-181-1/+1
| | | | | | | | | * Prevent crash on pragma templates w/ generics * Remove incorrect call to pragma reconversion `semOverloadedCall` may return a node with more elements than the original nkCall node had (implicit and/or explicit generics).
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+12
| | | | Port of #3323 with added tests
* 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 ↵Juan Carlos2019-02-151-0/+1
| | | | mimedb on mimetypes module (#10675)
* 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 ↵Timothee Cour2019-02-121-0/+1
| | | | (#10635)
* deprecated list comprehension (#10636)Arne Döring2019-02-121-3/+4
|
* Lowercase ext before querying the mimedb on mimetypes module, change ↵Juan Carlos2019-02-121-11/+29
| | | | isMainModule to runnableExamples (#10644)
* better docs: timesnarimiran2019-02-111-27/+93
|
* Update mimetypes (#10621)Juan Carlos2019-02-111-475/+1863
| | | | * Update mimetypes const mimes, Fix for Nim mimetypes to recognize Nim and Nimble
* 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
| | | | | | * Make index out of bounds more useful by including the 'bounds'. * fixes #9880 index out of bounds (remaining cases); revives #10228 * change err msg to: `index 3 not in 0 .. 1`
* 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
| | | | suggest alternative approaches. (#10596)
* Fixes #10357 (#10618)Juan Carlos2019-02-101-1/+1
|
* sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-101-3/+3
| | | | | | | | | this speeds up the system.sets time from ~0.2 to ~0.06 in release mode. This is still slower than intsets and tables (which both are ~0.01). This assumes that most sets will be sparse. fixes #10617
* Implement `json.%` for tables and optionsOscar Nihlgård2019-02-101-1/+11
|
* Misc macro things (#10612)LemonBoy2019-02-091-13/+18
| | | | | | | | | | | | * Misc cleanup in macro code Generate error messages using `error` instead of `assert`. Fixes #10574 * Fix crash with hasCustomPragma on quoted fields Use the `$` operator instead of reaching for the `strVal` field directly
* 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
| | | | | | (#9435)
* Add summation algorithms (#9284)b3liever2019-02-081-0/+78
|
* macros.nim: minor comment changeAndreas Rumpf2019-02-081-2/+2
|
* DOM module: re-add more missing stuffAraq2019-02-081-1/+36
|
* fixes #10602Araq2019-02-081-2/+2
|
* DOM module: add more missing stuffAraq2019-02-071-0/+3
|
* helpers2 now has a real nameAraq2019-02-072-1/+1
|
* further system.nim cleanupsAndreas Rumpf2019-02-065-42/+31
|