| Commit message (Expand) | Author | Age | Files | Lines |
* | Raise IndexDefect when deleting element at out of bounds index (#17821) | Heiko Nickerl | 2021-06-20 | 1 | -5/+0 |
* | move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828) | Timothee Cour | 2021-04-24 | 2 | -6/+2 |
* | fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752) | Timothee Cour | 2021-04-18 | 1 | -4/+7 |
* | close #6133 add testcase (#17605) | flywind | 2021-04-01 | 1 | -0/+50 |
* | fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555) | flywind | 2021-03-30 | 1 | -0/+6 |
* | Ref #12700 add testcase (#17096) | flywind | 2021-02-19 | 1 | -1/+9 |
* | system/excpt: let the OS handle termination on signal (#16712) | alaviss | 2021-02-19 | 1 | -0/+20 |
* | fix stringify unsigned integer in JS and JS VM (#17086) | flywind | 2021-02-18 | 1 | -0/+28 |
* | [backport:1.4] JS cstring null fixes (#16979) | hlaaftana | 2021-02-11 | 1 | -1/+24 |
* | fix #16650 (#16660) | flywind | 2021-01-10 | 1 | -7/+12 |
* | fix #12311 (#16578) | flywind | 2021-01-04 | 1 | -0/+7 |
* | follow #16505 move and active tests (#16508) | flywind | 2020-12-30 | 1 | -0/+26 |
* | remove some noises in tests (#16448) | flywind | 2020-12-27 | 1 | -4/+4 |
* | testament: error instead of silently ignore invalid targets; remove pointless... | Timothee Cour | 2020-12-14 | 1 | -1/+1 |
* | cleanup docs and tests (#16235) | flywind | 2020-12-03 | 1 | -9/+9 |
* | better addInt (#16160) | flywind | 2020-12-01 | 1 | -0/+46 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -2/+0 |
* | inc and dec are atomic in JS backend (#16129) | flywind | 2020-11-25 | 1 | -0/+9 |
* | better nativestacktrace support; refs #15284; backport [1.2] (#15384) | Andreas Rumpf | 2020-09-22 | 1 | -0/+18 |
* | fix #14912, make `--useVersion:1.0` work again (#14945) | Miran | 2020-07-10 | 1 | -0/+50 |
* | Clean out Deprecated proc (#14797) | Juan Carlos | 2020-06-29 | 1 | -2/+2 |
* | fix #14350, cstrings in JS init as null (#14355) | hlaaftana | 2020-05-15 | 1 | -0/+7 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -8/+8 |
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 1 | -0/+72 |
* | #12103 - CI for OpenBSD (#12105) | Euan | 2020-04-21 | 2 | -0/+2 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 1 | -6/+6 |
* | rename `lenTuple` and `lenVarargs` (#13639) | Miran | 2020-03-12 | 1 | -9/+10 |
* | cleanup Ordinal (#13501) | Timothee Cour | 2020-02-27 | 1 | -0/+17 |
* | Revert "printing float values will have one more digit. (#13276) [backport]" ... | Timothee Cour | 2020-02-08 | 1 | -0/+4 |
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -4/+0 |
* | miscellaneous bug fixes (#13291) | Timothee Cour | 2020-01-30 | 1 | -0/+9 |
* | lenVarargs: number of varargs elements (#12907) | Timothee Cour | 2019-12-23 | 1 | -0/+59 |
* | fixes #12315 [backport]; refs #12314 (#12385) | Andreas Rumpf | 2019-10-08 | 1 | -3/+17 |
* | azure: disable failing tests | Leorize | 2019-10-03 | 1 | -4/+1 |
* | fix min/max for float numbers (#12068) | Arne Döring | 2019-09-02 | 1 | -1/+11 |
* | Fix to int to biggest int (#12066) | Arne Döring | 2019-08-27 | 1 | -0/+15 |
* | more enhancements for #11618 (#11976) | Andreas Rumpf | 2019-08-18 | 1 | -0/+27 |
* | fixes #11447 | Andreas Rumpf | 2019-07-06 | 1 | -0/+7 |
* | disable talloc2 on 32 bits (#10656) | Arne Döring | 2019-02-13 | 1 | -36/+35 |
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 2 | -33/+36 |
* | properly deprecate parseopt2 (#10452) | Miran | 2019-01-25 | 1 | -2/+2 |
* | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ... | Timothee Cour | 2019-01-08 | 1 | -0/+11 |
* | fix bug in doAssertRaises when exception==Exception (#10172) | Timothee Cour | 2019-01-04 | 1 | -0/+12 |
* | revives: Move typetraits.`$` to system. Fixes #5827 (#10071) | Timothee Cour | 2018-12-30 | 1 | -0/+14 |
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 4 | -0/+8 |
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -1/+1 |
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+4 |
* | cleanup tests; don't use non-working 'msg' spec field | Araq | 2018-11-23 | 1 | -1/+1 |
* | more eyewash | Arne Döring | 2018-11-23 | 3 | -2/+9 |
* | disable tio.nim, it just causes problems | Arne Döring | 2018-11-23 | 1 | -0/+1 |