Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #20416. Enable the recursion limit for ref/ptr types. (#21092) | Aditya Siram | 2022-12-13 | 1 | -0/+20 |
| | |||||
* | No longer segfault when using a typeclass with a self referencing type (#19467) | Jason Beetham | 2022-02-02 | 1 | -0/+12 |
| | |||||
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 1 | -1/+1 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147) | Timothee Cour | 2021-02-24 | 1 | -3/+3 |
| | | | | | | | * std/options: $some(3) is now "some(3)", not "Some(3)", `$none(int)` is now `"none(int)"` instead of `"None[int]"` * fix tests * disable optionsutils | ||||
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -3/+3 |
| | | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -4/+4 |
| | |||||
* | Fix #14990 (#14991) | Clyybber | 2020-07-15 | 1 | -0/+11 |
| | | | | | * Fix #14990 * Add testcase | ||||
* | Closes #10396 | Clyybber | 2020-07-14 | 1 | -0/+55 |
| | |||||
* | Closes #8426 | Clyybber | 2020-07-14 | 1 | -0/+14 |
| | |||||
* | Add test-cases to some fixed issues to close them (#14795) | Danil Yarantsev | 2020-06-24 | 1 | -0/+18 |
| | |||||
* | Revert "printing float values will have one more digit. (#13276) [backport]" ↵ | Timothee Cour | 2020-02-08 | 1 | -6/+6 |
| | | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe. | ||||
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -6/+6 |
| | | | | * printing float values will have one more digit. Fixes #13196 | ||||
* | ungeneric unsigned ops (#12230) | Jasper Jenkins | 2019-10-11 | 1 | -8/+0 |
| | | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry | ||||
* | fixes #11239 | Araq | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | megatest: make it green on Linux | Araq | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | More descriptive names of test files (#9531) | Miran | 2018-10-29 | 1 | -0/+773 |
* change generic `tissues` name to more specific * change `tvarious` to more specific names |