aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/path.rs
Commit message (Expand)AuthorAgeFilesLines
* Apply some clippy suggestionsClemens Wasser2021-06-211-1/+1
* Expand fixme commentsDawer2021-05-311-1/+4
* Clean up, more docs.Dawer2021-05-311-4/+1
* Implement struct ctor applicationDawer2021-05-311-1/+1
* Stop expanding UseTrees during ItemTree loweringJonas Schievink2021-05-261-18/+2
* internal: move diagnostics to hirAleksey Kladov2021-05-251-1/+1
* Intern `GenericArgs`Jonas Schievink2021-05-241-4/+3
* internal: intern `TypeBound`sJonas Schievink2021-05-241-1/+1
* impl Display for AttrInput/ImportAliasJonas Schievink2021-05-211-0/+9
* Reuse database in LowerCtxJonas Schievink2021-05-061-3/+3
* Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-7/+8
* hir_ty: Expand macros at type positioncynecx2021-04-171-3/+4
* Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6...Alexandru Macovei2021-04-061-0/+6
* Intern more `TypeRef`s in genericsJonas Schievink2021-04-051-1/+1
* Intern Attr, MacroCall and Path componentsJonas Schievink2021-04-011-7/+7
* 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
|\
| * 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
* Add Lifetimes to the HIRLukas Wirth2020-12-111-2/+2
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-21/+1
* Merge #6019bors[bot]2020-09-291-4/+22
|\
| * 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
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+351