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-26
Parse Type - Handle interpolated types
John Hodge
1
-3
/
+3
2016-10-26
Expand - Add a stubbed impl of some rustc-internal macros
John Hodge
1
-0
/
+30
2016-10-26
(minor) Commenting
John Hodge
2
-4
/
+1
2016-10-26
Expand derive - Fix bad derive code for RustcEncodable/RustcDecodable
John Hodge
1
-23
/
+32
2016-10-25
HIR Typecheck - Add Copy impl for all fn pointers
John Hodge
1
-0
/
+3
2016-10-25
Expand derive - Add untested RustcDecodable impl
John Hodge
1
-1
/
+212
2016-10-25
AST - Encode unit variants with a NULL value instead of an empty set
John Hodge
3
-233
/
+142
2016-10-25
Expand derive - Rough (minimally tested) RustcEncodable impl
John Hodge
1
-0
/
+275
2016-10-25
HACK - Emit a .hir for rdylib
John Hodge
1
-1
/
+6
2016-10-25
Token - Fix bad deserialisation of integer literals with type _
John Hodge
3
-3
/
+5
2016-10-25
AST Dump - Show literal classes when invalid, fix over-parenthesising
John Hodge
1
-5
/
+14
2016-10-25
Resolve - Fix behavior of `super` in anon modules
John Hodge
2
-3
/
+9
2016-10-24
Resolve Use - Prevent infinite recursion, hackily cache result
John Hodge
1
-6
/
+18
2016-10-24
macro_rules! - Clean up hackery for loop entries
John Hodge
1
-35
/
+44
2016-10-24
MIR Pointer - Fix missing move constructors
John Hodge
3
-3
/
+25
2016-10-24
Expand - Implement module_path! macro
John Hodge
1
-0
/
+16
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
[prev]
[next]