index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-08-20
Codegen C - Fix a few bugs with MSVC mode
John Hodge
1
-3
/
+27
2017-08-20
Codegen C - Rough support for msvc inline assembly
John Hodge
1
-79
/
+137
2017-08-19
Codegen C - U8 MSVC atomics
John Hodge
1
-0
/
+4
2017-08-18
Trans - VTable unsizing in statics, emit vtables before statics
John Hodge
3
-13
/
+29
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
1
-56
/
+65
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
4
-5
/
+207
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
Trans Target - Re-enable AtomicU8
John Hodge
1
-1
/
+1
2017-07-09
Codegen C - Possible fix for gcc codegen.
John Hodge
1
-32
/
+27
2017-07-09
Codegen C - MSVC hackery.
John Hodge
1
-2
/
+25
2017-07-09
Codegen C - Fix UB
John Hodge
1
-1
/
+1
2017-07-09
All - Fix compilation on gcc
John Hodge
1
-0
/
+7
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-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
2
-124
/
+602
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)
3
-18
/
+134
2017-07-06
Misc - Minor MSVC fixes
John Hodge (bugs)
1
-1
/
+1
2017-07-06
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
7
-657
/
+1304
# 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
4
-1
/
+30
2017-07-02
Codegen C - Fix indenting in destructors
John Hodge
1
-25
/
+22
2017-07-02
Codegen C - (minor) Comment before enum definitions
John Hodge
1
-0
/
+1
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
3
-494
/
+653
2017-06-16
MIR - Unify temporaries and variables
John Hodge
3
-53
/
+28
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-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
4
-17
/
+56
2017-06-04
Trans - Emit monomorphised/inlined functions as `static`
John Hodge
4
-12
/
+27
2017-06-02
Codegen C - Return value from main
John Hodge
1
-2
/
+2
2017-05-26
Codegen C - Handle signed bswap
John Hodge
1
-1
/
+7
2017-05-15
Codegen C - Fix some edge cases with floats, add newer intrinsics
John Hodge
1
-2
/
+20
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
1
-0
/
+1
2017-05-13
Trans Codegen - Fill item path when monomorphising
John Hodge
1
-4
/
+6
2017-05-05
Trans - Fix broken code from bad merge
John Hodge
1
-2
/
+2
2017-05-05
Codegen C - volatile_load/store
John Hodge
1
-0
/
+7
2017-05-05
Trans Monomorph - asm!
John Hodge
1
-3
/
+15
2017-05-01
HIR - Rough support for enum variant values (trans only, no consteval)
John Hodge
1
-29
/
+62
2017-04-29
Trans Codegen - Remove unneeded todo
John Hodge
1
-1
/
+0
2017-04-29
Trans - Better needs_drop intrinsic
John Hodge
1
-4
/
+4
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
3
-2
/
+16
2017-04-16
Codegen C - Fix incorrect escaped values
John Hodge
1
-3
/
+5
2017-04-13
Codegen C - Fix precedence error in 64/128 bit ctz
John Hodge
1
-2
/
+2
2017-04-13
All - Add rough support for #[test] (runs basic tests)
John Hodge
2
-0
/
+2
2017-03-26
Trans - Handle drop of unsized objects
John Hodge
2
-9
/
+65
2017-03-12
Trans Codegen - Enable optimisation after monomorph
John Hodge
1
-2
/
+1
[next]