index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-01-24
MSVC - Fiddling about trying to make C code compile
John Hodge
2
-7
/
+68
2018-01-24
standalone_miri - New side-tool to attempt to execute pre-monomorphised MIR
John Hodge
18
-1
/
+2504
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-15
README - Slight cleanup
John Hodge
1
-1
/
+6
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
minicargo - Fix incorrect dependent calculation, use-after-free string
John Hodge
1
-3
/
+33
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
minicargo - Fix msvc compile warnings
John Hodge
2
-3
/
+3
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
7
-25
/
+13
2018-01-14
Makefile - Remove useless library directory
John Hodge
1
-3
/
+3
2018-01-14
LoadCrates - Better error reporting
John Hodge
1
-7
/
+9
2018-01-14
minicargo - Fix use-after-free in output directory, terminate build on job ↵
John Hodge
1
-1
/
+6
failure
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
5
-7
/
+48
2018-01-13
TestRunner - Add option --fail-fast for stop on first test failure
Jakub Jirutka
1
-3
/
+19
2018-01-13
TestRunner - Keep going and exit 1 if some tests failed
Jakub Jirutka
1
-3
/
+11
2018-01-07
Trans - Arch name is "arm" not "arm32"
John Hodge
1
-1
/
+1
2018-01-07
minicargo - Add --target option for (incomplete) cross-compilation
John Hodge
4
-247
/
+330
2018-01-07
Trans - Draft ARM32 support
John Hodge
3
-9
/
+42
2018-01-07
Travis CI - Disable cargo for now
John Hodge
1
-2
/
+2
2018-01-07
Makefile - Fix bad target
John Hodge
1
-1
/
+1
2018-01-07
Notes - Update todo list
John Hodge
1
-10
/
+0
2018-01-07
Minicargo - Clean up now-dead code
John Hodge
2
-138
/
+3
2018-01-07
Makefile - Fix invalid dependency of target rust_tests
Jakub Jirutka
1
-1
/
+1
2018-01-07
Makefile - Fix missing TEST_DEPS' task
Jakub Jirutka
1
-1
/
+1
2018-01-06
Minicargo - Parallel build support
John Hodge
6
-15
/
+432
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
README - Update dependencies list, fixes #40
John Hodge
1
-0
/
+2
2017-12-30
Codegen C - Remove dead code, fix warning with main
John Hodge
1
-91
/
+1
2017-12-30
Makefile - Strip out all old test code
John Hodge
1
-500
/
+40
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
testrunner - Handle ignored tests, odd spacing, and print the counts
John Hodge
1
-5
/
+31
2017-12-30
macro_rules - Fix a few edge cases
John Hodge
2
-5
/
+52
[next]