summaryrefslogtreecommitdiff
path: root/src/resolve/absolute.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Resolve+Typecheck - Fix trait default parametersJohn Hodge1-0/+23
2016-10-01Resolve Absolute - Fix closure args not being scoped to the closureJohn Hodge1-0/+5
2016-09-28Resolve Absolute - Fix incorrect lookup mode for MaybeBindJohn Hodge1-2/+2
2016-09-28Resolve Absolute - Fix bindings for HIR importsJohn Hodge1-3/+23
2016-09-28Resolve Absolute - Support extern imports that refer to enum variantsJohn Hodge1-0/+22
2016-09-28Resolve Absolute - Array patterns can be irrefutableJohn Hodge1-3/+2
2016-09-28Resolve Absolute - Implement some TODOsJohn Hodge1-2/+20
2016-09-28Resolve Absolute - Implement TODO with imported modulesJohn Hodge1-1/+10
2016-09-28AST - Make anon modules `shared_ptr`s to handle case where a block is depetedJohn Hodge1-1/+2
2016-09-27AST - Refactor extern blocks into ItemsJohn Hodge1-0/+2
2016-09-27AST - Stub out extern and impl blocks as Item-sJohn Hodge1-90/+139
2016-09-27Resolve - Fix incorrect canonising of the indexJohn Hodge1-1/+13
2016-09-25AST - Convert use statements to normal itemsJohn Hodge1-0/+4
2016-09-25Parse+AST - Support capturing :item (requires cloning AST items)John Hodge1-0/+1
2016-09-24Resolve - Work around edge case with non-canonical index pathsJohn Hodge1-40/+33
2016-09-24Resolve Absolute - Emit UfcsUnknown instead of UfcsInherent when splitting mu...John Hodge1-1/+1
2016-09-23Resolve Absolute - Preserve type arguments when an import is directly replace...John Hodge1-0/+2
2016-09-12Resolve Absolute - Fix edge case where index isn't quite perfectJohn Hodge1-3/+12
2016-09-12Resolve Absolute - Split multi-node UFCSJohn Hodge1-4/+11
2016-09-11Resolve Absolute - Support path splitting based on HIR traitsJohn Hodge1-8/+22
2016-09-11Resolve Absolute - Defensive assertsJohn Hodge1-0/+2
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-30Resolve - (minor) DebugJohn Hodge1-0/+6
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 Abs - Comment about hacked-around quirkJohn Hodge1-1/+3
2016-08-29Resolve Absolute - Hack around name resolution quirkJohn Hodge1-22/+46
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-19AST - Support ! as a real typeJohn Hodge1-1/+4
2016-08-19AST - Macro invocations in item listJohn Hodge1-0/+4
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
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 Hodge1-0/+54
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