summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fix #13115 (#15930)flywind2020-11-273-10/+33
| | | | | * fix #13115 * fix testament
* move rest of tests to testament (#16140)flywind2020-11-2712-233/+228
| | | | * move rest of tests to testament * Update tests/stdlib/tsums.nim
* fixes #16154; underlying system.add for seq is the real cause; will be ↵Andreas Rumpf2020-11-271-2/+3
| | | | addressed in a follow-up PR (#16161)
* add testcase (#16156)flywind2020-11-271-0/+9
|
* tunidecode minor improvement (#16157)flywind2020-11-271-3/+2
|
* clean up changelog (#16155)flywind2020-11-271-3/+5
| | | | | | | | | | | | | | | | | * fix rope index * add testcase * fix ropes format * add `**` to jsffi * add testcase * changelog * clean up changelog Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* cmdline: improve command processing (#16056)Timothee Cour2020-11-2618-137/+144
|
* fixes #16119 [backport:1.4] (#16149)Andreas Rumpf2020-11-261-3/+3
|
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-269-15/+15
|
* add `**` to jsffi (#16141)flywind2020-11-263-1/+35
| | | | | | | | | | | | | | | * fix rope index * add testcase * fix ropes format * add `**` to jsffi * add testcase * changelog Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* updated repr tests (#16147)Andreas Rumpf2020-11-261-1/+0
|
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)Andreas Rumpf2020-11-263-6/+17
| | | | | * fixes https://github.com/status-im/nimbus-eth2/issues/1549 [backport:1.4] * test fixup
* More on #16110 (#16130)cooldome2020-11-262-8/+32
| | | | | | | | | | | * fix #16110 * refs #16110 * fix comment * Trigger build * use shallowCopy for efficiency
* fix #16120 (#16145)cooldome2020-11-262-53/+67
|
* ref #16054 undefine some stuff in JS backend (#16070)flywind2020-11-261-45/+46
|
* improve docs for prelude (#16135)flywind2020-11-261-10/+11
| | | | | * improve docs for prelude * better
* fixes #15076 (#16143)Andreas Rumpf2020-11-264-8/+105
| | | | | | | | | * fixes #15076 * heapqueue: optimized for ARC * added another test case [backport:1.4] * code cleanup
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-254-44/+160
| | | | | | | | | | | * fix #14339: fixes limited VM support for addr * strengthen test * reference bug #16003 * also fixes #13511 * also fixes #14420
* inc and dec are atomic in JS backend (#16129)flywind2020-11-252-1/+10
|
* fix for comparing infinities (#16122)Antonis Geralis2020-11-251-0/+11
|
* move tests under the compiler directory to testament (#16096)flywind2020-11-2510-328/+344
|
* improve the documentation of ropes (#16111)flywind2020-11-251-19/+98
|
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-244-1/+20
| | | | | | | * add simple writeStackTrace for JS backend * add testcase for writeStackTrace * changelog
* ref #16054 remove typed array (#16077)flywind2020-11-241-8/+0
|
* add simple runnableExamples for atomics (#16116)flywind2020-11-241-0/+40
|
* move tests to testament (#16101)flywind2020-11-2456-2232/+2205
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* fixes #16069; [backport:1.2] [backport:1.4] (#16115)Andreas Rumpf2020-11-248-15/+29
| | | | | * fixes #16069; refs https://github.com/nim-lang/RFCs/issues/257 [backport:1.2] [backport:1.4] * make tests green again
* fix #16110 (#16117)cooldome2020-11-242-1/+20
|
* improve document for heapqueue (#16107)flywind2020-11-241-46/+69
|
* fix export links in the documentation (#16114) [backport:1.4]Miran2020-11-241-5/+9
| | | | | * fix export links in the documentation * fix `len` problem
* Revert "fix #16110"Andrey R (cooldome)2020-11-241-19/+0
| | | | This reverts commit f8b9d8c1904c662f07e5ee1138357695a1df9ac3.
* Revert "fix #16110"Andrey R (cooldome)2020-11-241-2/+1
| | | | This reverts commit 2bab2a2cd8476423414819db3ad79309f6033e13.
* fix #16110Andrey R (cooldome)2020-11-241-1/+2
|
* fix #16110Andrey R (cooldome)2020-11-241-0/+19
|
* fix #16103 (#16109) [backport:1.0]flywind2020-11-241-5/+21
| | | | | * fix #16103 * docs
* typeinfo minor improvement (#16083)flywind2020-11-233-111/+112
| | | | | | | | | * typeinfo minor improvement * minor * Update lib/core/typeinfo.nim * rename typeinfo
* fix #14056 (#16071)kemifl2020-11-232-12/+37
| | | fix #14056, incorporate review comments
* fix ropes format errors (#16106) [backport:1.0]flywind2020-11-232-1/+8
| | | | | | | * fix rope index * add testcase * fix ropes format
* ref #5617 add lineinfo to complete (#16102)flywind2020-11-231-3/+8
|
* fixes #16080 (#16091) [backport:1.2]RokkuCode2020-11-231-1/+1
| | | | | | | * fixes #16080 db_sqlite: Error: undeclared field: 'untypedLen' * redacting fix
* correct errors in xmltree docs (#16104)flywind2020-11-231-81/+72
|
* fix rope index (#16100)flywind2020-11-232-1/+67
| | | | | * fix rope index * add testcase
* ast minor (#16079)flywind2020-11-221-0/+1
|
* fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)flywind2020-11-222-6/+2
| | | | | | | * fix asyncmacro * Apply suggestions from code review * Update lib/pure/asyncmacro.nim
* add gram to important packages (#16037)Bad Dog2020-11-221-0/+1
|
* sets minor improvement (#16087)flywind2020-11-212-269/+262
|
* deques minor improvement (#16084)flywind2020-11-212-129/+129
|
* xmltree minor improvement (#16085)flywind2020-11-212-87/+88
|
* complex minor improvement (#16086)flywind2020-11-212-129/+129
|
* heapqueue minor improvement (#16088)flywind2020-11-212-62/+63
|