index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
deserialise.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-29
HIR Deserialise - Handle :vis macro fragment
John Hodge
1
-0
/
+1
2018-12-29
HIR Serialise - Make error reporting for bad deserialisation more consistent
John Hodge
1
-38
/
+35
2018-12-29
HIR - Add new struct reprs (mostly stubbed)
John Hodge
1
-1
/
+2
2018-09-09
Msvc compile fixes
John Hodge
1
-1
/
+3
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
1
-1
/
+0
2018-06-02
HIR Serialise - Explicitly serialise tokens (instead of using ancient code)
John Hodge
1
-9
/
+23
2018-06-02
Clang Compile Fix
John Hodge
1
-1
/
+1
2018-05-25
HIR - No more name in lifetime params
John Hodge
1
-1
/
+1
2018-05-24
HIR - Borrow lifetime annotations included (not actually used or valid)
John Hodge
1
-2
/
+9
2018-01-07
Trans - Draft ARM32 support
John Hodge
1
-1
/
+1
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
1
-1
/
+14
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
1
-0
/
+2
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
1
-2
/
+29
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-23
/
+40
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name colli...
John Hodge
1
-5
/
+16
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
1
-1
/
+2
2017-09-08
HIR - Store link paths
John Hodge
1
-0
/
+1
2017-09-02
Misc - Clean up some MSVC warnings
John Hodge
1
-1
/
+1
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
-19
/
+29
2017-07-09
HIR Deserialise - Remove another place where ordering is assumed
John Hodge
1
-4
/
+10
2017-07-09
All - Fix compilation on gcc
John Hodge
1
-1
/
+1
2017-07-09
HIR Serialise - (incomplete) Fixes for function ordering
John Hodge
1
-28
/
+39
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
1
-4
/
+9
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-7
/
+5
2017-06-09
Fix use of hard tabs
John Hodge
1
-10
/
+10
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-0
/
+6
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-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-11
/
+12
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-4
/
+15
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-1
/
+1
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-9
/
+20
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-1
/
+2
2017-01-20
HIR Serialise - Drop flags
John Hodge
1
-2
/
+10
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-1
/
+2
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
1
-0
/
+11
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
1
-1
/
+2
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-1
/
+2
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+8
2016-12-24
No more tears!
ubsan
1
-71
/
+71
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
/
+4
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
/
+5
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-9
/
+17
2016-12-07
HIR VTables - Handle traits with duplicate method names form different sub-tr...
John Hodge
1
-1
/
+15
2016-12-04
HIR - Construct vtables
John Hodge
1
-0
/
+8
[next]