index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-02-18
Standalone MIRI - Implement BinOp comparisons and Terminator::If
John Hodge
1
-2
/
+2
2018-02-18
MIR Optimise - Some work on const propagation
John Hodge
1
-22
/
+77
2018-02-18
MIR Optimise - Constant-propagate known enum variants.
John Hodge
1
-3
/
+48
2018-02-18
MIR Gen - Store enum path with params in RValue::Variant
John Hodge
1
-8
/
+8
2018-02-16
MIR Optimise - (minor) Note about switch consteval elimination
John Hodge
1
-0
/
+12
2018-02-10
Trans - Fix mismatches between mrustc's sizings and C's sizings
John Hodge
1
-0
/
+16
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
1
-0
/
+2
2018-01-24
standalone_miri - New side-tool to attempt to execute pre-monomorphised MIR
John Hodge
1
-0
/
+1
2018-01-20
MIR Optimise - Only run UnifyTemporaries once, add a new tuple-breaking pass
John Hodge
2
-29
/
+207
2018-01-14
MIR Optimise - Prevent infinite recrusion in inlining
John Hodge
1
-0
/
+15
2018-01-14
MIR Optimise - Dead assignment removal (minimally tested)
John Hodge
1
-0
/
+58
2018-01-14
MIR Optimise - Move common statements across gotos
John Hodge
3
-0
/
+107
2018-01-14
MIR Optimise - Add attempt at optimising out calls to atomic wrappers
John Hodge
1
-0
/
+9
2018-01-14
MSVC compile fixes
John Hodge
1
-23
/
+0
2017-12-30
MIR From HIR (match) - Change assertion to match actual conditions
John Hodge
1
-1
/
+1
2017-12-26
MIR Optimise - Fix sligt bugs
John Hodge
1
-3
/
+12
2017-12-20
MIR Optimise - Redo DeTemporary pass, works for build rustc/cargo, rustc tested
John Hodge
1
-124
/
+122
2017-12-09
MIR Optimise - Fiddling around
John Hodge
1
-6
/
+23
2017-12-03
MIR Optimise - Tweaks to DeTemporary pass
John Hodge
1
-3
/
+15
2017-12-02
MIR Optimise - Fix infinite replacement
John Hodge
1
-0
/
+11
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
4
-25
/
+55
2017-11-25
MIR Gen - Comment about cast bug
John Hodge
1
-0
/
+2
2017-11-25
MIR Optimise - Tweaking to DeTemporary
John Hodge
1
-8
/
+22
2017-11-25
MIR Optimise - Add a new pass aimed at removing useless temporaries
John Hodge
1
-18
/
+151
2017-11-25
MIR Cleanup - Delete any statements including/after use of !
John Hodge
1
-1
/
+15
2017-11-21
MIR Gen - Fix use-after-move when partially moved in one arm and optionally ↵
John Hodge
2
-1
/
+17
moved in another
2017-11-21
MIR Helpers - Print file/line in assert
John Hodge
1
-1
/
+1
2017-11-21
MIR Validate Full - Alter handling of Box
John Hodge
1
-1
/
+11
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
1
-1
/
+1
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
1
-2
/
+2
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
1
-45
/
+57
2017-11-02
MIR Optimise - Slight optimisation
John Hodge
3
-13
/
+28
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
9
-282
/
+227
2017-10-29
HIR Typecheck - Allow casting function pointers to *const i8
John Hodge
1
-1
/
+1
2017-10-01
MIR Optimise - (minor) debugging
John Hodge
1
-0
/
+6
2017-09-22
Trans - Little fixes for MSVC 32-bit
John Hodge
1
-1
/
+9
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
1
-8
/
+36
2017-09-10
MIR Optimise - HACK: Don't optimise constants/statics
John Hodge
1
-0
/
+6
2017-09-08
MIR Gen - Fix box drop flags
John Hodge
3
-23
/
+14
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
1
-1
/
+1
2017-09-05
MIR Gen Match - Handle split slice trailing
John Hodge
1
-12
/
+9
2017-09-04
MIR Gen - Partial support for trailing slice patterns
John Hodge
2
-20
/
+70
2017-09-04
All - Placement new (<-) syntax
John Hodge
1
-13
/
+24
2017-09-02
Misc - Clean up some MSVC warnings
John Hodge
1
-1
/
+1
2017-09-02
MIR Lower Match - Allow up to 2^14 arms (handles inefficient derive)
John Hodge
1
-6
/
+13
2017-09-02
MIR Lower - Handle `break value`
John Hodge
1
-2
/
+28
2017-08-23
MIR Optimise - TODO: Reduce cost
John Hodge
1
-0
/
+1
2017-08-23
MIR Check - (minor) fix re-use of variable name
John Hodge
1
-2
/
+2
2017-08-22
Typecheck/MIR - Some missing EAT invocations
John Hodge
1
-2
/
+5
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
2
-13
/
+13
[next]