index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-07-17
Update patch
John Hodge
1
-5
/
+5
2017-07-17
Makefile - Updates to allow compilation of rustc (incomplete)
John Hodge
1
-6
/
+14
2017-07-17
Parse - Allow :expr in attributes
John Hodge
1
-2
/
+20
2017-07-16
AST - Attributes on struct literal entries
John Hodge
8
-42
/
+56
2017-07-16
Makefile - Tiny fixes
John Hodge
1
-0
/
+7
2017-07-16
HIR Typecheck - Refactor method name resolution (slower, but more correct)
John Hodge
3
-305
/
+329
2017-07-16
AST - Little tweaks for upgraded test source
John Hodge
3
-6
/
+50
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
20
-87
/
+612
2017-07-14
Codegen C - Attempt at fixing crash associated with non-ZST ZSTs
John Hodge
1
-24
/
+60
2017-07-14
Codegen C - Optionally add an unused/dummy field to unit-like types
John Hodge
1
-21
/
+86
2017-07-09
Codegen C - Fix use of removed (empty) variants
John Hodge
1
-14
/
+25
2017-07-09
HIR Deserialise - Remove another place where ordering is assumed
John Hodge
1
-4
/
+10
2017-07-09
Trans Target - Re-enable AtomicU8
John Hodge
1
-1
/
+1
2017-07-09
Resolve - Better debugging and assert
John Hodge
1
-1
/
+9
2017-07-09
Codegen C - Possible fix for gcc codegen.
John Hodge
1
-32
/
+27
2017-07-09
Codegen C - MSVC hackery.
John Hodge
2
-11
/
+40
2017-07-09
Codegen C - Fix UB
John Hodge
1
-1
/
+1
2017-07-09
VSProject - nmake file for building hello-world test
John Hodge
2
-0
/
+47
2017-07-09
All - Fix compilation on gcc
John Hodge
3
-3
/
+16
2017-07-09
Codegen C - Fix ABI for winapi functions, plan for overriding type ↵
John Hodge
1
-1
/
+6
representations in extern protos
2017-07-09
Codegen C - Fix cross-compiler alignof
John Hodge
1
-17
/
+11
2017-07-09
HIR Serialise - (incomplete) Fixes for function ordering
John Hodge
3
-34
/
+43
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
6
-131
/
+628
2017-07-07
Codegen C - Rough support for MSVC compatible code
John Hodge (bugs)
1
-40
/
+107
2017-07-07
Trans - Hackery to run MSVC
John Hodge (bugs)
4
-19
/
+158
2017-07-06
All - Some little tweaks for windows port
John Hodge
4
-403
/
+416
2017-07-06
Misc - Minor MSVC fixes
John Hodge (bugs)
4
-3
/
+7
2017-07-06
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
69
-2273
/
+3390
# Conflicts: # src/trans/codegen_c.cpp
2017-07-06
Codegen C - Very basic start on backend modes
John Hodge (bugs)
1
-6
/
+13
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
14
-166
/
+259
2017-07-06
Makefile - (minor) allow adding mrustc flags
John Hodge
1
-2
/
+3
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-06
run_rustc - Minor fix to paths
John Hodge
1
-3
/
+3
2017-07-02
Codegen C - Fix indenting in destructors
John Hodge
1
-25
/
+22
2017-07-02
Makefile - Remove a test that covers a condition mrust considers an error
John Hodge
1
-0
/
+2
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
4
-95
/
+586
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-18
Makefile - Slight update to test list
John Hodge
1
-4
/
+2
2017-06-17
MIR Optimise - Sort BBs into approximate program flow
John Hodge
2
-1
/
+117
[prev]
[next]