index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
hir_ops.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-10-27
HIR - Restore change from 0992c4af5242fc95e8cc028c5af7fb86424e624c (lost in ↵
John Hodge
1
-3
/
+5
split to `hir_ops.cpp`)
2019-10-22
HIR Const Eval - Ensure that requisite items are constevaled before ↵
John Hodge
1
-0
/
+11
attempting downstream
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 ↵
John Hodge
1
-53
/
+109
Trans_Enumerate
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-4
/
+10
std::string for paths/identifiers
2019-04-25
HIR - Add more complete privacy handling (allowing for autoderef to skip ↵
John Hodge
1
-0
/
+1
private fields)
2019-04-24
Typecheck Expressions - Add an unsize target instead of hard equality in ↵
John Hodge
1
-3
/
+5
match ergonoics
2019-04-22
Typecheck Expressions - Minor tweaks from trying to use all trait impls in ↵
John Hodge
1
-1
/
+5
impl search
2019-03-23
HIR - Split hir.cpp a bit to allow hackery
John Hodge
1
-0
/
+1062