index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
cleanup.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
1
-8
/
+8
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+3
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-7
/
+5
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+2
2017-02-23
MIR Gen - Some more Param uses
John Hodge
1
-18
/
+13
2017-02-22
MIR - Restrict Constant::Bytes to returning &[u8; N]
John Hodge
1
-1
/
+1
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-9
/
+9
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
-18
/
+29
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-0
/
+2
2017-01-13
MIR Cleanup - Unsized into TraitObject from constants
John Hodge
1
-19
/
+38
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
1
-0
/
+2
2017-01-07
MIR Cleanup - Box deref destructuring in virtualisation
John Hodge
1
-1
/
+5
2017-01-07
MIR Cleanup - Fix returned type for associated constants
John Hodge
1
-2
/
+10
2017-01-06
MIR Cleanup - Expand non-overridden associated constants
John Hodge
1
-11
/
+27
2017-01-05
MIR Cleanup - Raw pointers are valid for DstMeta
John Hodge
1
-2
/
+11
2017-01-05
MIR Cleanup - DstMeta on arrays
John Hodge
1
-0
/
+8
2017-01-02
MIR - Remove Deref from inputs to RValue::DstMeta/DstPtr
John Hodge
1
-9
/
+13
2017-01-01
MIR/Trans - Fix DST field borrow hack
John Hodge
1
-39
/
+1
2016-12-31
MIR - Fix a bit of invalid MIR
John Hodge
1
-2
/
+22
2016-12-31
Expand Derive - Hack around getting a trait object to a [T]
John Hodge
1
-0
/
+2
2016-12-30
MIR - Misc fixes
John Hodge
1
-0
/
+2
2016-12-30
MIR Cleanup - Associated consants
John Hodge
1
-0
/
+41
2016-12-29
MIR Cleanup - Derefence FnMut/Fn for fn points
John Hodge
1
-1
/
+5
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-82
/
+82
No more DOS line endings or trailing whitespace either
2016-12-17
MIR Cleanup - Handle enum constants
John Hodge
1
-1
/
+32
2016-12-16
MIR - Fix unsizing between trait objects
John Hodge
1
-3
/
+6
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-1
/
+1
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-4
/
+9
2016-12-13
MIR Cleanup - De/Re-structure Box when calling a Box virtual function
John Hodge
1
-5
/
+78
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
1
-0
/
+2
2016-12-11
MIR Cleanup - Hackily handle borrowing a DST from within a type
John Hodge
1
-0
/
+40
2016-12-10
MIR Cleanup - Constant arrays
John Hodge
1
-87
/
+190
2016-12-10
MIR Cleanup - BorrowOf support
John Hodge
1
-5
/
+21
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-0
/
+4
2016-12-10
MIR Cleanup - Convert fn() calls to by-value
John Hodge
1
-0
/
+22
2016-12-10
MIR - Add rough optimisations
John Hodge
1
-0
/
+33
2016-12-10
MIR Cleanup - Hacky inner deref of Box
John Hodge
1
-11
/
+43
2016-12-10
MIR - More CoerceUnsized/Unsize hackery
John Hodge
1
-51
/
+127
2016-12-10
MIR Cleanup - Logging and lvalue structure
John Hodge
1
-0
/
+100
2016-12-10
MIR - Cast PhandomData fields when doing CoerceUnsized
John Hodge
1
-4
/
+29
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
1
-51
/
+285
2016-12-08
MIR Cleanup - Start on cast conversion, add support for &[T;n] constants
John Hodge
1
-0
/
+43
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-28
/
+25
2016-12-07
MIR VTable - Fix incorrect vtable name
John Hodge
1
-1
/
+1
2016-12-07
HIR VTables - Handle traits with duplicate method names form different ↵
John Hodge
1
-48
/
+74
sub-traits
2016-12-05
MIR Cleanup - Replace constants
John Hodge
1
-1
/
+101
2016-12-04
MIR Cleanup - Extract data pointer when calling vtable methods
John Hodge
1
-3
/
+7
2016-12-04
MIR - Move vtable conversion to its own pass
John Hodge
1
-0
/
+96