summaryrefslogtreecommitdiff
path: root/src/hir/deserialise.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-09Expand - #[macro_reexport]John Hodge1-1/+2
2016-10-09HIR - Save/load macro source crateJohn Hodge1-0/+3
2016-10-08HIR+AST - Store/Load/Use extern crate list from loaded cratesJohn Hodge1-0/+9
2016-09-29HIR - Add variadic marking to functions, and propagate unsafe/const markingsJohn Hodge1-0/+1
2016-09-28HIR - Support Variant literalsJohn Hodge1-0/+4
2016-09-27HIR Serialise - Fix not serialising macro loop separator tokenJohn Hodge1-0/+1
2016-09-27HIR Deserialise - Handle `PAT_ITEM`John Hodge1-0/+1
2016-09-27macro_rules - Update logic for determining if a loop should be expandedJohn Hodge1-3/+6
2016-09-11macro_rules - Rework to handle vec! edge caseJohn Hodge1-8/+1
2016-09-07HIR (De)serialise - Support shallow MIR dropsJohn Hodge1-1/+1
2016-09-03HIR - Convert Literal::BorrowOf to use a full pathJohn Hodge1-1/+1
2016-09-01HIR Serialise - Save const literalJohn Hodge1-2/+1