index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-10-30
Resolve Abs - MaybeBind->Bind in irrefutable context
John Hodge
1
-1
/
+4
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
3
-40
/
+32
2016-10-30
Resolve Absolute - Fix segfault due to OOB indexing
John Hodge
1
-1
/
+1
2016-10-29
Parse - Convert `<Foo>::BAR` into `<Foo as _>::BAR`
John Hodge
1
-1
/
+1
2016-10-26
Resolve Use - Fix alternate binding code
John Hodge
2
-5
/
+7
2016-10-26
Resolve Index - Glob crates
John Hodge
1
-1
/
+3
2016-10-26
Resolve Use - Support imports from external enums
John Hodge
1
-4
/
+39
2016-10-26
Resolve Use - Search wildcard imports of crates
John Hodge
1
-1
/
+11
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
AST - Remove separate impls list (now in item list)
John Hodge
2
-78
/
+65
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+7
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-6
/
+6
2016-10-22
Expand - #[prelude_import] support
John Hodge
1
-3
/
+4
2016-10-18
Resolve/Use - Allow glob import of a crate root
John Hodge
1
-1
/
+3
2016-10-18
AST - Load referenced crates in anon modules
John Hodge
1
-0
/
+1
2016-10-16
Resolve - Handle glob imports from external enums
John Hodge
2
-14
/
+38
2016-10-14
Resolve Abolute - Allow type aliases in paths
John Hodge
1
-0
/
+4
2016-10-13
AST - Handle associated statics
John Hodge
1
-2
/
+4
2016-10-12
Expand - Clear deleted anon modules inside anon modules
John Hodge
2
-10
/
+8
2016-10-12
Resolve Use - Bind to wildcard-imported enum variants
John Hodge
1
-1
/
+15
2016-10-09
Resolve Use - Handle imports when looking up imports
John Hodge
1
-1
/
+30
2016-10-09
Resolve Use - Fix an edge-case crash, insert TODO
John Hodge
1
-2
/
+5
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-1
/
+1
2016-10-08
HIR+AST - Store/Load/Use extern crate list from loaded crates
John Hodge
1
-0
/
+1
2016-10-05
Resolve+Typecheck - Fix trait default parameters
John Hodge
1
-0
/
+23
2016-10-01
Resolve Absolute - Fix closure args not being scoped to the closure
John Hodge
1
-0
/
+5
2016-09-28
Resolve Absolute - Fix incorrect lookup mode for MaybeBind
John Hodge
1
-2
/
+2
2016-09-28
Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵
John Hodge
1
-8
/
+18
the parent)
2016-09-28
Resolve Absolute - Fix bindings for HIR imports
John Hodge
1
-3
/
+23
2016-09-28
Resolve Absolute - Fix selecting type path for values
John Hodge
1
-23
/
+31
2016-09-28
Resolve Absolute - Support extern imports that refer to enum variants
John Hodge
1
-0
/
+22
2016-09-28
Resolve Absolute - Array patterns can be irrefutable
John Hodge
1
-3
/
+2
2016-09-28
Resolve Absolute - Implement some TODOs
John Hodge
1
-2
/
+20
2016-09-28
Resolve Absolute - Implement TODO with imported modules
John Hodge
1
-1
/
+10
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
3
-4
/
+10
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-0
/
+2
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
3
-90
/
+156
2016-09-27
Resolve - Fix incorrect canonising of the index
John Hodge
2
-16
/
+60
2016-09-27
Resolve Index - Fix missing import of namespace items
John Hodge
1
-94
/
+105
2016-09-25
AST - Convert use statements to normal items
John Hodge
3
-68
/
+77
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-0
/
+1
2016-09-25
Resolve Use - Visit code blocks in trait defaults
John Hodge
1
-2
/
+24
2016-09-24
Resolve - Work around edge case with non-canonical index paths
John Hodge
3
-41
/
+59
2016-09-24
Resolve Absolute - Emit UfcsUnknown instead of UfcsInherent when splitting ↵
John Hodge
1
-1
/
+1
multi-node UFCS
2016-09-23
Resolve Absolute - Preserve type arguments when an import is directly ↵
John Hodge
1
-0
/
+2
replaced (e.g. mem::transmute->intrinsics::transmute)
2016-09-12
Resolve Absolute - Fix edge case where index isn't quite perfect
John Hodge
1
-3
/
+12
2016-09-12
Resolve Absolute - Split multi-node UFCS
John Hodge
1
-4
/
+11
2016-09-11
Resolve Absolute - Support path splitting based on HIR traits
John Hodge
2
-9
/
+23
2016-09-11
Resolve - Include binding for struct constructors/values
John Hodge
2
-12
/
+21
[next]