summaryrefslogtreecommitdiff
path: root/src/resolve/absolute.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-23HIR - Restructure resolve to replace `Self` type later in processingJohn Hodge1-2/+10
2019-10-06Resolve - Fix error not setting generic params on HIR type aliasesJohn Hodge1-1/+10
2019-10-06AST - Clean up location of attributes and span on mod-level itemsJohn Hodge1-26/+26
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-13/+13
2019-05-05parse/expand/resolve - `macro` macros use their own module as the resolve rootJohn Hodge1-0/+27
2019-03-04Resolve - Tweak IBL, add support for extern_preludeJohn Hodge1-2/+17
2019-02-03HIR - Minimally-tested support for `extern { type }`John Hodge1-23/+21
2019-02-02HIR From AST - repr fiddlingJohn Hodge1-1/+1
2019-02-02Resolve Absolute - More in-band-lifetimes, tweak resolve for globbed value va...John Hodge1-24/+96
2019-01-05Handle MacroInv in some more placesJohn Hodge1-1/+3
2019-01-04Resolve - Resolve impl type before handling boundsJohn Hodge1-1/+2
2019-01-01Draft support for in_band_lifetimesJohn Hodge1-21/+32
2018-12-28Resolve - Clean up AST path bindings, one binding per namespaceJohn Hodge1-50/+60
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-2/+7
2018-06-02AST - Annotate all patterns with spansJohn Hodge1-3/+3
2018-06-02Misc - Clean up/triage some testsJohn Hodge1-0/+3
2018-05-27AST - Fix missing handling of `for<>` in a few placesJohn Hodge1-3/+5
2018-05-27AST - Include HRBs on fn() types, fix minor parsing bugJohn Hodge1-0/+2
2018-05-25Resolve - Named lifetimesJohn Hodge1-8/+77
2018-05-20AST - Refactor lifetime/HRB handlingJohn Hodge1-7/+9
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge1-2/+2
2018-05-20General TODO cleanupJohn Hodge1-6/+3
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