aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/path/lower
Commit message (Collapse)AuthorAgeFilesLines
* Rename RenameAleksey Kladov2020-07-301-1/+1
|
* Switch to new magic marksAleksey Kladov2020-05-201-2/+2
|
* Add _token suffix to token accessorsAleksey Kladov2020-04-091-1/+1
| | | | | I think this makes is more clear which things are : AstNode and which are : AstToken
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-1/+1
|
* fix #2377 super::super::*Josh Mcguigan2020-03-011-4/+7
|
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-3/+1
|
* include requested changeszombiefungus2020-02-021-6/+7
|
* add new ImportAlias enum to differentiate no alias from an _ aliaszombiefungus2020-02-021-7/+7
|
* RenameAleksey Kladov2020-01-151-4/+4
|
* Handle start imports in import groupsAleksey Kladov2019-12-191-3/+9
|
* Refactor PathKindAleksey Kladov2019-12-171-2/+2
|
* Use different types for path with and without genericsAleksey Kladov2019-12-141-0/+112