Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add `**` to jsffi (#16141) | flywind | 2020-11-26 | 3 | -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 Rumpf | 2020-11-26 | 1 | -1/+0 | |
| | ||||||
* | fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146) | Andreas Rumpf | 2020-11-26 | 3 | -6/+17 | |
| | | | | | * fixes https://github.com/status-im/nimbus-eth2/issues/1549 [backport:1.4] * test fixup | |||||
* | More on #16110 (#16130) | cooldome | 2020-11-26 | 2 | -8/+32 | |
| | | | | | | | | | | | * fix #16110 * refs #16110 * fix comment * Trigger build * use shallowCopy for efficiency | |||||
* | fix #16120 (#16145) | cooldome | 2020-11-26 | 2 | -53/+67 | |
| | ||||||
* | ref #16054 undefine some stuff in JS backend (#16070) | flywind | 2020-11-26 | 1 | -45/+46 | |
| | ||||||
* | improve docs for prelude (#16135) | flywind | 2020-11-26 | 1 | -10/+11 | |
| | | | | | * improve docs for prelude * better | |||||
* | fixes #15076 (#16143) | Andreas Rumpf | 2020-11-26 | 4 | -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 Cour | 2020-11-25 | 4 | -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) | flywind | 2020-11-25 | 2 | -1/+10 | |
| | ||||||
* | fix for comparing infinities (#16122) | Antonis Geralis | 2020-11-25 | 1 | -0/+11 | |
| | ||||||
* | move tests under the compiler directory to testament (#16096) | flywind | 2020-11-25 | 10 | -328/+344 | |
| | ||||||
* | improve the documentation of ropes (#16111) | flywind | 2020-11-25 | 1 | -19/+98 | |
| | ||||||
* | add simple writeStackTrace for JS backend (#16016) | flywind | 2020-11-24 | 4 | -1/+20 | |
| | | | | | | | * add simple writeStackTrace for JS backend * add testcase for writeStackTrace * changelog | |||||
* | ref #16054 remove typed array (#16077) | flywind | 2020-11-24 | 1 | -8/+0 | |
| | ||||||
* | add simple runnableExamples for atomics (#16116) | flywind | 2020-11-24 | 1 | -0/+40 | |
| | ||||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 56 | -2232/+2205 | |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | |||||
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 8 | -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) | cooldome | 2020-11-24 | 2 | -1/+20 | |
| | ||||||
* | improve document for heapqueue (#16107) | flywind | 2020-11-24 | 1 | -46/+69 | |
| | ||||||
* | fix export links in the documentation (#16114) [backport:1.4] | Miran | 2020-11-24 | 1 | -5/+9 | |
| | | | | | * fix export links in the documentation * fix `len` problem | |||||
* | Revert "fix #16110" | Andrey R (cooldome) | 2020-11-24 | 1 | -19/+0 | |
| | | | | This reverts commit f8b9d8c1904c662f07e5ee1138357695a1df9ac3. | |||||
* | Revert "fix #16110" | Andrey R (cooldome) | 2020-11-24 | 1 | -2/+1 | |
| | | | | This reverts commit 2bab2a2cd8476423414819db3ad79309f6033e13. | |||||
* | fix #16110 | Andrey R (cooldome) | 2020-11-24 | 1 | -1/+2 | |
| | ||||||
* | fix #16110 | Andrey R (cooldome) | 2020-11-24 | 1 | -0/+19 | |
| | ||||||
* | fix #16103 (#16109) [backport:1.0] | flywind | 2020-11-24 | 1 | -5/+21 | |
| | | | | | * fix #16103 * docs | |||||
* | typeinfo minor improvement (#16083) | flywind | 2020-11-23 | 3 | -111/+112 | |
| | | | | | | | | | * typeinfo minor improvement * minor * Update lib/core/typeinfo.nim * rename typeinfo | |||||
* | fix #14056 (#16071) | kemifl | 2020-11-23 | 2 | -12/+37 | |
| | | | fix #14056, incorporate review comments | |||||
* | fix ropes format errors (#16106) [backport:1.0] | flywind | 2020-11-23 | 2 | -1/+8 | |
| | | | | | | | * fix rope index * add testcase * fix ropes format | |||||
* | ref #5617 add lineinfo to complete (#16102) | flywind | 2020-11-23 | 1 | -3/+8 | |
| | ||||||
* | fixes #16080 (#16091) [backport:1.2] | RokkuCode | 2020-11-23 | 1 | -1/+1 | |
| | | | | | | | * fixes #16080 db_sqlite: Error: undeclared field: 'untypedLen' * redacting fix | |||||
* | correct errors in xmltree docs (#16104) | flywind | 2020-11-23 | 1 | -81/+72 | |
| | ||||||
* | fix rope index (#16100) | flywind | 2020-11-23 | 2 | -1/+67 | |
| | | | | | * fix rope index * add testcase | |||||
* | ast minor (#16079) | flywind | 2020-11-22 | 1 | -0/+1 | |
| | ||||||
* | fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090) | flywind | 2020-11-22 | 2 | -6/+2 | |
| | | | | | | | * fix asyncmacro * Apply suggestions from code review * Update lib/pure/asyncmacro.nim | |||||
* | add gram to important packages (#16037) | Bad Dog | 2020-11-22 | 1 | -0/+1 | |
| | ||||||
* | sets minor improvement (#16087) | flywind | 2020-11-21 | 2 | -269/+262 | |
| | ||||||
* | deques minor improvement (#16084) | flywind | 2020-11-21 | 2 | -129/+129 | |
| | ||||||
* | xmltree minor improvement (#16085) | flywind | 2020-11-21 | 2 | -87/+88 | |
| | ||||||
* | complex minor improvement (#16086) | flywind | 2020-11-21 | 2 | -129/+129 | |
| | ||||||
* | heapqueue minor improvement (#16088) | flywind | 2020-11-21 | 2 | -62/+63 | |
| | ||||||
* | followup #15970 strenghten regression tests (#16075) | Timothee Cour | 2020-11-20 | 2 | -15/+17 | |
| | | | | | * followup #15970 strenghten regression tests * _ | |||||
* | fixes #15671 [backport:1.4] (#15690) | Andreas Rumpf | 2020-11-20 | 1 | -3/+11 | |
| | | | | | * fixes #15671 [backport:1.4] * progress | |||||
* | fix #15958 (#15970) [backport:1.4] | cooldome | 2020-11-20 | 2 | -1/+41 | |
| | | | | | | | | | | | | | | | | | * fix #15958 * also cover openArray and VarArgs * more tests * cover even more types * cover even more types * Trigger build * Trigger build * cover sets passed as arrays | |||||
* | Retain backwards compatibility after #16057 (#16068) | Clyybber | 2020-11-20 | 1 | -0/+4 | |
| | | | | | * Retain backwards compatibility * Fix typo | |||||
* | fix #16047 (#16066) | Miran | 2020-11-20 | 1 | -1/+3 | |
| | ||||||
* | colors: Reuse the HexDigits constant in strutils (#16065) | satoru | 2020-11-20 | 1 | -1/+1 | |
| | | | Co-authored-by: Xuecong Liao <xliao@flexport.com> | |||||
* | rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ↵ | Timothee Cour | 2020-11-20 | 5 | -6/+6 | |
| | | | | reality (#16057) | |||||
* | alternative way to fix #16022 (#16064) [backport:1.4] | flywind | 2020-11-20 | 2 | -3/+10 | |
| | | | | | | * alternative way to fix #16022 * add testcase for #16022 [backport:1.4] | |||||
* | packedsets fix regression introduced in #15564 (#16060) | Timothee Cour | 2020-11-20 | 3 | -8/+25 | |
| | | | | | * packedsets fix regression introduced in #15564 * add tests |