index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-04-16
Typecheck static - Allow fuzzy matches of associated types
John Hodge
1
-1
/
+1
2017-04-16
Makefile - Add support for library tests
John Hodge
1
-4
/
+9
2017-04-16
MIR Gen - Handle move out of unions
John Hodge
1
-36
/
+69
2017-04-16
MIR Gen - Refactor value tracking to split move-out and destructure
John Hodge
2
-298
/
+547
2017-04-16
MIR - Print SetDropFlag statements
John Hodge
1
-0
/
+11
2017-04-16
MIR - Fix string printing to escape values
John Hodge
1
-9
/
+2
2017-04-16
Codegen C - Fix incorrect escaped values
John Hodge
1
-3
/
+5
2017-04-16
Expand/test - Full path as test name
John Hodge
1
-1
/
+5
2017-04-16
HIR Type Match - Handle matching two Infers
John Hodge
1
-1
/
+20
2017-04-16
common - Expand FmtEscaped
John Hodge
2
-13
/
+53
2017-04-14
AST Expr - Clone module pointer when cloning a block with a module
John Hodge
1
-3
/
+1
2017-04-14
Lex - Fix incorrect encoding of UTF-8 escapes
John Hodge
1
-4
/
+4
2017-04-13
Parse - Allow :expr/:path after ..
John Hodge
1
-0
/
+3
2017-04-13
Expand - Ordering of macro_use lookup
John Hodge
1
-3
/
+8
2017-04-13
Expand - Tweaks to test harness
John Hodge
4
-3
/
+20
2017-04-13
Expand - Handle #[should_panic] and #[ignore] attributes for tests
John Hodge
2
-0
/
+64
- Also doesn't emit tests that should_panic (because of lack of unwind support)
2017-04-13
Codegen C - Fix precedence error in 64/128 bit ctz
John Hodge
1
-2
/
+2
2017-04-13
All - Add rough support for #[test] (runs basic tests)
John Hodge
8
-3
/
+176
2017-04-13
MIR Gen - Do value raising for deref operator overloads
John Hodge
4
-4
/
+64
2017-04-08
Makefile - Update disabled test list for new match code
John Hodge
1
-11
/
+7
2017-04-07
MIR Gen - Remove old DT match code
John Hodge
1
-1957
/
+3
2017-04-07
Match - Replace DecisionTree with a sort+group algorithm
John Hodge
5
-43
/
+1474
2017-03-30
MIR Gen Match - Disable DTN algorithm due to minor bug
John Hodge
1
-3
/
+38
2017-03-26
Makefile - Triage pass on tests again
John Hodge
1
-38
/
+34
2017-03-26
Trans - Handle drop of unsized objects
John Hodge
2
-9
/
+65
2017-03-25
Makefile - Partial re-audit of tests and reorganisation
John Hodge
1
-89
/
+91
2017-03-25
MIR Gen - Fix a slight bug in borrow promotion, validate during `Lower MIR`
John Hodge
2
-11
/
+49
2017-03-21
format_args! - Add # support
John Hodge
1
-1
/
+4
2017-03-20
Makefile - Annotations on more failing tests
John Hodge
1
-52
/
+50
2017-03-19
Makefile - Enable some now-passing tests
John Hodge
1
-6
/
+3
2017-03-19
Makefile - Cleanup of disabled test list
John Hodge
1
-13
/
+25
2017-03-19
Expand - Handle #[main] on deleted object
John Hodge
1
-1
/
+4
2017-03-19
Makefile - Add union tests (most of which fail)
John Hodge
1
-1
/
+15
2017-03-19
Makefile - run-pass test triage done
John Hodge
1
-6
/
+171
2017-03-18
Makefile - More triaged tests
John Hodge
1
-4
/
+95
2017-03-18
format_args! - Handle }}
John Hodge
1
-0
/
+5
2017-03-18
Expand - add column! macro
John Hodge
1
-0
/
+10
2017-03-18
HIR Typecheck - Fix incorrect error message
John Hodge
1
-2
/
+2
2017-03-18
HIR Annotate - (minor) Better checking
John Hodge
1
-0
/
+3
2017-03-18
MIR Gen - Fix scoping of values in let bindings
John Hodge
3
-31
/
+77
2017-03-18
MIR Gen - Extend lifetimes of variables borrowed in let bindings
John Hodge
3
-20
/
+69
2017-03-18
AST - Fixed printing of interpolated fragments
John Hodge
2
-7
/
+25
2017-03-16
Travis CI - (minor) comments
John Hodge
1
-4
/
+3
2017-03-16
Travis CI - Add cmake upgrade
John Hodge
1
-0
/
+2
2017-03-16
Main - Set target_family
John Hodge
1
-0
/
+4
2017-03-16
MIR Optimise - Fix mis-optimise with assignment propagation
John Hodge
1
-4
/
+12
2017-03-16
MIR Validate - Better debug
John Hodge
1
-3
/
+8
2017-03-16
MIR Gen - Fix incorrect scoping of temporaries
John Hodge
2
-65
/
+106
2017-03-12
MIR Gen - Fix Use-after-free when let borrows a temporary
John Hodge
1
-0
/
+13
2017-03-12
Trans Codegen - Enable optimisation after monomorph
John Hodge
1
-2
/
+1
[next]