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-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
2
-96
/
+225
MSVC compilation
2018-02-25
MIR Gen - Replace infinite loop for default in match generation with a ↵
John Hodge
1
-1
/
+3
diverge terminator
2018-02-25
MIR Optimise - Remove no-op assignments
John Hodge
1
-0
/
+51
2018-02-25
HIR Typecheck - Fix case where inferrence stalls when there's a `T = ↵
John Hodge
1
-17
/
+60
<T>::Assoc bound` and unsizing, should fix #62
2018-02-24
Standalone MIRI + Codegen MMIR - Drop support
John Hodge
1
-88
/
+63
2018-02-24
macro_rules - Allow macros for :type
John Hodge
1
-1
/
+10
2018-02-24
Expand - Fix #61, not expanding paths in types
John Hodge
1
-1
/
+10
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
[next]