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-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
2017-12-30
tests - Update failing list
John Hodge
1
-4
/
+211
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-24
README - Little updates
John Hodge
1
-11
/
+39
2017-12-24
Travis CI - Remove valgrind call, try to debug another failure
John Hodge
1
-1
/
+1
2017-12-24
README - Slight restructure and progress update
John Hodge
1
-16
/
+17
2017-12-23
Notes - More ideas for optimisations
John Hodge
1
-0
/
+16
2017-12-20
minicargo - Attempt to fix crash on travis (use after free)
John Hodge
1
-1
/
+1
2017-12-20
Travis - Testing crash
John Hodge
1
-0
/
+1
2017-12-20
MIR Optimise - Redo DeTemporary pass, works for build rustc/cargo, rustc tested
John Hodge
2
-146
/
+199
2017-12-16
proc_macro - Avoid warnings due to unused return values
John Hodge
1
-4
/
+12
2017-12-16
TestRustcBootstrap - Enable vendoring (avoids libgit2 problems on ubuntu)
John Hodge
1
-0
/
+2
2017-12-09
Notes - Add rough notes on potential/current MIR optimisations
John Hodge
1
-0
/
+117
2017-12-09
TestRustcBootstrap - Remove verbose tar, remove custom cargo for official build
John Hodge
1
-5
/
+3
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
4
-29
/
+48
2017-12-09
minicargo - Cleaner debug
John Hodge
4
-26
/
+78
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
TestRustcBootstrap - Build 1.20 instaed of 1.19 (matches real stage0)
John Hodge
1
-23
/
+14
2017-12-02
Travis CI - Build cargo on travis
John Hodge
1
-0
/
+2
2017-12-02
MIR Optimise - Fix infinite replacement
John Hodge
1
-0
/
+11
2017-12-02
TestRustcBootstrap - Appears to work (makes same filenames anyway)
John Hodge
1
-0
/
+13
2017-11-30
Codegen C - Structured SwitchValue partial support, unify Switch handling
John Hodge
3
-34
/
+66
2017-11-27
Makefiles - tweaking
John Hodge
2
-4
/
+4
2017-11-27
Scripts - Warking on TestRustcBootstrap
John Hodge
1
-2
/
+25
[next]