summaryrefslogtreecommitdiff
path: root/src/resolve/absolute.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-26Resolve Absolute - Fix edge case where there's no scopes during var lookupJohn Hodge1-1/+1
2017-11-01All - Clean up a few minor errors (pointed out in #31)John Hodge1-45/+1
2017-11-01HIR - Refactor enums to only embed a single field (and give variants types)John Hodge1-18/+15
2017-10-28Expand - Recurse when expanding in patternsJohn Hodge1-1/+1
2017-10-01Resolve - Handle path binding for unit structs in patternsJohn Hodge1-0/+10
2017-10-01Resolve - Search for unit-like structs in pattern lookupJohn Hodge1-0/+12
2017-09-24All - Handle crates with tagged namesJohn Hodge1-0/+1
2017-09-24LoadCrates - Support loading crates that might collide (and handle name colli...John Hodge1-3/+1
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-07-16All - Upgrade to rustc 1.19.0 beta (2017-07-08)John Hodge1-1/+1
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-05-28AST - Refactor to make unit-like structs their own variantJohn Hodge1-1/+3
2016-12-24No more tears!ubsan1-114/+114
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-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 Hodge1-0/+18
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 Hodge1-23/+15
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 Hodge1-1/+1
2016-10-25Resolve - Fix behavior of `super` in anon modulesJohn Hodge1-2/+3
2016-10-24AST - Remove separate impls list (now in item list)John Hodge1-57/+48
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-14Resolve Abolute - Allow type aliases in pathsJohn Hodge1-0/+4
2016-10-13AST - Handle associated staticsJohn Hodge1-2/+4
2016-10-09AST - Remove free MacroInvocation listsJohn Hodge1-1/+1
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