Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed merge conflict | Andreas Rumpf | 2019-02-18 | 6 | -16/+48 |
|\ | |||||
| * | Provide access to getsockname()/getpeername() | Federico Ceratto | 2019-02-17 | 1 | -0/+12 |
| | | | | | | | | Port of #3323 with added tests | ||||
| * | Comment on isSorted complexity. (#10686) [ci skip] | Federico Ceratto | 2019-02-16 | 1 | -1/+1 |
| | | |||||
| * | some dom proc correction and complement (#10684) | liuxiaodong | 2019-02-15 | 1 | -4/+9 |
| | | |||||
| * | allow string insert in nimscript, fixes #10561 | narimiran | 2019-02-15 | 1 | -1/+1 |
| | | |||||
| * | Return result when found instead of keep iterating for no reason the whole ↵ | Juan Carlos | 2019-02-15 | 1 | -0/+1 |
| | | | | | | | | mimedb on mimetypes module (#10675) | ||||
| * | osproc: fix minor typo | Araq | 2019-02-14 | 1 | -1/+1 |
| | | |||||
| * | deprecated leftovers from era of no unsigned integer types (#10605) | Arne Döring | 2019-02-14 | 1 | -9/+23 |
| | | |||||
| * | 32 bit fixes (#10608) | Arne Döring | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior ↵ | Timothee Cour | 2019-02-12 | 1 | -0/+1 |
| | | | | | | | | (#10635) | ||||
| * | deprecated list comprehension (#10636) | Arne Döring | 2019-02-12 | 1 | -3/+4 |
| | | |||||
| * | Lowercase ext before querying the mimedb on mimetypes module, change ↵ | Juan Carlos | 2019-02-12 | 1 | -11/+29 |
| | | | | | | | | isMainModule to runnableExamples (#10644) | ||||
| * | better docs: times | narimiran | 2019-02-11 | 1 | -27/+93 |
| | | |||||
| * | Update mimetypes (#10621) | Juan Carlos | 2019-02-11 | 1 | -475/+1863 |
| | | | | | | | | * Update mimetypes const mimes, Fix for Nim mimetypes to recognize Nim and Nimble | ||||
| * | macros: add links in the docs [ci skip] | narimiran | 2019-02-11 | 1 | -0/+4 |
| | | |||||
| * | better docs: random (#10546) | Jjp137 | 2019-02-11 | 1 | -66/+423 |
| | | |||||
| * | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-10 | 5 | -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 Ceratto | 2019-02-10 | 1 | -3/+8 |
| | | |||||
| * | Use standard XML escaping | Emery Hemingway | 2019-02-10 | 1 | -4/+2 |
| | | |||||
| * | Expanded the typeinfo module's doc comment to warn that rtti will evolve and ↵ | Dean Thompson | 2019-02-10 | 1 | -4/+11 |
| | | | | | | | | suggest alternative approaches. (#10596) | ||||
| * | Fixes #10357 (#10618) | Juan Carlos | 2019-02-10 | 1 | -1/+1 |
| | | |||||
| * | sets: avoid calling countBits32 for 0 (#10619) | Brent Pedersen | 2019-02-10 | 1 | -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 options | Oscar Nihlgård | 2019-02-10 | 1 | -1/+11 |
| | | |||||
| * | Misc macro things (#10612) | LemonBoy | 2019-02-09 | 1 | -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 example | Kobi | 2019-02-09 | 1 | -1/+1 |
| | | |||||
| * | Fix compilation w/ Atomic[T] types (#10607) | LemonBoy | 2019-02-09 | 1 | -2/+2 |
| | | |||||
| * | Move cpp exception handler from system to excpt next to the signal handler ↵ | cooldome | 2019-02-08 | 2 | -20/+18 |
| | | | | | | | | | | | | (#9435) | ||||
| * | Add summation algorithms (#9284) | b3liever | 2019-02-08 | 1 | -0/+78 |
| | | |||||
* | | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -1/+1 |
| | | |||||
* | | randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior ↵ | Timothee Cour | 2019-02-13 | 1 | -0/+1 |
| | | | | | | | | (#10635) | ||||
* | | deprecated list comprehension (#10636) | Arne Döring | 2019-02-13 | 1 | -3/+4 |
| | | |||||
* | | Lowercase ext before querying the mimedb on mimetypes module, change ↵ | Juan Carlos | 2019-02-13 | 1 | -11/+29 |
| | | | | | | | | isMainModule to runnableExamples (#10644) | ||||
* | | better docs: times | narimiran | 2019-02-13 | 1 | -27/+93 |
| | | |||||
* | | Update mimetypes (#10621) | Juan Carlos | 2019-02-13 | 1 | -475/+1863 |
| | | | | | | | | * Update mimetypes const mimes, Fix for Nim mimetypes to recognize Nim and Nimble | ||||
* | | macros: add links in the docs [ci skip] | narimiran | 2019-02-13 | 1 | -0/+4 |
| | | |||||
* | | better docs: random (#10546) | Jjp137 | 2019-02-13 | 1 | -66/+423 |
| | | |||||
* | | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-13 | 5 | -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 Ceratto | 2019-02-13 | 1 | -3/+8 |
| | | |||||
* | | Use standard XML escaping | Emery Hemingway | 2019-02-13 | 1 | -4/+2 |
| | | |||||
* | | Expanded the typeinfo module's doc comment to warn that rtti will evolve and ↵ | Dean Thompson | 2019-02-13 | 1 | -4/+11 |
| | | | | | | | | suggest alternative approaches. (#10596) | ||||
* | | Fixes #10357 (#10618) | Juan Carlos | 2019-02-13 | 1 | -1/+1 |
| | | |||||
* | | sets: avoid calling countBits32 for 0 (#10619) | Brent Pedersen | 2019-02-13 | 1 | -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 options | Oscar Nihlgård | 2019-02-13 | 1 | -1/+11 |
| | | |||||
* | | Misc macro things (#10612) | LemonBoy | 2019-02-13 | 1 | -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 example | Kobi | 2019-02-13 | 1 | -1/+1 |
| | | |||||
* | | Fix compilation w/ Atomic[T] types (#10607) | LemonBoy | 2019-02-13 | 1 | -2/+2 |
| | | |||||
* | | Move cpp exception handler from system to excpt next to the signal handler ↵ | cooldome | 2019-02-13 | 2 | -20/+18 |
| | | | | | | | | | | | | (#9435) | ||||
* | | Add summation algorithms (#9284) | b3liever | 2019-02-13 | 1 | -0/+78 |
| | | |||||
* | | make it work with latest system.nim | Andreas Rumpf | 2019-02-08 | 1 | -12/+8 |
| | | |||||
* | | Merge branch 'devel' into araq-quirky-exceptions | Andreas Rumpf | 2019-02-08 | 116 | -10571/+11995 |
|\| |