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-02-11
Merge branch 'master' into common_layout
John Hodge (Mutabah)
3
-30
/
+165
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
4
-25
/
+115
2018-02-10
minicargo - Add parser for cfg() in target-specific options.
John Hodge
3
-31
/
+166
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
5
-69
/
+262
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
9
-81
/
+453
2018-01-28
All - mingw32 compilation changes
John Hodge
5
-15
/
+67
2018-01-28
Codegen MMIR - More implementation work
John Hodge
1
-17
/
+75
2018-01-28
minicargo - Flag to enable mmir codegen
John Hodge
3
-1
/
+30
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
10
-4
/
+796
2018-01-27
Trans - Move struct/enum layout calculation to target.cpp
John Hodge
3
-371
/
+714
2018-01-26
standalone_miri - Lots of work with parser.
John Hodge
6
-93
/
+671
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
[next]