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-06-02
Minicargo - Tweaked error reporting
John Hodge
1
-2
/
+2
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
17
-758
/
+9
2018-06-02
HIR Serialise - Explicitly serialise tokens (instead of using ancient code)
John Hodge
4
-18
/
+57
2018-06-02
All - Warning cleanup when built with clang
John Hodge
8
-10
/
+11
2018-06-02
Makefile - Only extract debuginfo on gnu targets
John Hodge
1
-0
/
+1
2018-06-02
Clang Compile Fix
John Hodge
1
-1
/
+1
2018-06-02
OSX Build Tweak - environ definition
John Hodge
1
-1
/
+1
2018-06-02
Travis CI - Tweak environment
John Hodge
1
-3
/
+3
2018-06-02
Targets - Add a rough OSX target
John Hodge
2
-4
/
+25
2018-06-02
Travis CI - Enable OSX builds
John Hodge
1
-16
/
+25
2018-06-02
AST - Annotate all patterns with spans
John Hodge
6
-179
/
+194
2018-06-02
Misc - Clean up/triage some tests
John Hodge
2
-4
/
+5
2018-05-27
MIR Optimise - Propagate constants into calls
John Hodge
1
-0
/
+6
2018-05-27
Include - Add missing file
John Hodge
1
-0
/
+89
2018-05-27
Tests - Clean up some now-passing tests
John Hodge
1
-19
/
+9
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
[prev]
[next]