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
2018-03-03
Codegen C - Avoid warning from msvc change
John Hodge
1
-1
/
+1
2018-03-03
Codegen C - Avoid attempting to get type of a non-LValue when looking for ZSTs
John Hodge
1
-6
/
+9
2018-03-03
Trans Enumerate - Some work on doing selective library enumeration (has some ↵
John Hodge
2
-43
/
+54
holes, so is still disabled)
2018-03-03
Codegen C - Fix ordering of InterlockedCompareExchange arguments
John Hodge
1
-3
/
+4
2018-03-03
Codegen C - A few more MSVC compile fixes, now compiling (after patching ↵
John Hodge
1
-5
/
+19
libstd to remove unused extern)
2018-03-03
Codegen C - Work around InterlockedExchangeSubtract not existing for all ↵
John Hodge
1
-2
/
+6
types by emulating with add
2018-03-03
Codegen C - More work with MSVC support (darn atomics)
John Hodge
1
-59
/
+82
2018-02-28
Codegen C - MSVC fiddling still, fix compile error on gcc
John Hodge
1
-7
/
+37
2018-02-25
Codegen C - More work on MSVC functions
John Hodge
1
-13
/
+43
2018-02-25
Codegen C - Literals and omitted ZSTs
John Hodge
1
-4
/
+19
2018-02-25
Codegen C - Don't add `_d` field when there's an unsized
John Hodge
1
-1
/
+1
2018-02-25
Codegen C - Minor fix with vtable handling, more work on MSVC zsts
John Hodge
1
-6
/
+29
2018-02-25
HIR+Codegen C - Encode drop/size/align in VTables at HIR level, working on ↵
John Hodge
1
-96
/
+213
MSVC compilation
2018-02-24
Standalone MIRI + Codegen MMIR - Drop support
John Hodge
1
-88
/
+63
2018-02-19
Add OpenBSD support.
Brian Callahan
1
-0
/
+28
2018-02-19
Codegen C - Fix bad attempt at making MSVC work
John Hodge
1
-8
/
+5
2018-02-18
Codegen C - Still trying to make MSVC work
John Hodge
1
-4
/
+24
2018-02-18
Standalone MIRI (and mmir codegen) - Support external functions
John Hodge
1
-0
/
+24
2018-02-16
Standalone MIRI - Hacking along, hit a blocker that will need some refactor.
John Hodge
1
-6
/
+17
2018-02-12
Codegen MMIR - Fix compilation error on linux
John Hodge
1
-3
/
+9
2018-02-11
Codegen MMIR - Fix some minor architecture issues
John Hodge
2
-9
/
+16
2018-02-11
Standalone MIRI - Implementation sprint, statics in process.
John Hodge
1
-3
/
+271
2018-02-11
Codegen C - Fix warnings due to incorrect signs of enum variants
John Hodge
1
-34
/
+41
2018-02-11
Codegen C - Fix some minor issues
John Hodge
1
-11
/
+11
2018-02-10
Trans - Fix mismatches between mrustc's sizings and C's sizings
John Hodge
2
-25
/
+98
2018-02-04
Trans - Fixes to edge cases with enum variants
John Hodge
2
-5
/
+19
2018-02-04
Codegen C - Avoid ICE with gcc 5.4.0 (ubuntu), clean up some warnings
John Hodge
1
-5
/
+6
2018-02-04
Target - Fix incorrect array size calculation
John Hodge
1
-7
/
+7
2018-02-04
Trans - mingw32 target attempt (still being worked on)
John Hodge
4
-68
/
+261
2018-02-01
Codegen C - Minor fixes from target structure layout
John Hodge
2
-67
/
+78
2018-01-28
standalone_miri - Up to attempting to run `hello`
John Hodge
1
-7
/
+6
2018-01-28
All - mingw32 compilation changes
John Hodge
1
-3
/
+3
2018-01-28
Codegen MMIR - More implementation work
John Hodge
1
-17
/
+75
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
4
-1
/
+778
2018-01-27
Trans - Move struct/enum layout calculation to target.cpp
John Hodge
3
-371
/
+714
2018-01-24
MSVC - Fiddling about trying to make C code compile
John Hodge
1
-4
/
+65
2018-01-17
Codegen C - Switch back to using $CC or gcc
John Hodge
1
-3
/
+6
2018-01-14
Codegen C - Add forgotten 'break' to avoid emitting msvc code on gcc
John Hodge
1
-0
/
+1
2018-01-14
MIR Codegen C - Continued work with MSVC codegen (still not working)
John Hodge
1
-72
/
+190
2018-01-13
Trans - Add compiler triple/arch to the target spec
John Hodge
3
-11
/
+12
2018-01-13
Codegen - Support writing the build command to a file (instead of running it)
John Hodge
3
-7
/
+13
2018-01-07
Trans - Arch name is "arm" not "arm32"
John Hodge
1
-1
/
+1
2018-01-07
Trans - Draft ARM32 support
John Hodge
1
-0
/
+19
2018-01-01
Codegen C - Remove hacky null pointer reference
John Hodge
1
-15
/
+26
2017-12-31
Codegen - Remove need for `-z muldefs`
John Hodge
2
-10
/
+20
2017-12-30
Codegen C - Remove dead code, fix warning with main
John Hodge
1
-91
/
+1
2017-12-29
Fix enums with `repr(u64)`
Adam Chodorowski
1
-1
/
+1
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
2
-28
/
+31
2017-12-03
Trans - Get sizes of !Sized pointers
John Hodge
1
-2
/
+6
2017-12-02
Codegen C - Fiddling with SwitchValue handling
John Hodge
1
-53
/
+91
[next]