| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #22902; borrow from proc return type mismatch (#22908) | ringabout | 2023-11-04 | 1 | -0/+8 |
* | fully revert generic inst sym change, test #22646 (#22653) | metagn | 2023-09-06 | 1 | -0/+32 |
* | fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659) | Bung | 2023-08-10 | 1 | -3/+20 |
* | make borrow `.` work with aliases if not overriden (#22072) | metagn | 2023-06-11 | 1 | -1/+10 |
* | some test cleanups & category reorganization (#22010) | metagn | 2023-06-06 | 3 | -0/+164 |
* | fix #9423 followup #17594: distinct generics now work in VM (#21816) | ringabout | 2023-05-10 | 1 | -1/+25 |
* | remove a special case in sigmatch; distinct pointer types no longer match `ni... | ringabout | 2022-08-23 | 1 | -13/+5 |
* | Fix distinct requiresInit test and manual (#19901) | Khaled Hammouda | 2022-06-22 | 1 | -3/+3 |
* | Fixed generic distinct conversions for 'var' (#18837) | Jason Beetham | 2021-10-26 | 1 | -0/+17 |
* | Fix subranges of distinct types (#18816) [backport] | Jason Beetham | 2021-09-07 | 1 | -0/+14 |
* | fix #12282 distinct now does not create erroneous copy in VM (#17594) | Timothee Cour | 2021-03-31 | 1 | -0/+32 |
* | fix #13517 (#16681) | flywind | 2021-01-11 | 1 | -0/+14 |
* | Make `{.requiresInit.}` to work for distinct types (#15869) | Ivan Bobev | 2020-11-06 | 1 | -0/+32 |
* | add testcase for #7165 (#15368) | flywind | 2020-09-21 | 1 | -0/+15 |
* | fixes #11715 (#11721) | Andreas Rumpf | 2019-07-13 | 1 | -0/+8 |
* | fixes #7167 (#11300) | Andreas Rumpf | 2019-05-22 | 1 | -0/+15 |
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -4/+2 |
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -2/+2 |
* | More descriptive names of test files (#9531) | Miran | 2018-10-29 | 1 | -0/+0 |
* | fixes #2760 | Araq | 2018-10-15 | 1 | -0/+10 |
* | Merge tests into a larger file (part 2 of ∞) (#9335) | Miran | 2018-10-13 | 9 | -142/+144 |
* | string to string conversion keeps the dest type (#9323) | LemonBoy | 2018-10-12 | 1 | -0/+12 |
* | fixes #4435 (#9185) | jcosborn | 2018-10-09 | 1 | -0/+21 |
* | Constant folding should not drop distinct types | LemonBoy | 2018-09-27 | 1 | -0/+19 |
* | Test case for #7010 | Ganesh Viswanathan | 2018-09-14 | 1 | -0/+19 |
* | make tests green again | Araq | 2018-08-13 | 1 | -15/+0 |
* | make tests green | Araq | 2018-05-02 | 1 | -9/+6 |
* | make tests on Windows green | Araq | 2017-01-31 | 1 | -0/+1 |
* | test case cleanup | Andreas Rumpf | 2016-08-26 | 1 | -4/+4 |
* | Allowing `nil` for distinct types where the base type is nilable | Hans Raaf | 2016-08-05 | 1 | -0/+47 |
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
* | fixes #2629, fixes #2641, fixes #2632, fixes #2630 | Araq | 2015-05-03 | 1 | -0/+20 |
* | borrow dots for distinct types documented | Araq | 2014-03-26 | 1 | -0/+13 |
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+38 |