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
2019-11-03
Resolve Use - Fix typo in setting up fast path
John Hodge
1
-1
/
+1
2019-11-03
Resolve - Reduce chance of excessive recursion when looking up glob use paths.
John Hodge
1
-7
/
+20
2019-08-24
HIR/Expand - Hack in proc_macro re-exports (this needs to be cleaner)
John Hodge
1
-0
/
+8
2019-07-27
Resolve Use - Fix edge case with recursive lookups erroring
John Hodge
1
-3
/
+8
2019-06-22
AST - Use constant crate paths in HIR metadata
John Hodge
1
-1
/
+3
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-8
/
+11
2019-02-03
HIR - Minimally-tested support for `extern { type }`
John Hodge
1
-0
/
+3
2019-01-28
Resolve Use - More correct handling of publicity in wildcard imports
John Hodge
1
-14
/
+24
2019-01-20
Resolve Use - Handle macro_rules imports
John Hodge
1
-1
/
+2
2019-01-20
Resolve Use - Finer-grained recursion control
John Hodge
1
-3
/
+8
2019-01-05
Resolve Use - Handle external enums
John Hodge
1
-13
/
+40
2019-01-05
Resolve Use - Handle partial shadowing of items/imports
John Hodge
1
-27
/
+28
2019-01-01
Refactor of `use` items to fully-group imports from a single use
John Hodge
1
-118
/
+126
2018-12-28
Resovle - Macro imports (partial), bugfixes
John Hodge
1
-3
/
+25
2018-12-28
Resolve - Clean up AST path bindings, one binding per namespace
John Hodge
1
-204
/
+208
2018-12-22
Resolve Use - Support glob from external module
John Hodge
1
-16
/
+27
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-6
/
+7
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-14
/
+11
2017-09-24
All - Handle crates with tagged names
John Hodge
1
-0
/
+4
2017-09-10
Parse - Store attributes for trait items
John Hodge
1
-0
/
+3
2017-09-09
Resolve - Handle glob improt of root
John Hodge
1
-1
/
+6
2017-08-27
Resolve Use - Do parent search on Relative paths
John Hodge
1
-1
/
+16
2017-08-23
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+4
2017-08-22
Resolve Use - (minor) Diagnostics fix when module cannot be found
John Hodge
1
-1
/
+4
2017-08-20
Resolve - Lookup glob of external enum
John Hodge
1
-1
/
+9
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-0
/
+1
2017-07-09
Resolve - Better debugging and assert
John Hodge
1
-1
/
+9
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-1
/
+1
2016-12-24
No more tears!
ubsan
1
-25
/
+25
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
[next]