index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-10-26
Resolve Use - Search wildcard imports of crates
John Hodge
1
-1
/
+11
2016-10-26
Expand format_args! - Positional argument parse
John Hodge
1
-5
/
+14
2016-10-26
macro_rules! eval - Refactor arm selection to prefer concrete token matches ↵
John Hodge
1
-98
/
+100
over patterns
2016-10-26
Expand - env! and option_env!
John Hodge
2
-0
/
+77
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
2
-0
/
+31
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
Notes - TODO: Make HIR trait impls contain just the data, no prototypes
John Hodge
1
-1
/
+1
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
Makefile - librustc dep tree continued
John Hodge
1
-1
/
+4
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
3
-4
/
+10
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
Update TODOs
John Hodge
2
-3
/
+11
2016-10-24
MIR Pointer - Fix missing move constructors
John Hodge
3
-3
/
+25
2016-10-24
Makefile - Add libcore dep to rustos
John Hodge
1
-1
/
+1
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
3
-9
/
+8
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
2
-5
/
+5
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
Makefile - update rustc source
John Hodge
2
-1
/
+2
2016-10-22
Parse "::Position" - (minor) Prevent iostream state from breaking printing
John Hodge
1
-1
/
+1
[prev]
[next]