Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-08-18 | Trans AutoImpls - Fix minor issue in generation of Clone panic arms | John Hodge | 1 | -1/+1 |
2019-06-22 | HIR - Wrap impls in unique_ptr to keep pointer stability hack | John Hodge | 1 | -5/+6 |
2019-06-09 | HIR - Sort trait impls too | John Hodge | 1 | -2/+4 |
2019-06-04 | HIR - Use maps-of-vectors for impl lists for faster lookup, optimise Trans_En... | John Hodge | 1 | -5/+6 |
2019-06-02 | MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ... | John Hodge | 1 | -10/+10 |
2019-05-19 | All - Switch to using interned (de-duplicated) RcString-s instead of std::str... | John Hodge | 1 | -1/+1 |
2019-03-03 | Trans Auto Impls - Clone for closures | John Hodge | 1 | -38/+91 |
2019-02-03 | HIR - Minimally-tested support for `extern { type }` | John Hodge | 1 | -3/+3 |
2018-12-30 | Auto Impls - Automatic delegating impl of Clone for tuples | John Hodge | 1 | -1/+59 |
2018-12-09 | Trans Auto Impls - Don't run if 1.19 mode | John Hodge | 1 | -0/+3 |
2018-08-04 | Trans - Add auto-generated Clone impls (only for Copy types currently) | John Hodge | 1 | -0/+130 |