Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | micro improvements (#15849) | Andreas Rumpf | 2020-11-05 | 2 | -2/+3 |
| | |||||
* | close #11142 (#15847) | cooldome | 2020-11-05 | 1 | -0/+14 |
| | |||||
* | document #15618 (#15810) | flywind | 2020-11-05 | 1 | -0/+9 |
| | | | | | | | | | | | | | | * document #15618 * Update lib/pure/unittest.nim * Update lib/pure/unittest.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> * Update lib/pure/unittest.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> | ||||
* | fix adding empty sequence to HTTP headers (#15783) | flywind | 2020-11-05 | 2 | -4/+34 |
| | | | | | * fix adding empty sequence to HTTP headers * add tests | ||||
* | fix #15663 (#15839) [backport:1.4] | flywind | 2020-11-05 | 2 | -0/+14 |
| | |||||
* | fix #15463 (#15831) | flywind | 2020-11-05 | 3 | -2/+13 |
| | |||||
* | change non-working example to runnableExamples (#15841) | flywind | 2020-11-05 | 1 | -7/+5 |
| | |||||
* | close #10307(add testcase for #10307) (#15840) | flywind | 2020-11-05 | 1 | -0/+23 |
| | |||||
* | close #8457 (#15844) | flywind | 2020-11-05 | 1 | -0/+11 |
| | |||||
* | fix static[Slice[T]] as argument issue (#15842) | cooldome | 2020-11-04 | 2 | -1/+13 |
| | |||||
* | Clarify the sense in which Nim supports recursive iterators in the (#15834) | c-blake | 2020-11-04 | 3 | -7/+44 |
| | | | manual, the tutorial, and the `tbintree` test. | ||||
* | fix #15835 (#15838) | flywind | 2020-11-04 | 2 | -0/+19 |
| | | | | | * fix #15835 * add tests | ||||
* | remove iup from stdlib in contrast to #15828 (#15830) | flywind | 2020-11-03 | 4 | -1003/+2 |
| | | | | | * remove iup from stdlib * Update changelog.md | ||||
* | fix deprecated messages regarding high (#15832) | flywind | 2020-11-03 | 2 | -2/+2 |
| | |||||
* | EnumUtils, speed up findStr in compiler (#15777) | cooldome | 2020-11-03 | 6 | -68/+89 |
| | | | | | | | | * add parseEnumRange * fix runnable example * update changelog * use parseEnumRange in compiler * reorganise code * add changelog, make single normalizer argument | ||||
* | fix #12640 (#15829) | flywind | 2020-11-03 | 2 | -1/+32 |
| | |||||
* | 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> |