index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
14
-166
/
+259
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
Codegen C - Fix indenting in destructors
John Hodge
1
-25
/
+22
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
Codegen C - (minor) Comment before enum definitions
John Hodge
1
-0
/
+1
2017-07-02
main - Use skewer case, not snake
John Hodge
1
-1
/
+1
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
3
-22
/
+342
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-22
Codegen C - First pass at structured C output (generated, but not compiled)
John Hodge
3
-94
/
+584
2017-06-18
Trans - Starting work on multiple targets
John Hodge
5
-511
/
+657
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
2017-06-16
MIR optimise - Fix a few little bugs
John Hodge
3
-22
/
+80
2017-06-16
MIR - Unify temporaries and variables
John Hodge
21
-944
/
+521
2017-06-15
Codegen C - Fix float precision, disable test broken by fixed precision
John Hodge
1
-18
/
+14
2017-06-11
Codegen C - Fix -INFINITY
John Hodge
1
-1
/
+1
2017-06-11
Codegen C - Make all drop glue static
John Hodge
1
-6
/
+6
2017-06-11
Typecheck Static - Fix bug in needs_drop_glue
John Hodge
1
-1
/
+2
2017-06-11
Expand - Make file!/line! get the invocation location of a macro
John Hodge
6
-17
/
+29
2017-06-11
Parse - Support chaining of spans (for macro expansions)
John Hodge
16
-90
/
+101
2017-06-10
MIR Validate Full - Remove need for garbage collection of states
John Hodge
1
-45
/
+142
2017-06-10
MIR Gen - Fix incorrect codegen due to defaulting to 0 not ~0
John Hodge
2
-3
/
+4
2017-06-09
Fix use of hard tabs
John Hodge
22
-360
/
+360
2017-06-09
Fix build broken by MSVC port
John Hodge
6
-9
/
+10
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
32
-315
/
+1085
2017-06-04
All - Compile and run fixes in MSVC
John Hodge (bugs)
9
-23
/
+80
2017-06-04
Trans - Emit monomorphised/inlined functions as `static`
John Hodge
4
-12
/
+27
2017-06-04
HIR Typecheck - Remove assertion that static impls aren't fuzzy
John Hodge
1
-1
/
+1
2017-06-03
HIR Typecheck - Validate traits after typecheck
John Hodge
5
-17
/
+286
2017-06-02
MIR Optimise - Remove unused drop flags
John Hodge
1
-81
/
+106
2017-06-02
Codegen C - Return value from main
John Hodge
1
-2
/
+2
2017-06-02
Tweaks to handling of struct patterns
John Hodge
3
-16
/
+41
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
11
-68
/
+95
2017-05-28
HIR - (minir) Fix debug output of patterns
John Hodge
1
-4
/
+4
2017-05-28
Typecheck Expressions - Fix some places where ivars don't have indexes
John Hodge
2
-1
/
+12
2017-05-26
Typecheck Expr - Fix a place where literals can become trait objects
John Hodge
1
-9
/
+22
2017-05-26
HIR Typecheck - Handle struct syntax for unit structs
John Hodge
3
-2
/
+37
2017-05-26
Codegen C - Handle signed bswap
John Hodge
1
-1
/
+7
2017-05-24
Enable optimisation
John Hodge
1
-0
/
+1
2017-05-16
HIR Typecheck - Tweaks
John Hodge
1
-2
/
+3
2017-05-15
MIR Gen - Handle drop_in_place being a lang item
John Hodge
1
-4
/
+17
2017-05-15
expand/lang - Lang items in later versions of rustc
John Hodge
1
-0
/
+2
2017-05-15
MIR Gen - Don't emit drop for union values
John Hodge
1
-0
/
+7
2017-05-15
HIR Typecheck - Fix greedily picking the most specific impl when typechecking
John Hodge
1
-4
/
+4
2017-05-15
HIR Typecheck - Handling of implicit Sized bound when searching for
John Hodge
3
-18
/
+88
impls
[prev]
[next]