index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
serialise.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-18
HIR Serialise - Don't store value of statics
John Hodge
1
-1
/
+1
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
1
-3
/
+15
2017-07-09
HIR Serialise - (incomplete) Fixes for function ordering
John Hodge
1
-5
/
+4
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+24
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-11
/
+7
2017-05-05
HIR Typecheck - Refactor of Unsize handling
John Hodge
1
-0
/
+1
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+5
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-4
/
+7
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-0
/
+9
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-0
/
+1
2017-01-20
HIR Serialise - Drop flags
John Hodge
1
-0
/
+1
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-0
/
+6
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
1
-0
/
+5
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
1
-1
/
+1
2017-01-12
HIR Serialise - Write out const function MIR
John Hodge
1
-1
/
+1
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-4
/
+4
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+8
2016-12-24
No more tears!
ubsan
1
-39
/
+39
2016-12-18
HIR Markings - Store presense of a Drop impl
John Hodge
1
-0
/
+1
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-0
/
+10
2016-12-11
Trans - statics and literals
John Hodge
1
-1
/
+2
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
1
-1
/
+2
2016-12-10
Trans - Slight handling of DST structs
John Hodge
1
-0
/
+1
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
1
-6
/
+6
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-8
/
+16
2016-12-07
HIR VTables - Handle traits with duplicate method names form different sub-tr...
John Hodge
1
-0
/
+16
2016-12-04
HIR - Construct vtables
John Hodge
1
-0
/
+7
2016-12-04
MIR - Add a variant index to RValue::Struct
John Hodge
1
-0
/
+1
2016-12-03
MIR - Create a CallPath terminator
John Hodge
1
-1
/
+8
2016-12-03
HIR/MIR - Vtable generation working well
John Hodge
1
-1
/
+1
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-1
/
+7
2016-12-01
Trans - Enumeration work structured out, vtables hacked in
John Hodge
1
-0
/
+2
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
1
-4
/
+27
2016-11-23
Resolve - Place struct enum variants in the type namespace, fix serialisation...
John Hodge
1
-2
/
+2
2016-11-22
HIR Serialise - Slightly better debugging
John Hodge
1
-3
/
+3
2016-11-20
HIR Serialise - Save/Load erased type list
John Hodge
1
-0
/
+1
2016-11-20
HIR Serialise - Fix serialisation of ErasedType
John Hodge
1
-3
/
+3
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+5
2016-11-19
HIR Serialis - Support ErasedType
John Hodge
1
-1
/
+6
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+12
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
1
-2
/
+6
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+3
2016-10-18
HIR Serialise - Compress (now requires boost, sorry)
John Hodge
1
-228
/
+140
2016-10-15
HIR - Rough support for associated consts
John Hodge
1
-1
/
+8
2016-10-09
HIR - Save/load macro source crate
John Hodge
1
-0
/
+1
2016-10-08
HIR+AST - Store/Load/Use extern crate list from loaded crates
John Hodge
1
-0
/
+4
2016-09-29
HIR - Add variadic marking to functions, and propagate unsafe/const markings
John Hodge
1
-0
/
+1
2016-09-28
HIR - Support Variant literals
John Hodge
1
-0
/
+4
2016-09-27
HIR Serialise - Fix not serialising macro loop separator token
John Hodge
1
-0
/
+1
2016-09-27
macro_rules - Update logic for determining if a loop should be expanded
John Hodge
1
-3
/
+5
[next]