index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-03
HIR/MIR - VTable work
John Hodge
19
-42
/
+201
2016-12-02
HIR Trans Enumerate - Coming along
John Hodge
3
-63
/
+128
2016-12-02
HIR Specialisation - Compare bound lists
John Hodge
1
-7
/
+28
2016-12-02
HIR Specialistion - Rough up bound support in specialistion
John Hodge
3
-3
/
+99
2016-12-01
Trans - Enumeration work structured out, vtables hacked in
John Hodge
15
-48
/
+302
2016-11-27
Trans - Initial rough up (untested) of enumeration
John Hodge
5
-0
/
+441
2016-11-27
HIR - Move impl parameters from node to the path
John Hodge
8
-15
/
+25
2016-11-27
HIR Typecheck Expr - Performance fix
John Hodge
1
-3
/
+1
2016-11-27
HIR Typecheck Expr - Reorder some revisit registrations for efficiency
John Hodge
1
-9
/
+9
2016-11-27
HIR Typecheck Expr - Don't take guesses if an ivar was aliased
John Hodge
1
-1
/
+1
2016-11-27
HIR Typecheck Expr - Shadow ivars impacted by ivar guesses
John Hodge
1
-29
/
+45
2016-11-27
HIR Typecheck Expressions - Remove hack and start cleaning up typecheck errors
John Hodge
1
-27
/
+43
2016-11-26
HIR Serialise - Remove useless print
John Hodge
1
-1
/
+1
2016-11-26
Expand - Emit rustc diagnostics arrays (empty)
John Hodge
2
-1
/
+39
2016-11-26
Expand/format_args! - Handle named argument for width
John Hodge
1
-7
/
+36
2016-11-26
Lex - Fix line counts when newlines are in strings
John Hodge
1
-0
/
+1
2016-11-26
HIR Annotate - Fix annotation on CallValue arguments
John Hodge
3
-3
/
+8
2016-11-25
HIR Expand - Fix usage annotations for _CallValue
John Hodge
2
-2
/
+29
2016-11-25
HIR Typecheck Expressions - Merge non-coercable options
John Hodge
1
-4
/
+0
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
8
-56
/
+184
2016-11-25
HIR Bind - Visit all generic paths
John Hodge
2
-0
/
+8
2016-11-25
HIR Expand Type Aliases - Visi generic paths
John Hodge
1
-0
/
+4
2016-11-24
HIR Typecheck Expr - Defer unsize to TraitObject if there are magic parameters
John Hodge
1
-0
/
+5
2016-11-24
HIR Typecheck Expr - Allow inner coerce in match value
John Hodge
1
-2
/
+3
2016-11-24
Parse - Keep ABI for ExternBlock contents
John Hodge
2
-5
/
+10
2016-11-24
HIR Typecheck Expressions - Coercions of safe to unsafe function pointers
John Hodge
2
-5
/
+28
2016-11-23
HIR Typecheck Expr - Unify redefinitions of bindings
John Hodge
1
-6
/
+12
2016-11-23
HIR Typecheck Expr - Search for trait methods on all types
John Hodge
1
-54
/
+54
2016-11-23
HIR Typecheck Expressions - Eliminate impossible target types
John Hodge
1
-17
/
+44
2016-11-23
macro_rules! - Rework handling of captures to support arms with mismatching ↵
John Hodge
1
-119
/
+53
capture indexes
2016-11-23
HIR Typecheck Expressions - Another ivar guess rule
John Hodge
1
-1
/
+31
2016-11-23
Resolve - Place struct enum variants in the type namespace, fix ↵
John Hodge
4
-5
/
+21
serialisation bug
2016-11-23
Resolve Index - Handle paths pointing to crate roots
John Hodge
1
-0
/
+4
2016-11-23
Parse - Allow assignment within return
John Hodge
1
-1
/
+1
2016-11-23
HIR Expand TypeAlias - Fix small gap
John Hodge
2
-1
/
+9
2016-11-23
HIR - More complete SplitTuple pattern handling
John Hodge
4
-3
/
+62
2016-11-22
HIR Typecheck Expr - Fix dumb SplitTuple bug
John Hodge
1
-1
/
+1
2016-11-22
HIR Typecheck Expr - Construct a fake TraitObject for Unsize magic
John Hodge
1
-8
/
+25
2016-11-22
Resolve Absolute - Search value scope for tuple struct patterns
John Hodge
2
-3
/
+14
2016-11-22
Resolve Absolute - Replace a TODO with the return it should have been
John Hodge
1
-1
/
+1
2016-11-22
HIR Typecheck - Expand assocated types in outer typecheck
John Hodge
2
-49
/
+26
2016-11-22
MIR Gen - (minor) Better error message for invalid result type from literal
John Hodge
1
-0
/
+1
2016-11-22
HIR Expand Closures - Better expand of closure types in captures
John Hodge
1
-1
/
+2
2016-11-22
HIR Typecheck Expressions - Avoid inferring literal ivars to non-literals
John Hodge
1
-0
/
+35
2016-11-22
HIR Serialise - Slightly better debugging
John Hodge
1
-3
/
+3
2016-11-22
macro_rules! - Handle cases where :ident and :expr appear in the same position
John Hodge
1
-2
/
+89
2016-11-22
HIR Typecheck - Function to *const u8
John Hodge
2
-2
/
+2
2016-11-22
HIR Typecheck Validate - Auto trait searching in static
John Hodge
2
-16
/
+237
2016-11-21
HIR Typecheck Static - Auto trait search
John Hodge
1
-8
/
+15
2016-11-21
HIR Typecheck Expr - Look up methods and trait impls for associated types in ↵
John Hodge
1
-16
/
+109
trait definiton where clause
[next]