Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-06-22 | HIR - Wrap impls in unique_ptr to keep pointer stability hack | John Hodge | 1 | -3/+3 |
2019-06-22 | HIR - Planning for removal of evil pointers (but not today) | John Hodge | 1 | -0/+3 |
2019-06-09 | HIR - Sort trait impls too | John Hodge | 1 | -72/+73 |
2019-06-04 | HIR Ops - Remove unused case from impl matching (slight speedup) | John Hodge | 1 | -1/+1 |
2019-06-04 | HIR - Use maps-of-vectors for impl lists for faster lookup, optimise Trans_En... | John Hodge | 1 | -53/+109 |
2019-05-19 | All - Switch to using interned (de-duplicated) RcString-s instead of std::str... | John Hodge | 1 | -4/+10 |
2019-04-25 | HIR - Add more complete privacy handling (allowing for autoderef to skip priv... | John Hodge | 1 | -0/+1 |
2019-04-24 | Typecheck Expressions - Add an unsize target instead of hard equality in matc... | John Hodge | 1 | -3/+5 |
2019-04-22 | Typecheck Expressions - Minor tweaks from trying to use all trait impls in im... | John Hodge | 1 | -1/+5 |
2019-03-23 | HIR - Split hir.cpp a bit to allow hackery | John Hodge | 1 | -0/+1062 |