| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-26 | Add API to control interface specialization. (#1925) | Yong He | |
| 2021-08-25 | Add `createDynamicObject` stdlib function. (#1923) | Yong He | |
| This function takes a user provided `typeID` and arbitrary typed value, and turns them into an existential value whose `witnessTableID` is `typeID` and whose `anyValue` is the user provided value. This allows the users to pack the runtime type id info in arbitrary way. | |||
