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-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
2016-11-21
Quirk - You can cast &[T;n] to *const T
John Hodge
1
-1
/
+11
2016-11-21
HIR Typecheck Expr - Coerce integers to literals
John Hodge
1
-6
/
+19
2016-11-21
HIR Typecheck Expr - Eliminate ivar possibilities that don't fit known bounds
John Hodge
1
-5
/
+52
2016-11-20
MIR Gen Match - Box pattern support
John Hodge
1
-1
/
+32
2016-11-20
HIR Expand Reborrow - Reborrow in tuple and array literal
John Hodge
1
-0
/
+12
2016-11-20
HIR Expand Closures - Reborrow &mut variables
John Hodge
1
-2
/
+10
2016-11-20
HIR Serialise - Save/Load erased type list
John Hodge
2
-0
/
+2
2016-11-20
HIR Expand Closures - Handle box patterns (simply)
John Hodge
1
-1
/
+1
2016-11-20
HIR Expr - Pass span to visit_pattern
John Hodge
4
-27
/
+31
2016-11-20
Parse - Allow TOK_EOF at the end of statement lines (for macros)
John Hodge
1
-1
/
+3
2016-11-20
HIR Serialise - Fix serialisation of ErasedType
John Hodge
2
-3
/
+9
2016-11-20
MIR+HIR Validation - Expand associated types in return type
John Hodge
2
-27
/
+16
2016-11-20
HIR Typecheck Expr - Better detection for magic params
John Hodge
2
-29
/
+3
[prev]
[next]