index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
/
use.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
Resolve - Place struct enum variants in the type namespace, fix serialisation...
John Hodge
1
-0
/
+2
2016-11-08
Resolve Use - Handle imports of a crate root
John Hodge
1
-0
/
+2
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+7
2016-10-30
Resolve use - Handle variant imports
John Hodge
1
-1
/
+13
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
1
-10
/
+10
2016-10-26
Resolve Use - Fix alternate binding code
John Hodge
1
-4
/
+6
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
1
-1
/
+6
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
1
-21
/
+17
2016-10-18
Resolve/Use - Allow glob import of a crate root
John Hodge
1
-1
/
+3
2016-10-16
Resolve - Handle glob imports from external enums
John Hodge
1
-2
/
+4
2016-10-12
Expand - Clear deleted anon modules inside anon modules
John Hodge
1
-9
/
+7
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-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-1
/
+2
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-0
/
+9
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-38
/
+32
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
1
-1
/
+24
2016-09-11
Resolve Absolute - Support path splitting based on HIR traits
John Hodge
1
-1
/
+1
2016-09-11
Resolve - Include binding for struct constructors/values
John Hodge
1
-5
/
+6
2016-09-11
Resolve Use - Support HIR::ValueItem::Import
John Hodge
1
-2
/
+9
2016-09-11
Resolve Use - Support direct lookup through HIR
John Hodge
1
-3
/
+7
2016-09-11
Resolve Use - Replace bug with a TODO
John Hodge
1
-1
/
+9
2016-09-11
Resolve/Use - HIR imports and searching wildcard imports
John Hodge
1
-9
/
+23
2016-08-31
Resolve - Hack in support for multiple bindings for one use
John Hodge
1
-73
/
+150
2016-08-30
Resolve Use - Notes on handling mutiple bindings
John Hodge
1
-4
/
+2
2016-08-29
AST Resolve - Prelude handling
John Hodge
1
-79
/
+89
2016-08-29
Resolve Absolute - Hack around name resolution quirk
John Hodge
1
-1
/
+1
2016-08-27
Resolve Use - Include extern crate support
John Hodge
1
-0
/
+79
2016-08-27
Resolve - Working on extern crate support
John Hodge
1
-3
/
+5
2016-08-27
Resolve - (bugfix) Fix crash when missing item is in root
John Hodge
1
-1
/
+1
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+3
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
1
-1
/
+1
2016-05-20
String primitive, bind pointers in resolve, print macro name in span
John Hodge
1
-1
/
+11
2016-05-20
AST/Path - Move crate name to Absolute form
John Hodge
1
-3
/
+3
2016-04-30
Resolve - Include (stubbed) 'Absolutise' pass
John Hodge
1
-1
/
+26
2016-04-30
Resolve - Further work on use/index.
John Hodge
1
-13
/
+81
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
1
-0
/
+16
2016-03-31
AST - Put spans on imports
John Hodge
1
-13
/
+12
2016-03-30
AST - Path binding clone
John Hodge
1
-0
/
+2
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
1
-0
/
+223