Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes view types for sizeof() and --gc:orc (#15680) | Andreas Rumpf | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | spec for view types (#15424) | Andreas Rumpf | 2020-09-29 | 1 | -3/+2 |
| | | | | | | | | | | | * spec for view types * spec additions * refactoring; there are two different kinds of views * refactorings and spec additions * enforce that view types are initialized * enforce borrowing from the first formal parameter * enforce lifetimes for borrowing of locals * typo in the manual * clarify in the implementation what a borrow operation really is | ||||
* | produce runtime type information for reified openArrays (#15415) | Andreas Rumpf | 2020-09-27 | 1 | -0/+42 |
* produce runtime type information for reified openArrays * added a test case |