index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-06-03
Trans - Fix some minor errors from building with clang
John Hodge
2
-0
/
+11
2018-06-03
Trans - Fix target_os for mac
John Hodge
1
-1
/
+1
2018-06-02
All - Warning cleanup when built with clang
John Hodge
2
-1
/
+2
2018-06-02
Targets - Add a rough OSX target
John Hodge
1
-0
/
+7
2018-05-27
Trans - Plannin for dynamic library support
John Hodge
2
-0
/
+8
2018-05-26
Codegen C - Don't emit destructor when type doesn't need it
John Hodge
1
-0
/
+5
2018-05-20
General TODO cleanup
John Hodge
1
-17
/
+12
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
Trans - Support NonZero optimisation for Box
John Hodge
2
-0
/
+14
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-05-05
Target - Minor fixes to target.toml file loading (should work now)
John Hodge
2
-24
/
+67
2018-04-02
Add targets aarch64-linux-gnu and aarch64-unknown-openbsd
Jakub Jirutka
1
-0
/
+23
2018-04-01
All - Move toml parser and path header to a common library, start on custom ↵
John Hodge
1
-7
/
+165
target specs.
2018-04-01
Codegen C - Fix compilation error in cargo (#66)
John Hodge
1
-4
/
+16
2018-03-31
Codegen C - Fix a few bugs with no ZST mode
John Hodge
1
-3
/
+35
2018-03-30
Codegen C - Fix ZST handling
John Hodge
1
-4
/
+23
2018-03-26
netbsd/amd64 support
Maya Rashish
1
-0
/
+14
2018-03-17
Codegen C - Work around GCC5 bug by emitting a single-field struct instead ↵
John Hodge
1
-1
/
+12
of a union Fixes #63
2018-03-17
Codegen C - Fix structured emission (still disabled)
John Hodge
3
-34
/
+171
2018-03-17
Codegen - Minor array fix for MSVC
John Hodge
1
-7
/
+27
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
4
-43
/
+142
2018-03-17
MIR Optimise - Slight cleanup for faster compiles
John Hodge
1
-1
/
+1
2018-03-17
Standalone Miri - More work blasting along
John Hodge
1
-0
/
+4
2018-03-17
Trans - Move monomorphisation from codegen pass to its own pass, and do a ↵
John Hodge
5
-17
/
+102
second inlining pass after monomorph.
2018-03-03
Codegen C - Avoid warning from msvc change
John Hodge
1
-1
/
+1
2018-03-03
Codegen C - Avoid attempting to get type of a non-LValue when looking for ZSTs
John Hodge
1
-6
/
+9
2018-03-03
Trans Enumerate - Some work on doing selective library enumeration (has some ↵
John Hodge
2
-43
/
+54
holes, so is still disabled)
2018-03-03
Codegen C - Fix ordering of InterlockedCompareExchange arguments
John Hodge
1
-3
/
+4
2018-03-03
Codegen C - A few more MSVC compile fixes, now compiling (after patching ↵
John Hodge
1
-5
/
+19
libstd to remove unused extern)
2018-03-03
Codegen C - Work around InterlockedExchangeSubtract not existing for all ↵
John Hodge
1
-2
/
+6
types by emulating with add
2018-03-03
Codegen C - More work with MSVC support (darn atomics)
John Hodge
1
-59
/
+82
2018-02-28
Codegen C - MSVC fiddling still, fix compile error on gcc
John Hodge
1
-7
/
+37
2018-02-25
Codegen C - More work on MSVC functions
John Hodge
1
-13
/
+43
2018-02-25
Codegen C - Literals and omitted ZSTs
John Hodge
1
-4
/
+19
2018-02-25
Codegen C - Don't add `_d` field when there's an unsized
John Hodge
1
-1
/
+1
2018-02-25
Codegen C - Minor fix with vtable handling, more work on MSVC zsts
John Hodge
1
-6
/
+29
2018-02-25
HIR+Codegen C - Encode drop/size/align in VTables at HIR level, working on ↵
John Hodge
1
-96
/
+213
MSVC compilation
2018-02-24
Standalone MIRI + Codegen MMIR - Drop support
John Hodge
1
-88
/
+63
2018-02-19
Add OpenBSD support.
Brian Callahan
1
-0
/
+28
2018-02-19
Codegen C - Fix bad attempt at making MSVC work
John Hodge
1
-8
/
+5
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-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
2
-9
/
+16
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
[next]