aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Impl HirDisplay for function hover messageoxalica2021-03-151-1/+10
|
* Avoid using ModPath's fields directlyJonas Schievink2021-02-041-4/+4
|
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-4/+25
|
* Identify methods using functions ids rather than string namesPhil Ellison2021-01-231-0/+1
|
* Merge #7326bors[bot]2021-01-181-1/+1
|\ | | | | | | | | | | | | | | 7326: Use `is_ident` when converting Path to an Identifier r=edwin0cheng a=kevaundray Co-authored-by: Kevaundray Wedderburn <[email protected]>
| * cargo fmtKevaundray Wedderburn2021-01-181-1/+1
| |
| * use `is_ident` methodKevaundray Wedderburn2021-01-181-2/+2
| |
* | Add fix to wrap return expression in SomePhil Ellison2021-01-071-0/+1
|/
* More accurate `#[derive]` parsingJonas Schievink2020-12-191-10/+2
| | | | This now allows full paths to the derive macro
* Add Lifetimes to the HIRLukas Wirth2020-12-111-2/+2
|
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-21/+1
| | | | closes #6092
* Merge #6019bors[bot]2020-09-291-4/+22
|\ | | | | | | | | | | | | | | 6019: Remove make::path_from_text r=matklad a=Veykril This removes the `make::path_from_text` function, which according to a note should've been private. I removed it since it didn't really serve a purpose as it was simply wrapping `make::ast_from_text`. Co-authored-by: Lukas Wirth <[email protected]>
| * Remove make::path_from_textLukas Wirth2020-09-161-4/+22
| |
* | Give `ExternCrate` a `Name`, not a `ModPath`Jonas Schievink2020-09-171-4/+0
|/
* Remove deprecated Path::from_astAleksey Kladov2020-08-151-6/+0
| | | | Long term, we probably should make hir::Path private to hir.
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+351