summaryrefslogtreecommitdiff
path: root/src/resolve
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11Resolve Absolute - Defensive assertsJohn Hodge1-0/+2
2016-09-11Resolve Index - Replace imported item paths with the destinationJohn Hodge1-1/+6
2016-09-11Resolve Index - HIR import supportJohn Hodge1-29/+36
2016-09-11Resolve Use - Support HIR::ValueItem::ImportJohn Hodge1-2/+9
2016-09-11Resolve Use - Support direct lookup through HIRJohn Hodge1-3/+7
2016-09-11Resolve Use - Replace bug with a TODOJohn Hodge1-1/+9
2016-09-11Resolve/Use - HIR imports and searching wildcard importsJohn Hodge1-9/+23
2016-09-07Resolve Abs - Better impl of previous hackJohn Hodge1-1/+1
2016-09-07Resolve Absolute - HACK: Recurse when MaybeBind returns a pathJohn Hodge1-0/+1
2016-09-03Resolve - Split enum paths pointing into extern cratesJohn Hodge1-0/+1
2016-09-03Resolve - More populated bindingsJohn Hodge1-7/+27
2016-09-01Resolve Abs - Abs import pathsJohn Hodge1-0/+18
2016-09-01Resolve - Misc fixesJohn Hodge1-2/+4
2016-09-01Resolve Abs - Fix paths from ext cratesJohn Hodge1-3/+29
2016-09-01Resolve - HIR pointers for enum variantsJohn Hodge1-1/+1
2016-08-31HIR From AST - Trait bindingJohn Hodge1-3/+3
2016-08-31Resolve Abs - Fix primitive hackJohn Hodge1-1/+5
2016-08-31Resolve - Hack in support for multiple bindings for one useJohn Hodge2-108/+200
2016-08-30Resolve - (minor) DebugJohn Hodge2-2/+10
2016-08-30Resolve Use - Notes on handling mutiple bindingsJohn Hodge1-4/+2
2016-08-29Resolve - More bindingsJohn Hodge1-6/+67
2016-08-29Resolve Abs - Fix binding edgecasesJohn Hodge1-5/+41
2016-08-29Resolve Absolute - Extern crate enumsJohn Hodge1-1/+19
2016-08-29Resolve Abs - Hacking up extern supportJohn Hodge1-4/+43
2016-08-29Resolve Absolute - Support imports from HIRJohn Hodge1-3/+58
2016-08-29Resolve Index - Extern support in Normalise_PathJohn Hodge1-54/+69
2016-08-29Resolve Index - Add an assertion that currently firesJohn Hodge1-2/+3
2016-08-29Resolve Abs - Glob imports from externJohn Hodge1-2/+41
2016-08-29AST Resolve - Prelude handlingJohn Hodge2-94/+113
2016-08-29Resolve Abs - Comment about hacked-around quirkJohn Hodge1-1/+3
2016-08-29Resolve Absolute - Hack around name resolution quirkJohn Hodge2-23/+47
2016-08-29Resolve Abs - Working around a quirk of name resolutionJohn Hodge1-5/+55
2016-08-29Resolve Abs - Partial extern crate supportJohn Hodge1-17/+91
2016-08-29AST Resolve - Slow work on cratesJohn Hodge1-25/+67
2016-08-29AST Resolve Index - Hacking away on crate handlingJohn Hodge1-41/+92
2016-08-28AST Resolve - Hacking away on extern crate handlingJohn Hodge1-9/+11
2016-08-27Resolve Use - Include extern crate supportJohn Hodge1-0/+79
2016-08-27Resolve - Working on extern crate supportJohn Hodge2-3/+9
2016-08-27Resolve - (bugfix) Fix crash when missing item is in rootJohn Hodge1-1/+1
2016-08-19AST - Support ! as a real typeJohn Hodge1-1/+4
2016-08-19AST - Macro invocations in item listJohn Hodge3-0/+9
2016-08-19Patterns - Support tuples with .. (fully)John Hodge1-2/+6
2016-08-18All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵John Hodge1-4/+1
middle
2016-08-17Parse - Fix many parser bugsJohn Hodge1-6/+1
2016-08-11All - Clang warning fixesJohn Hodge1-1/+1
2016-08-01AST - Add specialisable tag to impl itemsJohn Hodge2-1/+55
2016-06-24HIR Typecheck - Handling of `impl Trait {}` blocks properlyJohn Hodge1-1/+20
2016-06-13HIR - Fix name resolution of `Type::method` to search inherent then traitsJohn Hodge1-4/+4
2016-06-12Resolve - Fix variable scopingJohn Hodge1-8/+24
2016-06-11HIR - Move associated type bounds to TraitPathJohn Hodge1-0/+6