summaryrefslogtreecommitdiff
path: root/src/hir/deserialise.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-18HIR Serialise - Don't store value of staticsJohn Hodge1-1/+1
2017-07-25HIR Typecheck - Refactor of markings to keep more informationJohn Hodge1-19/+29
2017-07-09HIR Deserialise - Remove another place where ordering is assumedJohn Hodge1-4/+10
2017-07-09All - Fix compilation on gccJohn Hodge1-1/+1
2017-07-09HIR Serialise - (incomplete) Fixes for function orderingJohn Hodge1-28/+39
2017-07-08Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)John Hodge1-4/+9
2017-06-16MIR - Unify temporaries and variablesJohn Hodge1-7/+5
2017-06-09Fix use of hard tabsJohn Hodge1-10/+10
2017-05-14Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)1-0/+6
2017-05-05HIR Typecheck - Refactor of Unsize handlingJohn Hodge1-0/+1
2017-04-22MIR - Add ScopeEnd statement to indicate where a value will no longer be usedJohn Hodge1-0/+5
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-11/+12
2017-02-22MIR - Add types to integer constantsJohn Hodge1-4/+15
2017-02-22MIR - Make MakeDst ptr a ParamJohn Hodge1-1/+1
2017-02-22MIR - add Param type for places where a lvalue is readJohn Hodge1-9/+20
2017-01-20MIR - Merging of drop flagsJohn Hodge1-1/+2
2017-01-20HIR Serialise - Drop flagsJohn Hodge1-2/+10
2017-01-20MIR - Drop flags (incomplete, doesn't pass validation)John Hodge1-1/+2
2017-01-15Trans - Use #[link(name)] attributesJohn Hodge1-0/+11
2017-01-14HIR - Build up a flattened list of parent traits early to save time laterJohn Hodge1-1/+2
2017-01-11All - Enable library codegen (and use crate name everywhere)John Hodge1-1/+2
2016-12-29MIR - Inline assembly in MIRJohn Hodge1-0/+8
2016-12-24No more tears!ubsan1-71/+71
2016-12-18HIR Markings - Store presense of a Drop implJohn Hodge1-0/+1
2016-12-15HIR - Linkage anntation (un-populated)John Hodge1-0/+10
2016-12-11Trans - statics and literalsJohn Hodge1-1/+2
2016-12-11Trans - Intrinsics (partially complete)John Hodge1-1/+4
2016-12-10Trans - Slight handling of DST structsJohn Hodge1-0/+1
2016-12-10HIR->MIR - Destructuring CoerceUnsizedJohn Hodge1-6/+5
2016-12-07MIR - Merge two call types into one with a different targetJohn Hodge1-9/+17
2016-12-07HIR VTables - Handle traits with duplicate method names form different sub-tr...John Hodge1-1/+15
2016-12-04HIR - Construct vtablesJohn Hodge1-0/+8
2016-12-04MIR - Add a variant index to RValue::StructJohn Hodge1-0/+1
2016-12-04HIR Bind - Visit MIR types.John Hodge1-2/+3
2016-12-03MIR - Create a CallPath terminatorJohn Hodge1-1/+8
2016-12-03HIR/MIR - Vtable generation working wellJohn Hodge1-7/+3
2016-12-03HIR/MIR - VTable workJohn Hodge1-3/+13
2016-12-01Trans - Enumeration work structured out, vtables hacked inJohn Hodge1-6/+8
2016-11-25HIR - Shift markings to their own pass, store in crate metadata.John Hodge1-7/+28
2016-11-23Resolve - Place struct enum variants in the type namespace, fix serialisation...John Hodge1-2/+2
2016-11-20HIR Serialise - Save/Load erased type listJohn Hodge1-0/+1
2016-11-20HIR Serialise - Fix serialisation of ErasedTypeJohn Hodge1-0/+6
2016-11-20MIR - Union support hacked upJohn Hodge1-0/+19
2016-11-05HIR Serialise - Better errorsJohn Hodge1-4/+4
2016-10-30HIR+Resolve - Refactor handling of enum variant importsJohn Hodge1-2/+2
2016-10-29HIR Types - Store array size expr as a shared_ptr to allow cloningJohn Hodge1-1/+1
2016-10-20HIR Serialise - Replace boost with raw zlibJohn Hodge1-0/+1
2016-10-18Debug - Reduce impact of disabled debug.John Hodge1-0/+1
2016-10-18HIR Serialise - Compress (now requires boost, sorry)John Hodge1-218/+111
2016-10-15HIR - Rough support for associated constsJohn Hodge1-2/+11