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
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
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-5
/
+5
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
2
-0
/
+10
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
8
-165
/
+202
2017-07-06
MIR Helpers - Expand associated types in monomorpised function types
John Hodge
1
-1
/
+3
2017-07-06
MIR Gen - Reset drop flags on entry to a loop (instead of after use)
John Hodge
3
-17
/
+30
2017-07-02
MIR Gen - Make mutating state (other than the if condition) within a match ↵
John Hodge
3
-1
/
+33
guard an error
2017-07-02
MIR Optimise - Store params and Copy args early
John Hodge
2
-22
/
+40
2017-07-02
MIR Gen - Track states for arguments (and directly use arguments where possible)
John Hodge
4
-95
/
+181
2017-06-25
MIR Helpers - Add a shortcut to check if a LValue is Copy
John Hodge
2
-0
/
+6
2017-06-25
MIR Optimise - Support minimal optimisiations
John Hodge
2
-19
/
+306
2017-06-23
MIR Gen - Disable argument replacement until argument states are tracked fully
John Hodge
2
-3
/
+18
2017-06-22
MIR Gen - Remove arguments that are just assigned from arguments
John Hodge
2
-0
/
+15
2017-06-18
MIR Optimise - (minor) Comment on sort
John Hodge
1
-0
/
+1
2017-06-17
MIR Optimise - Sort BBs into approximate program flow
John Hodge
2
-1
/
+117
[next]