Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #2271 | bors[bot] | 2019-11-15 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | 2271: Force passing Source when creating a SourceAnalyzer r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 1 | -1/+2 |
| | | |||||
* | | Handle ast::MacroCall in classify_name and impl FromSource for MacroDef | kjeremy | 2019-11-15 | 1 | -1/+13 |
|/ | | | | Fixes #2260 | ||||
* | Sourcify some things | Aleksey Kladov | 2019-11-15 | 1 | -1/+1 |
| | | | | | If we want to support macros properly, we need to get rid of those FileIds everywhere... | ||||
* | Remove old impls infrastructure | Aleksey Kladov | 2019-11-15 | 1 | -9/+7 |
| | |||||
* | Add hir::Local | Aleksey Kladov | 2019-11-11 | 1 | -8/+14 |
| | |||||
* | add some profiling calls | Aleksey Kladov | 2019-10-24 | 1 | -0/+4 |
| | |||||
* | some fixes, add docs | Ekaterina Babshukova | 2019-10-22 | 1 | -2/+6 |
| | |||||
* | support items that visible to the parent module | Ekaterina Babshukova | 2019-10-22 | 1 | -0/+1 |
| | |||||
* | classify module from declaration | Ekaterina Babshukova | 2019-10-22 | 1 | -3/+10 |
| | |||||
* | use Lazy, some fixes | Ekaterina Babshukova | 2019-10-22 | 1 | -18/+16 |
| | |||||
* | remove `unreachable!()` | Ekaterina Babshukova | 2019-10-22 | 1 | -10/+10 |
| | |||||
* | replace trait by a bunch of functions | Ekaterina Babshukova | 2019-10-22 | 1 | -85/+111 |
| | |||||
* | restructure a bit | Ekaterina Babshukova | 2019-10-22 | 1 | -0/+143 |