| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -135/+0 | |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -4/+4 | |
| Replace `-Z symbol-mangling-version=v0` with `-C symbol-mangling-version=v0`. Replace `-Z symbol-mangling-version=legacy` with `-Z unstable-options -C symbol-mangling-version=legacy`. | ||||
| 2020-08-07 | instance: polymorphize upvar closures/generators | David Wood | -0/+135 | |
| This commit modifies how instances are polymorphized so that closures and generators have any closures or generators captured within their upvars also polymorphized - this avoids symbol clashes with the new symbol mangling scheme. Signed-off-by: David Wood <david@davidtw.co> | ||||
