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-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
2017-11-30
Codegen C - Structured SwitchValue partial support, unify Switch handling
John Hodge
3
-34
/
+66
2017-11-25
Codegen C - Better error messages for bad Switch
John Hodge
1
-2
/
+2
2017-11-24
Codegen C - Generate call_mut for both Fn and FnMut
John Hodge
1
-7
/
+12
2017-11-22
Target - Fix struct size calculations (align overall size)
John Hodge
1
-0
/
+10
2017-11-18
Codegen C - Fix bad SwitchValue with signed
John Hodge
1
-1
/
+1
2017-11-18
Codegen - Fiddling with MSVC support (not quite there)
John Hodge
2
-20
/
+10
2017-11-18
Codegen C - Various attempts at making MSVC work
John Hodge
1
-39
/
+154
2017-11-18
Codegen C - Fiddling with MSVC
John Hodge
1
-4
/
+4
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
1
-0
/
+6
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
3
-34
/
+217
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
1
-2
/
+49
2017-11-04
Trans Enumerate - Fix OOB read caused by vtable lookup
John Hodge
1
-1
/
+5
2017-11-04
Trans Enumerate - Remove a use of TU_MATCH for better debugging
John Hodge
1
-30
/
+32
2017-11-01
All - Clean up a few minor errors (pointed out in #31)
John Hodge
1
-1
/
+1
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
4
-247
/
+143
2017-10-14
Codegen C - Escape trigraphs in strings
John Hodge
1
-63
/
+53
2017-09-24
All - Handle crates with tagged names
John Hodge
1
-1
/
+21
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name ↵
John Hodge
1
-2
/
+2
collisions)
2017-09-23
Trans - Only codegen drop impls if needed
John Hodge
1
-1
/
+2
2017-09-23
Codegen C - A few MSVC fixes
John Hodge
1
-30
/
+38
2017-09-23
Codegen C - Use static when a destructor would be locally defined, extern ↵
John Hodge
1
-3
/
+15
otherwise
2017-09-22
Trans - Little fixes for MSVC 32-bit
John Hodge
1
-6
/
+34
2017-09-22
Trans - MSVC twiddling
John Hodge
2
-7
/
+47
2017-09-10
Const Eval - Evalulate from MIR where possible (avoids BorrowData)
John Hodge
1
-2
/
+2
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
2
-3
/
+12
2017-09-10
Consteval - Litle tweaks
John Hodge
1
-1
/
+15
2017-09-10
Codegen C - Slightly more efficient static string output
John Hodge
1
-5
/
+11
2017-09-09
Codegen C - Omit useless labels and gotos (untested)
John Hodge
1
-2
/
+82
2017-09-09
Codegen C - Cleaner handling of link dirs, fix try intrinsic
John Hodge
1
-8
/
+25
2017-09-08
HIR - Store link paths
John Hodge
1
-0
/
+11
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
[next]