Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | follow #15818 and close #7109 (#15823) | flywind | 2020-11-02 | 2 | -2/+13 |
| | | | | | | | | | * follow #15818 and close #7109 * Update compiler/jsgen.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> | ||||
* | `ioutils` are moved to `fusion` (#15822) | Miran | 2020-11-02 | 2 | -134/+0 |
| | |||||
* | simplify toHex (#15821) | Timothee Cour | 2020-11-02 | 1 | -29/+2 |
| | |||||
* | fixes #15804 (#15820) | Andreas Rumpf | 2020-11-02 | 3 | -15/+27 |
| | | | | | | | | | * fixes #15804 * fix the existing test * add the testcase for #15804 Co-authored-by: narimiran <narimiran@disroot.org> | ||||
* | fixes #15594 (#15819) | flywind | 2020-11-02 | 2 | -0/+12 |
| | |||||
* | Handle BLOB column type in SQLite as binary data (#15681) | Regis Caillaud | 2020-11-02 | 2 | -15/+128 |
| | | | | | | * Fixed not handling blob correctly in sqlite * Fixed setLen commented by mistake * Added binary example as db_sqlite doc * Added tests for sqlite binary data | ||||
* | more clear (#15812) | flywind | 2020-11-02 | 1 | -2/+2 |
| | |||||
* | Closure iterators are not supported by VM (#15818) | flywind | 2020-11-02 | 2 | -0/+11 |
| | |||||
* | fix #8821 (#15809) | flywind | 2020-11-02 | 2 | -0/+17 |
| | |||||
* | Use modern enums in compiler (#15775) | cooldome | 2020-11-02 | 18 | -337/+219 |
| | |||||
* | Update tables documentation (#15807) | Thomas Tay | 2020-11-02 | 1 | -0/+34 |
| | | | | Added a case where a user might use mgetOrPut and create an accidental copy of a seq. | ||||
* | fixes #15717 | flywind | 2020-11-02 | 2 | -0/+21 |
| | |||||
* | fix #15815 (#15817) | flywind | 2020-11-02 | 2 | -1/+20 |
| | |||||
* | fix #15145 (#15816) | flywind | 2020-11-02 | 2 | -4/+17 |
| | |||||
* | closes #3670 [add testcase for #3670] (#15808) | flywind | 2020-11-01 | 1 | -0/+11 |
| | | | | | | | * add testcase * Update tests/template/twhenintemplates.nim Co-authored-by: Clyybber <darkmine956@gmail.com> | ||||
* | Typos | Clyybber | 2020-10-31 | 1 | -1/+1 |
| | |||||
* | improve public Testament docs (#15710) | n5m | 2020-10-31 | 1 | -27/+80 |
| | | | | | | | | | | | | | | | * improve glob docs * punctuation * move spec descriptions above example notably, change the description of timeout to reference seconds, not microseconds * document nimout * document sortoutput * explain the action options | ||||
* | fix #15651 (#15800) | flywind | 2020-10-31 | 2 | -0/+19 |
| | | | | | * fix * minor | ||||
* | support par expression as checkpoint (#15802) | flywind | 2020-10-31 | 1 | -1/+1 |
| | |||||
* | [closes #12682]add testcase for #12682 (#15796) | flywind | 2020-10-31 | 1 | -0/+11 |
| | | | | | * add testcase for #12682 * fix | ||||
* | fix #15702, show enum fields documentation (#15792) | Miran | 2020-10-30 | 5 | -2/+46 |
| | |||||
* | Grammar fixes | Clyybber | 2020-10-30 | 1 | -4/+4 |
| | |||||
* | add testcase for #14227 (#15794) | flywind | 2020-10-30 | 1 | -0/+23 |
| | |||||
* | [closes #11625 and closes #2488]add global and threadvar(with ↵ | flywind | 2020-10-30 | 2 | -1/+36 |
| | | | | | | | | | | | | | | | `--threads:off` mode ) pragmas supports for JS backend (#15772) * add global pragma support for js backend * globalThis * add support for threadvar * more tests * Update compiler/jsgen.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | canAlias improvement (#15773) | cooldome | 2020-10-30 | 1 | -2/+11 |
| | | | | | * canAlias improvement * fix comment | ||||
* | promote `collect` macro as a map+filter replacement (#15788) | Miran | 2020-10-30 | 2 | -1/+29 |
| | | | | | * promote `collect` macro as a map+filter replacement * Update lib/pure/collections/sequtils.nim | ||||
* | fix `toHex` - make it work with int literals (#15770) | Miran | 2020-10-30 | 1 | -0/+12 |
| | |||||
* | closes #6036 (#15779) | flywind | 2020-10-30 | 1 | -0/+11 |
| | | | | | | | | | * add testcase for #6036 * try * try again * make it work | ||||
* | closes #7374 (#15781) | flywind | 2020-10-30 | 1 | -0/+29 |
| | | | | | | | * add testcase for #7374 * minor * fix test | ||||
* | add testcase for #7416 (#15782) | flywind | 2020-10-30 | 1 | -0/+9 |
| | |||||
* | closes #7658 (#15784) | flywind | 2020-10-30 | 2 | -3/+13 |
| | | | | | * fix #7658 * more | ||||
* | add testcase for #8012 (#15785) | flywind | 2020-10-30 | 1 | -0/+15 |
| | |||||
* | add testcase for #9165 (#15787) | flywind | 2020-10-30 | 1 | -0/+11 |
| | |||||
* | add approxequal (#15766) | Antonis Geralis | 2020-10-30 | 2 | -1/+26 |
| | | | | | | | | | | | | * add approxequal * Address review comments, tests that pass * more wikipedia links [ci skip] * forgot since Co-authored-by: b3liever <b3liever@yandex.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | add testcase for #9091 (#15791) | flywind | 2020-10-30 | 1 | -0/+36 |
| | | | | | * add testcase for #9091 * more tests | ||||
* | fix #15638 (#15789) | flywind | 2020-10-30 | 2 | -0/+4 |
| | |||||
* | add testcase for #7127 (#15780) | flywind | 2020-10-30 | 1 | -0/+2 |
| | |||||
* | add tests for #7686 (#15771) | flywind | 2020-10-29 | 1 | -0/+9 |
| | |||||
* | Fix doc comment for sumKbn (#15769) | Antonis Geralis | 2020-10-29 | 1 | -1/+1 |
| | | | Co-authored-by: b3liever <b3liever@yandex.com> | ||||
* | fixes #15413 (#15768) | Andreas Rumpf | 2020-10-29 | 3 | -21/+71 |
| | | | | | | | * fixes #15413 * better hide it properly * see if this makes our list of important packages happy | ||||
* | Make default state public (#15763) | Antonis Geralis | 2020-10-29 | 2 | -1/+7 |
| | | | | | | | * Make default state public * Address review comments Co-authored-by: b3liever <b3liever@yandex.com> | ||||
* | Massive documentation fixes + copy editing (#15747) | Yanis Zafirópulos | 2020-10-29 | 16 | -411/+401 |
| | |||||
* | Spelling and Grammer fixes (#15719) | Tim Smith | 2020-10-28 | 1 | -2/+6 |
| | | | | Co-authored-by: Tim Smith <tim.smith.hdg@gmail.com> Co-authored-by: Miran <narimiran@disroot.org> | ||||
* | Make newObjUninit proc to adhere to its name (#15764) | Antonis Geralis | 2020-10-28 | 1 | -2/+2 |
| | | | Co-authored-by: b3liever <b3liever@yandex.com> | ||||
* | fix #15756 (#15761) | cooldome | 2020-10-28 | 2 | -1/+13 |
| | | | | | * fix #15756 * simplify test | ||||
* | ARC now capable of custom extra alignment. Ref, closure and seq support. ↵ | cooldome | 2020-10-28 | 11 | -77/+273 |
| | | | | (#15697) | ||||
* | change/remove deprecated stuff | narimiran | 2020-10-28 | 1 | -23/+5 |
| | |||||
* | fix #15750 | narimiran | 2020-10-28 | 2 | -0/+8 |
| | |||||
* | fix #15752 (#15754) | cooldome | 2020-10-28 | 2 | -4/+13 |
| | |||||
* | honor --declaredLocs in more places, including type mismatch errors; also ↵ | Timothee Cour | 2020-10-27 | 7 | -24/+40 |
| | | | | | | | show `kind` with --declaredLocs (#15673) * honor --declaredLocs in more places, including type mismatch errors * fix tests * show declaration location also when type mismatch names clash |