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-05-20
AST - Refactor lifetime/HRB handling
John Hodge
17
-165
/
+376
2018-05-20
TestRunner - Don't pass -L when there's no dependencies
John Hodge
1
-0
/
+13
2018-05-20
Parse - Cleanup TODOs
John Hodge
5
-36
/
+39
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
29
-259
/
+295
2018-05-20
Minicargo - Quieten build output
John Hodge
5
-13
/
+40
2018-05-20
General TODO cleanup
John Hodge
3
-37
/
+63
2018-05-20
Standalone MIRI - A few comment notes
John Hodge
1
-1
/
+3
2018-05-19
Standalone MIRI - Clean up more direct uses of TypeRef.wrappers
John Hodge
1
-96
/
+111
2018-05-19
Standalone MIRI - Remove direct uses of TypeRef.wrappers
John Hodge
6
-183
/
+186
2018-05-19
Standalone MIRI - Use some more helpers
John Hodge
7
-85
/
+117
2018-05-19
Standalone MIRI - Better logging (can redirect to a file, leaving stdout for ↵
John Hodge
8
-94
/
+148
the program)
2018-05-19
Standalone MIRI - Pass argv to the target
John Hodge
4
-8
/
+79
2018-05-18
Standalone MIRI - Range limit on FFI pointers
John Hodge
2
-2
/
+3
2018-05-16
Standalone MIRI - Split interpreter into its own file
John Hodge
4
-2365
/
+2387
2018-05-15
Standalone MIRI - Split AllocationPtr into AllocationHandle and RelocationPtr
John Hodge
4
-218
/
+280
2018-05-13
Standalone MIRI - Refactor to remove linkage of host and VM stack
John Hodge
1
-1127
/
+1263
2018-05-13
Codegen MMIR - Fix main return type
John Hodge
1
-2
/
+9
2018-05-13
Standalone MIRI - Working hello.rs
John Hodge
2
-3
/
+36
2018-05-13
Standalone MIRI - Shallow drops and better tracing
John Hodge
4
-32
/
+109
2018-05-13
Standalone MIRI - Misc cleanups
John Hodge
1
-10
/
+18
2018-05-13
Standalone MIRI - memrchr and better null checking
John Hodge
2
-0
/
+25
2018-05-13
Standalone MIRI - Create allocations for static data
John Hodge
1
-2
/
+5
2018-05-13
Standalone MIRI - Better vtable handling, fix to offset with null pointers
John Hodge
4
-58
/
+65
2018-05-13
Standalone MIRI - Atomic add, catch_panic
John Hodge
1
-22
/
+72
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
4
-57
/
+228
2018-05-12
Standalone MIRI - Fiddling around
John Hodge
2
-6
/
+11
2018-05-12
MIR Cleanup - Remove cast of PhantomData
John Hodge
1
-8
/
+2
2018-05-12
Codegen MMIR - Emit vtables (only partially complete)
John Hodge
1
-38
/
+104
2018-05-12
Standalone MIRI - Better handling of statics
John Hodge
2
-10
/
+32
2018-05-12
Standalone MIRI - Get type for statics, add some pthread_* FFI stubs
John Hodge
3
-22
/
+50
2018-05-12
Standalone MIRI - De-duplicate some value code
John Hodge
2
-81
/
+133
2018-05-12
Standalone Miri - More implementation work
John Hodge
2
-9
/
+43
2018-05-12
minicargo.mk - Support building MMIR (and script to do so)
John Hodge
2
-14
/
+35
2018-05-12
Standalone Miri - Linux build support
John Hodge
7
-4
/
+101
2018-05-11
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
6
-250
/
+390
2018-05-06
All - Fiddling with docs
John Hodge
3
-40
/
+39
2018-05-05
Docs
John Hodge
2
-0
/
+64
2018-05-05
Target - Minor fixes to target.toml file loading (should work now)
John Hodge
3
-24
/
+82
2018-05-05
MIR Optimise - Reorder code a bit for easier reading
John Hodge
1
-225
/
+240
2018-05-05
MIR Optimise - Short-circuit fail CommonStatements to hopefully avoid ↵
John Hodge
1
-1
/
+4
excessive runtime
2018-04-25
minicargo - Re-run build script if output is missing
John Hodge
1
-2
/
+3
2018-04-25
HIR Dump - (minor), fix formatting of enums
John Hodge
1
-1
/
+2
2018-04-25
Fix #72 - Use-after-free of a string in HIR lowering
John Hodge
1
-1
/
+2
2018-04-07
Merge pull request #71 from jirutka/aarch64
John Hodge (Mutabah)
2
-2
/
+25
Add targets aarch64-linux-gnu and aarch64-unknown-openbsd
2018-04-02
Add targets aarch64-linux-gnu and aarch64-unknown-openbsd
Jakub Jirutka
1
-0
/
+23
2018-04-02
Fix aarch64 triplet from arm64-* to aarch64-*
Jakub Jirutka
1
-2
/
+2
ARM's 64-bit ISA introduced in ARMv8-A is called "aarch64" by most projects, including Rust and GCC. Better to avoid more confusions.
2018-04-01
Merge branch 'dev' of https://github.com/thepowersgang/mrustc into dev
John Hodge
0
-0
/
+0
2018-04-01
Testrunner - Include depfiles in clean
John Hodge
1
-1
/
+1
[prev]
[next]