aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/path
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new magic marksAleksey Kladov2020-05-201-2/+2
|
* Merge #4234bors[bot]2020-05-021-0/+15
|\ | | | | | | | | | | | | | | | | | | | | | | 4234: Support local_inner_macros r=jonas-schievink a=edwin0cheng This PR implements `#[macro_export(local_inner_macros)]` support. Note that the rustc implementation is quite [hacky][1] too. :) [1]: https://github.com/rust-lang/rust/blob/614f273e9388ddd7804d5cbc80b8865068a3744e/src/librustc_resolve/macros.rs#L456 Co-authored-by: Edwin Cheng <[email protected]>
| * Test whether it is bang macro properlyEdwin Cheng2020-05-021-8/+6
| |
| * Support local_inner_macrosEdwin Cheng2020-05-011-1/+18
| |
* | Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-8/+15
|/
* Implement inline associated type boundsFlorian Diebold2020-04-131-5/+16
| | | | | | | Like `Iterator<Item: SomeTrait>`. This is an unstable feature, but it's used in the standard library e.g. in the definition of Flatten, so we can't get away with not implementing it :)
* Add _token suffix to token accessorsAleksey Kladov2020-04-092-2/+2
| | | | | 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-092-2/+2
|
* Reformat?Aleksey Kladov2020-03-021-5/+1
|
* fix completion for super::super::Josh Mcguigan2020-03-011-2/+6
|
* 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
|
* Forbid <T>::foo syntax in mod pathsAleksey Kladov2019-12-181-2/+4
|
* Refactor PathKindAleksey Kladov2019-12-172-4/+4
|
* Use different types for path with and without genericsAleksey Kladov2019-12-142-13/+186
|
* Move use tree lowering to a separate moduleAleksey Kladov2019-12-121-0/+115