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-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
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
9
-81
/
+453
2018-01-28
All - mingw32 compilation changes
John Hodge
5
-15
/
+67
2018-01-28
Codegen MMIR - More implementation work
John Hodge
1
-17
/
+75
2018-01-28
minicargo - Flag to enable mmir codegen
John Hodge
3
-1
/
+30
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
10
-4
/
+796
2018-01-27
Trans - Move struct/enum layout calculation to target.cpp
John Hodge
3
-371
/
+714
2018-01-26
standalone_miri - Lots of work with parser.
John Hodge
6
-93
/
+671
[next]