summaryrefslogtreecommitdiff
path: root/src/hir_expand/erased_types.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-10HIR Expand - Ensure that all erased types are evaluated before MIR generationJohn Hodge1-23/+12
2017-09-08Typecheck - Various tweaks from librustdocJohn Hodge1-1/+1
2017-06-09Fix use of hard tabsJohn Hodge1-21/+21
2017-06-09Fix build broken by MSVC portJohn Hodge1-0/+2
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-15/+21
2017-01-23HIR Expand Erased Types - Fix segfault due to uninitialised valueJohn Hodge1-1/+1
2017-01-13Erased Types - Hackily allow outside of functionsJohn Hodge1-3/+3
2017-01-11All - Enable library codegen (and use crate name everywhere)John Hodge1-6/+6
2016-12-24No more tears!ubsan1-22/+22
2016-11-18HIR Expand ErasedType - Replace non-local erased types in return typesJohn Hodge1-45/+110
2016-11-18HIR Expand ErasedTypes - Visit result typesJohn Hodge1-0/+7
2016-11-18HIR Expand - Erased types replacmentJohn Hodge1-0/+137