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-27
AST - Fix missing handling of `for<>` in a few places
John Hodge
5
-21
/
+42
2018-05-27
Trans - Plannin for dynamic library support
John Hodge
3
-48
/
+67
2018-05-27
AST - Include HRBs on fn() types, fix minor parsing bug
John Hodge
4
-7
/
+15
2018-05-26
Codegen C - Don't emit destructor when type doesn't need it
John Hodge
1
-0
/
+5
2018-05-26
main - Make emiting debug dumps optional
John Hodge
1
-28
/
+106
2018-05-26
HIR Const Eval - (minor) Clean up useless code, comments on potential changes
John Hodge
1
-26
/
+11
2018-05-26
Include - Add file/line to ASSERT_BUG
John Hodge
2
-1
/
+8
2018-05-26
disabled_tests_run-pass.txt - Sort tests based on logical progression
John Hodge
1
-52
/
+52
2018-05-25
Makefile - Remove -Werror
John Hodge
1
-4
/
+0
2018-05-25
Resolve - Named lifetimes
John Hodge
2
-8
/
+79
2018-05-25
HIR - No more name in lifetime params
John Hodge
6
-14
/
+56
2018-05-24
HIR - Borrow lifetime annotations included (not actually used or valid)
John Hodge
5
-13
/
+24
2018-05-22
AST - Add lifetime params to & types
John Hodge
5
-27
/
+26
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
[prev]
[next]