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-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
2018-02-18
Standalone MIRI (and mmir codegen) - Support external functions
John Hodge
3
-3
/
+47
2018-02-18
Standalone MIRI - "atomic_store" intrinsic, Terminator::Switch, handle ! locals
John Hodge
4
-18
/
+162
2018-02-18
MIR Gen - Store enum path with params in RValue::Variant
John Hodge
1
-8
/
+8
2018-02-17
Standalone MIRI - Refactor Value/Allocation handling to allow deref to work.
John Hodge
7
-318
/
+459
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
12
-93
/
+605
2018-02-12
minicargo - Fix error when compiling cargo
John Hodge
1
-0
/
+3
2018-02-12
Codegen MMIR - Fix compilation error on linux
John Hodge
1
-3
/
+9
2018-02-11
Standalone MIRI - Working borrow (for now)
John Hodge
3
-10
/
+20
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
10
-45
/
+766
2018-02-11
Testrunner - Allow cherry-picking tests
John Hodge
1
-2
/
+9
2018-02-11
Codegen C - Fix warnings due to incorrect signs of enum variants
John Hodge
1
-34
/
+41
2018-02-11
Merge pull request #52 from thepowersgang/common_layout
John Hodge (Mutabah)
29
-572
/
+2527
Merge "common_layout" branch
2018-02-11
Merge branch 'master' into common_layout
John Hodge (Mutabah)
3
-30
/
+165
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-10
minicargo - Add parser for cfg() in target-specific options.
John Hodge
3
-31
/
+166
2018-02-04
Trans - Fixes to edge cases with enum variants
John Hodge
2
-5
/
+19
[next]