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-10-24
MIR Ptr - Implement destructor
John Hodge
1
-0
/
+9
2016-10-24
Expand - Fix missed bugs in merging of impls into item list
John Hodge
1
-39
/
+21
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
8
-128
/
+87
2016-10-23
HIR Typecheck Validate - Fix minor bug
John Hodge
1
-2
/
+3
2016-10-23
Misc - Tiny changes to get farther towards compiling rustc
John Hodge
2
-8
/
+6
2016-10-23
HIR Lower - Don't panic on HRLs
John Hodge
1
-6
/
+4
2016-10-23
Parse - `impl Trait`
John Hodge
1
-0
/
+25
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
20
-79
/
+324
2016-10-23
AST - Remove TypeRef from node template
John Hodge
6
-4
/
+44
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
11
-163
/
+121
2016-10-23
AST - (minor) Move dump_as_rust to ast/dump.cpp
John Hodge
1
-4
/
+4
2016-10-23
MIR Validate - (minor) commenting
John Hodge
1
-1
/
+1
2016-10-23
MIR Gen Match - Fix a missing field access, and a bad type in slice matches
John Hodge
1
-2
/
+4
2016-10-23
MIR Gen Match - Fix bad type in simple match str/[u8]
John Hodge
1
-1
/
+2
2016-10-23
HIR Expand Closures - use real type instead of Self in args
John Hodge
1
-4
/
+8
2016-10-23
MIR Gen Match - Fix test value literal type in &str
John Hodge
1
-1
/
+1
2016-10-23
MIR Validate - Fix some literal types
John Hodge
1
-2
/
+7
2016-10-23
MIR Validate - Check result type from RValue::Constant
John Hodge
1
-0
/
+73
2016-10-23
MIR Gen - Use the `m_yeild_final` flag in _Block
John Hodge
1
-1
/
+6
2016-10-23
Misc - Fix AST+HIR printing to honor the yields_final flag in block
John Hodge
3
-6
/
+14
2016-10-23
MIR Validate - Extended validation with type checking
John Hodge
1
-8
/
+400
2016-10-23
HIR Resolve UFCS - Search current trait for asociated items, cleanup
John Hodge
1
-63
/
+87
2016-10-23
HIR Typecheck Static - HACK: Assume placeholder generics match any trait
John Hodge
1
-29
/
+41
2016-10-22
macro_rules - Hack to allow :ident and TOK_IDENT to match each other
John Hodge
2
-20
/
+34
2016-10-22
Parse "::Position" - (minor) Prevent iostream state from breaking printing
John Hodge
1
-1
/
+1
2016-10-22
Parse Types - Allow 'self' to start a path
John Hodge
1
-0
/
+2
2016-10-22
HIR - Commit missing header (this is why we have CI)
John Hodge
1
-0
/
+83
2016-10-22
HIR Typecheck Expr - Add trait bound as part of CallValue to correctly link ↵
John Hodge
2
-4
/
+13
argument types to trait impl
2016-10-22
HIR Typecheck Expr - (minor) Comments about possible quirk with ↵
John Hodge
1
-0
/
+6
Unsize/CoerceUsized handling
2016-10-22
HIR Typecheck Expr - If an Unsize bound fails, equate the types
John Hodge
1
-6
/
+16
2016-10-22
HIR Typecheck Expr - Error earlier if an impl can't be found
John Hodge
4
-21
/
+73
2016-10-22
HIR Resolve UFCS - Fix trait path selection
John Hodge
1
-8
/
+27
2016-10-22
HIR Const Eval - Rough MIR binop support
John Hodge
1
-2
/
+51
2016-10-22
HIR Const Eval - (minor) comment about MIR cast op
John Hodge
1
-0
/
+1
2016-10-22
MIR Gen - Don't emit no-op unsizing casts
John Hodge
1
-1
/
+6
2016-10-22
HIR Types - Treat unbound path types as fuzzy matches in ↵
John Hodge
2
-2
/
+10
compare_with_placeholders
2016-10-22
HIR Typecheck Expr - Add ivar possibilities from CoerceUnsized
John Hodge
1
-1
/
+19
2016-10-22
HIR Typecheck Expr - Handle TraitObject coerce with no data trait
John Hodge
1
-2
/
+8
2016-10-22
HIR Resolve UFCS - Populate trait params
John Hodge
1
-1
/
+16
2016-10-22
HIR - Allow (partial) TraitObject with no data trait, better logging of ItemPath
John Hodge
6
-79
/
+26
2016-10-22
Expand - #[prelude_import] support
John Hodge
2
-4
/
+23
2016-10-22
Parse/Pattern - Handle interpolated patterns after bindings
John Hodge
1
-0
/
+5
2016-10-22
Parse - Fix deficiency in parsing lifetime bounds
John Hodge
1
-3
/
+6
2016-10-22
MIR Gen Match - DTN signed integr ranges
John Hodge
1
-2
/
+14
2016-10-22
MIR Gen Match - Match literal against enum
John Hodge
1
-17
/
+42
2016-10-22
HIR Conv - Bind UFCS paths in patterns
John Hodge
2
-12
/
+64
2016-10-22
Travis - Attempt to expand rustc tests
John Hodge
1
-0
/
+2
2016-10-21
HIR Bind - Add TODO for binding associated constants in pattern values
John Hodge
1
-4
/
+12
2016-10-21
MIR Gen Match - Simplify handling of constants
John Hodge
1
-0
/
+226
2016-10-21
HIR Resolve UFCS - Visit patterns
John Hodge
1
-0
/
+11
[next]