aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres
Commit message (Collapse)AuthorAgeFilesLines
...
* Privatize LocalImportIDAleksey Kladov2019-12-212-7/+8
|
* Remove import source mapAleksey Kladov2019-12-211-50/+12
|
* Don't track importsAleksey Kladov2019-12-211-23/+16
|
* Merge #2625bors[bot]2019-12-211-2/+2
|\ | | | | | | | | | | | | | | 2625: Clippy lints r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * Clippy lintskjeremy2019-12-201-2/+2
| |
* | Make legacy macros privateAleksey Kladov2019-12-203-18/+15
| |
* | Privitize implsAleksey Kladov2019-12-201-1/+3
| |
* | Make items privateAleksey Kladov2019-12-201-10/+2
| |
* | Move some code to scopeAleksey Kladov2019-12-201-26/+2
| |
* | Fix typosAleksey Kladov2019-12-201-2/+2
| |
* | Move impls to ItemScopeAleksey Kladov2019-12-202-3/+3
| |
* | Move ModuleScope to a new moduleAleksey Kladov2019-12-201-1/+2
|/
* Use generic ItemLoc for implsAleksey Kladov2019-12-201-1/+2
|
* Support for nested traitsAleksey Kladov2019-12-201-1/+1
|
* Support for nested statics, consts and type aliasesAleksey Kladov2019-12-201-1/+1
|
* Support for nested ADTAleksey Kladov2019-12-201-3/+3
|
* Introduce `ContainerId`Aleksey Kladov2019-12-201-4/+5
|
* Rename ContainerId -> AssocContainerIdAleksey Kladov2019-12-201-4/+4
|
* Handle start imports in import groupsAleksey Kladov2019-12-191-0/+21
|
* Forbid <T>::foo syntax in mod pathsAleksey Kladov2019-12-181-5/+0
|
* Drop dead codeAleksey Kladov2019-12-171-11/+0
|
* Refactor PathKindAleksey Kladov2019-12-172-8/+20
|
* Use different types for path with and without genericsAleksey Kladov2019-12-143-24/+26
|
* Rename N! to name!Florian Diebold2019-12-131-2/+2
|
* Add macros for known names and pathsFlorian Diebold2019-12-131-2/+2
|
* Move enum&union to new locAleksey Kladov2019-12-121-8/+11
|
* Move structs to new locAleksey Kladov2019-12-121-3/+4
|
* Move traits to the new locAleksey Kladov2019-12-121-2/+7
|
* Switch to the new location for implsAleksey Kladov2019-12-121-4/+6
|
* Delay legacy macro expansionEdwin Cheng2019-12-081-149/+57
|
* Merge #2466bors[bot]2019-12-083-44/+165
|\ | | | | | | | | | | | | | | | | | | | | 2466: Handle partial resolve cases r=matklad a=edwin0cheng Another try to fix #2443 : We resolve all imports every time in `DefCollector::collect` loop even it is resolved previously. This is because other unresolved imports and macros will bring in another `PerNs`, so we can only assume that it has been partially resolved. Co-authored-by: Edwin Cheng <[email protected]>
| * Refactor resolve_imports logicEdwin Cheng2019-12-072-40/+129
| |
| * Push glob_imports only if non-existsEdwin Cheng2019-12-071-4/+4
| |
| * Add testsEdwin Cheng2019-12-061-0/+32
| |
* | Remove MacroFileKindEdwin Cheng2019-12-081-2/+2
|/
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-053-7/+105
|
* Use placeholder instead of `Option`ice10002019-12-051-1/+1
|
* Three-state enum for module originice10002019-12-041-4/+3
|
* Replace `ra_hir_expand::either` with crateice10002019-12-031-3/+3
|
* Remove some empty linesEdwin Cheng2019-12-011-2/+0
|
* Use index instead of peekableEdwin Cheng2019-12-011-35/+19
|
* Add BuiltinShadowModeEdwin Cheng2019-11-302-15/+60
|
* Use InFile for AstIdAleksey Kladov2019-11-281-2/+2
|
* Rename Source -> InFileAleksey Kladov2019-11-281-3/+3
|
* Use Name::missing consistentlyAleksey Kladov2019-11-271-1/+1
|
* ReformatAleksey Kladov2019-11-271-2/+1
|
* Rename module_id -> local_idAleksey Kladov2019-11-272-15/+15
|
* Hide MacroCallLocEdwin Cheng2019-11-261-4/+3
|
* Fix hir for ast::UnionDefAleksey Kladov2019-11-253-13/+19
|
* SimplifyAleksey Kladov2019-11-241-1/+1
|