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-28
MIR Helpers - Minor fix to lifetime calculation
John Hodge
1
-0
/
+11
2017-04-28
MIR Helpers - Fill bitmap after a read of a borrowed value
John Hodge
1
-0
/
+8
2017-04-28
MIR Optimise - Fix mis-optimisation in const propagation
John Hodge
1
-22
/
+95
2017-04-27
MIR Helpers - Refactor lifetime calculations to be less expensive
John Hodge
1
-155
/
+112
2017-04-25
MIR Helpers - Continual fiddling to improve lifetime determining speed
John Hodge
1
-11
/
+36
2017-04-25
MIR Helpers - Few tweaks to lifetime enumeration to reduce complexity
John Hodge
1
-12
/
+114
2017-04-24
MIR Helpers - Second version of lifetime calculation (buggy)
John Hodge
1
-32
/
+530
- Can be confused by very complex functions
2017-04-23
Notes - Add TODO to unify slot lvalues
John Hodge
1
-2
/
+4
2017-04-23
main - Annotation about why MIR Check Full is disabled
John Hodge
1
-0
/
+3
2017-04-22
MIR Helpers - (minor) debug output in variable lifetime calc
John Hodge
1
-3
/
+3
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
6
-8
/
+33
2017-04-22
MIR Validate - Don't use ScopeEnd, it's incorrect after opt
John Hodge
1
-0
/
+5
2017-04-22
MIR Optimise - Unify ScopeEnd statements
John Hodge
1
-1
/
+26
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
15
-27
/
+139
2017-04-20
MIR Check Full - Mask values based on calculated lifetimes
John Hodge
1
-1
/
+49
2017-04-20
MIR Helpers - Improved value lifetime determining
John Hodge
2
-56
/
+117
2017-04-18
MIR Helpers - Expand lifetime detection to handle variables
John Hodge
1
-3
/
+21
2017-04-17
MIR Helpers - Move lifetime calculation to helpers so CheckFull can use it
John Hodge
4
-438
/
+669
2017-04-17
MIR Gen - Handle MovedOut
John Hodge
1
-5
/
+67
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
[next]