index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
/
codegen_mmir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
All - Fix some clang warnings
John Hodge
1
-3
/
+4
2019-11-09
Standalone MIRI - Tweaks on windows
John Hodge
1
-2
/
+2
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-8
/
+12
2019-08-18
Codegen MMIR - panic_impl stub
John Hodge
1
-0
/
+15
2019-08-09
Codegen MMIR - Emit drop glue for enum/union types
John Hodge
1
-70
/
+81
2019-08-07
Standalone MIRI - Rough panic support
John Hodge
1
-6
/
+6
2019-08-05
Codegen MMIR - Selective drop glue
John Hodge
1
-4
/
+8
2019-08-04
Standalone MIRI - Restructure so `0` is never a valid pointer value
John Hodge
1
-7
/
+12
2019-08-03
Codegen MMIR - Handle enum constructors
John Hodge
1
-4
/
+49
2019-07-14
standalone_miri - Fix after MIR refactor
John Hodge
1
-7
/
+22
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
1
-2
/
+2
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ...
John Hodge
1
-53
/
+50
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-4
/
+3
2019-05-05
MMIR - Fix a TODO around pointers to strings
John Hodge
1
-12
/
+25
2019-05-05
MIR - Wrap HIR::Path-s in MIR::Constant in unique_ptr
John Hodge
1
-1
/
+1
2019-04-25
MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointer
John Hodge
1
-1
/
+1
2018-12-22
Codegen MMIR - Forgot to compile before commit, fix syntax errors.
John Hodge
1
-2
/
+2
2018-12-22
(minor) Whitespace cleaup
John Hodge
1
-2
/
+2
2018-12-22
Codegen MMIR - Remove places where assert body needs to be evaluated (ref #97)
John Hodge
1
-8
/
+12
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-3
/
+9
2018-06-02
All - Warning cleanup when built with clang
John Hodge
1
-0
/
+1
2018-05-13
Codegen MMIR - Fix main return type
John Hodge
1
-2
/
+9
2018-05-13
Codegen MMIR - Struct constructors
John Hodge
1
-1
/
+38
2018-05-12
Standalone MIRI - TLS and some other messing about
John Hodge
1
-1
/
+1
2018-05-12
Codegen MMIR - Emit vtables (only partially complete)
John Hodge
1
-38
/
+104
2018-03-17
Standalone MIRI - size_of_val and drop_in_place
John Hodge
1
-3
/
+3
2018-03-17
VTables - Rename vtable static to have the # at the end (helps parsing in mmir)
John Hodge
1
-30
/
+132
2018-03-17
Standalone Miri - More work blasting along
John Hodge
1
-0
/
+4
2018-02-24
Standalone MIRI + Codegen MMIR - Drop support
John Hodge
1
-88
/
+63
2018-02-18
Standalone MIRI (and mmir codegen) - Support external functions
John Hodge
1
-0
/
+24
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
1
-2
/
+9
2018-02-11
Standalone MIRI - Implementation sprint, statics in process.
John Hodge
1
-3
/
+271
2018-02-04
Trans - mingw32 target attempt (still being worked on)
John Hodge
1
-5
/
+8
2018-01-28
standalone_miri - Up to attempting to run `hello`
John Hodge
1
-7
/
+6
2018-01-28
Codegen MMIR - More implementation work
John Hodge
1
-17
/
+75
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
1
-0
/
+766