summaryrefslogtreecommitdiff
path: root/src/resolve
AgeCommit message (Expand)AuthorFilesLines
2017-09-02Resolve - Fix a minor lookup bug around self:: pathsJohn Hodge1-1/+19
2017-08-27Resolve Abs - Fix pattern value lookupJohn Hodge1-4/+16
2017-08-27Resolve Use - Do parent search on Relative pathsJohn Hodge1-1/+16
2017-08-23Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-1/+4
2017-08-22Resolve Use - (minor) Diagnostics fix when module cannot be foundJohn Hodge1-1/+4
2017-08-20Resolve - Lookup glob of external enumJohn Hodge1-1/+9
2017-07-16All - Upgrade to rustc 1.19.0 beta (2017-07-08)John Hodge2-1/+2
2017-07-09Resolve - Better debugging and assertJohn Hodge1-1/+9
2017-07-06All - Some little tweaks for windows portJohn Hodge1-401/+404
2017-06-11Parse - Support chaining of spans (for macro expansions)John Hodge1-6/+6
2017-06-04Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)2-11/+7
2017-05-28AST - Refactor to make unit-like structs their own variantJohn Hodge2-11/+7
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-1/+1
2017-01-08Resolve Index - Refactor wildcard use handlingJohn Hodge1-128/+124
2016-12-24No more tears!ubsan3-168/+168
2016-11-23Resolve - Place struct enum variants in the type namespace, fix serialisation...John Hodge2-1/+17
2016-11-23Resolve Index - Handle paths pointing to crate rootsJohn Hodge1-0/+4
2016-11-22Resolve Absolute - Search value scope for tuple struct patternsJohn Hodge1-1/+1
2016-11-22Resolve Absolute - Replace a TODO with the return it should have beenJohn Hodge1-1/+1
2016-11-19Resolve Absolute - Add missing union handlingJohn Hodge1-0/+4
2016-11-17Resolve - Fix scoping of `if let` bindingsJohn Hodge1-2/+3
2016-11-17HIR - Fix bad handling of split slice patternsJohn Hodge1-1/+1
2016-11-08Resolve Absolute - (minor) Remove defunct commentsJohn Hodge1-4/+0
2016-11-08Resolve Absolute - Handle crate-root paths, fix an edge-case bugJohn Hodge1-2/+16
2016-11-08Resolve Use - Handle imports of a crate rootJohn Hodge1-0/+2
2016-11-02Hygiene fixes (disabled still)John Hodge1-1/+1
2016-11-02Parse - Rework hygiene (with spelling fix) for take 2John Hodge1-6/+6
2016-11-02All - Hack in start of macro hygine - requires rework so is disabledJohn Hodge1-30/+24
2016-10-31AST+HIR - Union support through to HIRJohn Hodge1-1/+12
2016-10-31All - Rough support for `union` (data structure present in all stages)John Hodge3-0/+33
2016-10-30Resolve use - Handle variant importsJohn Hodge1-1/+13
2016-10-30AST - Remove copy construction of TypeRefJohn Hodge1-7/+7
2016-10-30Resolve Abs - MaybeBind->Bind in irrefutable contextJohn Hodge1-1/+4
2016-10-30HIR+Resolve - Refactor handling of enum variant importsJohn Hodge3-40/+32
2016-10-30Resolve Absolute - Fix segfault due to OOB indexingJohn Hodge1-1/+1
2016-10-29Parse - Convert `<Foo>::BAR` into `<Foo as _>::BAR`John Hodge1-1/+1
2016-10-26Resolve Use - Fix alternate binding codeJohn Hodge2-5/+7
2016-10-26Resolve Index - Glob cratesJohn Hodge1-1/+3
2016-10-26Resolve Use - Support imports from external enumsJohn Hodge1-4/+39
2016-10-26Resolve Use - Search wildcard imports of cratesJohn Hodge1-1/+11
2016-10-25Resolve - Fix behavior of `super` in anon modulesJohn Hodge2-3/+9
2016-10-24Resolve Use - Prevent infinite recursion, hackily cache resultJohn Hodge1-6/+18
2016-10-24AST - Remove separate impls list (now in item list)John Hodge2-78/+65
2016-10-23AST+HIR - Add stubbed support for erased types (`impl Trait`)John Hodge1-0/+7
2016-10-23AST - Reduce places where there's no span information providedJohn Hodge1-6/+6
2016-10-22Expand - #[prelude_import] supportJohn Hodge1-3/+4
2016-10-18Resolve/Use - Allow glob import of a crate rootJohn Hodge1-1/+3
2016-10-18AST - Load referenced crates in anon modulesJohn Hodge1-0/+1
2016-10-16Resolve - Handle glob imports from external enumsJohn Hodge2-14/+38
2016-10-14Resolve Abolute - Allow type aliases in pathsJohn Hodge1-0/+4