index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-04-16
HIR Type Match - Handle matching two Infers
John Hodge
1
-1
/
+20
2017-03-03
HIR - Fix Div and Mul mixup in HIR lower
John Hodge
2
-3
/
+3
2017-02-22
MIR - Add types to integer constants
John Hodge
2
-8
/
+22
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
2
-9
/
+29
2017-02-05
HIR Expand Ty Aliases - Replace `Self` with impl ty in impls
John Hodge
1
-0
/
+3
2017-01-20
MIR - Merging of drop flags
John Hodge
2
-1
/
+3
2017-01-20
HIR Serialise - Drop flags
John Hodge
2
-2
/
+11
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
2
-1
/
+8
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
4
-1
/
+44
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
7
-6
/
+13
2017-01-14
HIR - Clean up some manual item searching
John Hodge
2
-5
/
+9
2017-01-13
HIR From AST - Populate crate name unless building a binary
John Hodge
1
-3
/
+7
2017-01-12
HIR Serialise - Write out const function MIR
John Hodge
1
-1
/
+1
2017-01-11
HIR - Static link_name (partial support)
John Hodge
2
-0
/
+9
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
7
-23
/
+53
2017-01-08
Trans - Enable translation of all public items in rlibs
John Hodge
1
-0
/
+4
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
5
-2
/
+132
2017-01-03
Trans C - Enum variant constructor pointers
John Hodge
2
-4
/
+5
2016-12-30
HIR - Hack in more specialisation rules
John Hodge
1
-7
/
+51
2016-12-29
MIR - Inline assembly in MIR
John Hodge
2
-0
/
+16
2016-12-29
HIR - asm! node
John Hodge
4
-1
/
+47
2016-12-28
AST - Add asm! as an AST node
John Hodge
2
-3
/
+5
2016-12-27
MIR Gen - Add support for capturing rest of slice patterns
John Hodge
1
-10
/
+14
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
24
-566
/
+566
2016-12-24
No more tears!
ubsan
24
-566
/
+566
No more DOS line endings or trailing whitespace either
2016-12-24
HIR/MIR Dump - Minor fixes
John Hodge
1
-1
/
+1
2016-12-24
HIR Expand Closures - Handle closures called from other closures
John Hodge
1
-0
/
+5
2016-12-18
HIR - Move closures
John Hodge
2
-4
/
+6
2016-12-18
HIR Markings - Store presense of a Drop impl
John Hodge
3
-0
/
+6
2016-12-18
HIR - Move VTable construction to codegen
John Hodge
1
-0
/
+1
2016-12-17
HIR Deserialise - Fix bad decoding of signed 64-bit values
John Hodge
1
-1
/
+1
2016-12-16
HIR From AST - Get link name
John Hodge
1
-2
/
+19
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-0
/
+13
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
4
-11
/
+56
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-2
/
+2
2016-12-11
Trans - statics and literals
John Hodge
2
-2
/
+4
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
2
-2
/
+6
2016-12-10
Trans - Slight handling of DST structs
John Hodge
2
-0
/
+2
2016-12-10
MIR Cleanup - Constant arrays
John Hodge
2
-0
/
+41
2016-12-10
HIR Dump - Cleaner output of literals
John Hodge
1
-0
/
+8
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-0
/
+4
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
3
-19
/
+24
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
2
-17
/
+33
2016-12-07
HIR VTables - Handle traits with duplicate method names form different ↵
John Hodge
3
-2
/
+32
sub-traits
2016-12-04
HIR - Construct vtables
John Hodge
5
-0
/
+22
2016-12-04
MIR - Add a variant index to RValue::Struct
John Hodge
2
-0
/
+2
2016-12-04
HIR Bind - Visit MIR types.
John Hodge
1
-2
/
+3
2016-12-03
MIR - Create a CallPath terminator
John Hodge
2
-2
/
+16
2016-12-03
HIR/MIR - Vtable generation working well
John Hodge
3
-15
/
+8
[next]