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-02-24
Parse - Handle `use *;`, fixes #60
John Hodge
1
-0
/
+3
2018-02-24
macro_rules - Fix #59 and add tests for various macro quirks
John Hodge
1
-1
/
+4
2018-02-21
Merge pull request #58 from ibara/master
John Hodge (Mutabah)
3
-0
/
+44
Add OpenBSD support.
2018-02-21
macro_rules - Handle macros in :item
John Hodge
1
-1
/
+49
2018-02-21
Expand - Run expansion on trait paths in impl blocks (fixes #56)
John Hodge
1
-1
/
+1
2018-02-19
Add OpenBSD support.
Brian Callahan
3
-0
/
+44
2018-02-19
Codegen C - Fix bad attempt at making MSVC work
John Hodge
1
-8
/
+5
2018-02-18
Standalone MIRI - Implement BinOp comparisons and Terminator::If
John Hodge
1
-2
/
+2
2018-02-18
MIR Optimise - Some work on const propagation
John Hodge
1
-22
/
+77
2018-02-18
MIR Optimise - Constant-propagate known enum variants.
John Hodge
1
-3
/
+48
2018-02-18
Codegen C - Still trying to make MSVC work
John Hodge
1
-4
/
+24
2018-02-18
Standalone MIRI (and mmir codegen) - Support external functions
John Hodge
1
-0
/
+24
2018-02-18
MIR Gen - Store enum path with params in RValue::Variant
John Hodge
1
-8
/
+8
2018-02-16
MIR Optimise - (minor) Note about switch consteval elimination
John Hodge
1
-0
/
+12
2018-02-16
Standalone MIRI - Hacking along, hit a blocker that will need some refactor.
John Hodge
1
-6
/
+17
2018-02-12
Codegen MMIR - Fix compilation error on linux
John Hodge
1
-3
/
+9
2018-02-11
Codegen MMIR - Fix some minor architecture issues
John Hodge
3
-10
/
+17
2018-02-11
Standalone MIRI - Implementation sprint, statics in process.
John Hodge
1
-3
/
+271
2018-02-11
Codegen C - Fix warnings due to incorrect signs of enum variants
John Hodge
1
-34
/
+41
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-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
1
-7
/
+6
2018-01-28
All - mingw32 compilation changes
John Hodge
1
-3
/
+3
2018-01-28
Codegen MMIR - More implementation work
John Hodge
1
-17
/
+75
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
8
-4
/
+792
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
[next]