Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error message for accidental use of macro (#10490) | Arne Döring | 2019-02-19 | 3 | -2/+27 |
| | | | | * error message for accidental use of macro | ||||
* | fixes 10697 [backport] | Araq | 2019-02-19 | 2 | -4/+16 |
| | |||||
* | asyncnet.nim: Minor code cleanup | Araq | 2019-02-19 | 1 | -4/+4 |
| | |||||
* | add more nimble packages to the test (#10707) | Miran | 2019-02-19 | 2 | -2/+11 |
| | |||||
* | manual: fix broken sentence | narimiran | 2019-02-19 | 1 | -8/+7 |
| | |||||
* | manual: typo | Andreas Rumpf | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2019-02-18 | 6 | -35/+85 |
|\ | |||||
| * | fixes #10702 (#10705) | Andreas Rumpf | 2019-02-18 | 9 | -50/+118 |
| | | | | | | | | | | | | * --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 | ||||
| * | fixes #10659 `koch boot` fails on windows (#10660) | Timothee Cour | 2019-02-18 | 1 | -3/+5 |
| | | |||||
| * | Prevent crash on pragma templates w/ generics (#10685) | LemonBoy | 2019-02-18 | 3 | -11/+26 |
| | | | | | | | | | | | | | | | | | | * 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). | ||||
* | | make set specification more clear; refs #10524 | Andreas Rumpf | 2019-02-18 | 1 | -0/+4 |
| | | |||||
* | | make code more readable | Andreas Rumpf | 2019-02-18 | 1 | -3/+3 |
| | | |||||
* | | fixed merge conflict | Andreas Rumpf | 2019-02-18 | 19 | -112/+296 |
|\| | |||||
| * | Small CI improvements (#10699) | LemonBoy | 2019-02-18 | 2 | -5/+7 |
| | | | | | | | | | | | | * [appveyor] Cache all the downloaded binaries * [travis] Enable fast_finish | ||||
| * | Provide access to getsockname()/getpeername() | Federico Ceratto | 2019-02-17 | 2 | -0/+16 |
| | | | | | | | | Port of #3323 with added tests | ||||
| * | add links to every document, fixes #5515 | narimiran | 2019-02-16 | 1 | -1/+14 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merge pull request #10680 from narimiran/fix-10561 | LemonBoy | 2019-02-15 | 1 | -1/+1 |
| |\ | | | | | | | allow string insert in nimscript, fixes #10561 | ||||
| | * | 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) | ||||
| * | add more nimble packages for testing (#10671) | Miran | 2019-02-15 | 3 | -43/+79 |
| | | |||||
| * | introduce object before tuple in the tutorials (#10664) | Arne Döring | 2019-02-14 | 2 | -31/+102 |
| | | |||||
| * | fixes #10651 | Araq | 2019-02-14 | 3 | -14/+40 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix typo in codeReordering error msg (#10667) | Timothee Cour | 2019-02-14 | 2 | -2/+2 |
| | | | | | | | | | | | | * fix typo in codeReordering * reorder=>codeReordering | ||||
| * | compiler/types: correctly generates signature for non-proc types (#10658) | alaviss | 2019-02-13 | 2 | -1/+21 |
| | | | | | | | | This makes signatures generated for nimsuggest correctly distinguish template/macro/converter from proc. | ||||
| * | disable talloc2 on 32 bits (#10656) | Arne Döring | 2019-02-13 | 1 | -36/+35 |
| | | |||||
| * | 32 bit fixes (#10608) | Arne Döring | 2019-02-12 | 26 | -135/+165 |
| | | |||||
| * | randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior ↵ | Timothee Cour | 2019-02-12 | 1 | -0/+1 |
| | | | | | | | | (#10635) | ||||
| * | fix travis: add set -e in script (#10631) | Timothee Cour | 2019-02-12 | 1 | -0/+2 |
| | | |||||
| * | reduce debug output (#10638) | Arne Döring | 2019-02-12 | 1 | -58/+63 |
| | | |||||
| * | Fix codegen problem with strict C++ compilers (#10639) | LemonBoy | 2019-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Since tyCString is convertible to a tyPointer we must be extra careful to emit a cast to (void*) in order to appease clang++. Reported by masnagam on the Nim forum. | ||||
| * | nimsuggest: only log when logging is enabled (#10646) | alaviss | 2019-02-12 | 1 | -2/+2 |
| | | | | | | fixes #6199 | ||||
| * | 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) | ||||
| * | travis:upgrade to xenial (trusty end of life is april 2019) (#10643) | Timothee Cour | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | better docs: times | narimiran | 2019-02-11 | 1 | -27/+93 |
| | | |||||
| * | attempt to make nightlies work again | Andreas Rumpf | 2019-02-11 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Propagate tfGcSafe flag to generic instantiations (#10620) | LemonBoy | 2019-02-10 | 2 | -3/+13 |
| | | | | | | Fixes a nasty endless loop in the generic instantiation phase. | ||||
| * | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-10 | 11 | -36/+88 |
| | | | | | | | | | | | | * 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 |
| | | |||||
| * | Merge pull request #10622 from ehmry/xml | LemonBoy | 2019-02-10 | 1 | -4/+2 |
| |\ | | | | | | | Use standard XML escaping | ||||
| | * | Use standard XML escaping | Emery Hemingway | 2019-02-10 | 1 | -4/+2 |
| | | | |||||
| * | | fixes #10547 | Andreas Rumpf | 2019-02-10 | 1 | -5/+6 |
| |/ | |||||
| * | 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) |