summaryrefslogtreecommitdiff
path: root/src/hir/item_path.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-22HIR - Fix slight logic error in ItemPath (C++ overloads)John Hodge1-1/+3
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-4/+7
2018-10-06Const Evaluate - Very rough deferJohn Hodge1-0/+5
2018-09-22All - Generate MIR for constant evaluation (has too many const_cast calls, bu...John Hodge1-1/+19
2017-09-23HIR Typecheck - Fix bug with get_full_path on functions in the root crateJohn Hodge1-1/+5
2017-05-13Trans Codegen - Fill item path when monomorphisingJohn Hodge1-1/+2
2017-01-11All - Enable library codegen (and use crate name everywhere)John Hodge1-2/+4
2016-12-24No more tears!ubsan1-8/+8
2016-11-18HIR Expand ErasedType - Replace non-local erased types in return typesJohn Hodge1-1/+19
2016-11-11HIR - Tweak ErasedType for implementationJohn Hodge1-0/+14
2016-10-30HIR Resolve UFCS - Handle `Self` in trait implsJohn Hodge1-0/+3
2016-10-22HIR - Commit missing header (this is why we have CI)John Hodge1-0/+83