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-03-04
Standalone MIRI - Fiddling around
John Hodge
3
-37
/
+332
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
Tests - More reduction of GCC5 bug
John Hodge
1
-13
/
+25
2018-03-03
Tests - Reduction of the GCC5 bug
John Hodge
1
-30
/
+11
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
2
-7
/
+21
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-03-03
Tests - Add test for #63, reproduces on Mint 18.3
John Hodge
1
-0
/
+43
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
2
-2
/
+4
diverge terminator
2018-02-25
Scripts - Make the MIR->DOT script more useful
John Hodge
1
-4
/
+14
2018-02-25
MIR Optimise - Remove no-op assignments
John Hodge
1
-0
/
+51
2018-02-25
Standalone MIRI - __rust_allocate, slice deref
John Hodge
1
-2
/
+34
2018-02-25
Standalone MIR - Better drop handling, RValue::Struct, RValue::SizedArray, ...
John Hodge
6
-41
/
+123
2018-02-25
minicargo - Fix bug with parallel builds and sanity check
John Hodge
1
-1
/
+2
2018-02-25
HIR Typecheck - Fix case where inferrence stalls when there's a `T = ↵
John Hodge
2
-17
/
+77
<T>::Assoc bound` and unsizing, should fix #62
2018-02-24
Standalone MIRI + Codegen MMIR - Drop support
John Hodge
5
-100
/
+145
2018-02-24
testrunner - Shut up msvc
John Hodge
1
-0
/
+1
2018-02-24
testrunner - Add -v flag to increment debug spam
John Hodge
1
-0
/
+3
2018-02-24
Testrunner - Some hacky changes to make it less verbose
John Hodge
1
-14
/
+34
2018-02-24
macro_rules - Allow macros for :type
John Hodge
2
-2
/
+10
2018-02-24
Expand - Fix #61, not expanding paths in types
John Hodge
2
-1
/
+19
2018-02-24
Parse - Handle `use *;`, fixes #60
John Hodge
2
-1
/
+3
2018-02-24
Notes - Fiddling with variadic generic design
John Hodge
1
-10
/
+24
2018-02-24
Tests - Add a test that checks the inliner behavior around Copy values
John Hodge
1
-0
/
+16
2018-02-24
macro_rules - Fix #59 and add tests for various macro quirks
John Hodge
2
-1
/
+37
2018-02-24
Notes - Working on an idea for variadic generics (all levels)
John Hodge
1
-0
/
+101
2018-02-23
Standalone MIRI - Slice derefs, pointer comparisons, uni-ops, intrinsics, ↵
John Hodge
5
-108
/
+379
strings
2018-02-21
Merge pull request #58 from ibara/master
John Hodge (Mutabah)
3
-0
/
+44
Add OpenBSD support.
2018-02-21
Travis CI - Set CXX compiler for local_tests (to be able to build testrunner)
John Hodge
1
-1
/
+1
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-21
Move local tests to use the test runner
John Hodge
3
-7
/
+6
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
3
-19
/
+174
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
Minicargo - Don't abort on unrecognised manifest keys
John Hodge
1
-2
/
+3
2018-02-18
Standalone MIRI - Wrap an external function.
John Hodge
1
-3
/
+27
2018-02-18
Standalone MIRI - Add a function trace wrapper (with indent)
John Hodge
2
-0
/
+54
[next]