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
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-24
standalone_miri - New side-tool to attempt to execute pre-monomorphised MIR
John Hodge
2
-1
/
+2
2018-01-21
Main - Add very crude depfile support
John Hodge
3
-22
/
+45
2018-01-21
HIR Serialise - Remove debug print
John Hodge
1
-1
/
+0
2018-01-20
HIR Serilise - Don't save remote lang items
John Hodge
2
-3
/
+18
2018-01-20
MIR Optimise - Only run UnifyTemporaries once, add a new tuple-breaking pass
John Hodge
2
-29
/
+207
2018-01-19
main - Some more --help
John Hodge
1
-2
/
+6
2018-01-17
main - --help and a few other tweaks
John Hodge
1
-34
/
+99
2018-01-17
Codegen C - Switch back to using $CC or gcc
John Hodge
1
-3
/
+6
2018-01-17
Span - Remove debug print when making an empty span (Can cause segfault on ↵
John Hodge
1
-1
/
+1
startup)
2018-01-14
MIR Optimise - Prevent infinite recrusion in inlining
John Hodge
1
-0
/
+15
2018-01-14
Codegen C - Add forgotten 'break' to avoid emitting msvc code on gcc
John Hodge
1
-0
/
+1
2018-01-14
MIR Optimise - Dead assignment removal (minimally tested)
John Hodge
1
-0
/
+58
2018-01-14
MIR Optimise - Move common statements across gotos
John Hodge
3
-0
/
+107
2018-01-14
MIR Codegen C - Continued work with MSVC codegen (still not working)
John Hodge
1
-72
/
+190
2018-01-14
MIR Optimise - Add attempt at optimising out calls to atomic wrappers
John Hodge
1
-0
/
+9
2018-01-14
MSVC compile fixes
John Hodge
3
-24
/
+2
2018-01-14
LoadCrates - Better error reporting
John Hodge
1
-7
/
+9
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
4
-7
/
+44
2018-01-07
Trans - Arch name is "arm" not "arm32"
John Hodge
1
-1
/
+1
2018-01-07
Trans - Draft ARM32 support
John Hodge
3
-9
/
+42
2018-01-06
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+1
2018-01-06
main - fix incorrect type deduction with some gcc versions
William Pitcock
1
-1
/
+1
GCC 6.4 on Alpine incorrectly deduces the type returned from ::std::strchr(const char *, char) as 'char *', instead of 'const char *', which causes the wrong constructor to be used. Closes #32.
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
4
-17
/
+100
2017-12-30
Codegen C - Remove dead code, fix warning with main
John Hodge
1
-91
/
+1
2017-12-30
MIR From HIR (match) - Change assertion to match actual conditions
John Hodge
1
-1
/
+1
2017-12-30
Typecheck Expr - (minor) Logging wrapper when checking completeness, catches ↵
John Hodge
1
-0
/
+1
infinite recursion
2017-12-30
format_args! - Set source module when parsing expressions
John Hodge
1
-0
/
+1
2017-12-30
main - Slightly better error reporting
John Hodge
1
-0
/
+2
2017-12-30
macro_rules - Fix a few edge cases
John Hodge
2
-5
/
+52
2017-12-29
Fix enums with `repr(u64)`
Adam Chodorowski
2
-2
/
+2
2017-12-26
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+1
2017-12-26
MIR Optimise - Fix sligt bugs
John Hodge
1
-3
/
+12
2017-12-25
Fix FMT
equal-l2
1
-1
/
+1
2017-12-20
MIR Optimise - Redo DeTemporary pass, works for build rustc/cargo, rustc tested
John Hodge
1
-124
/
+122
2017-12-16
proc_macro - Avoid warnings due to unused return values
John Hodge
1
-4
/
+12
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
4
-29
/
+48
2017-12-09
MIR Optimise - Fiddling around
John Hodge
1
-6
/
+23
2017-12-03
MIR Optimise - Tweaks to DeTemporary pass
John Hodge
1
-3
/
+15
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-12-02
MIR Optimise - Fix infinite replacement
John Hodge
1
-0
/
+11
2017-11-30
Codegen C - Structured SwitchValue partial support, unify Switch handling
John Hodge
3
-34
/
+66
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
6
-29
/
+86
2017-11-26
HIR From AST - Fix logic that auto-applies ! to loops
John Hodge
1
-8
/
+4
2017-11-26
macro_rules - Fix parsing of loop labels
John Hodge
1
-1
/
+8
2017-11-26
Resolve Absolute - Fix edge case where there's no scopes during var lookup
John Hodge
1
-1
/
+1
[prev]
[next]