Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6... | Alexandru Macovei | 2021-04-06 | 1 | -0/+6 |
* | Intern more `TypeRef`s in generics | Jonas Schievink | 2021-04-05 | 1 | -1/+1 |
* | Intern Attr, MacroCall and Path components | Jonas Schievink | 2021-04-01 | 1 | -7/+7 |
* | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 1 | -1/+10 |
* | Avoid using ModPath's fields directly | Jonas Schievink | 2021-02-04 | 1 | -4/+4 |
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -4/+25 |
* | Identify methods using functions ids rather than string names | Phil Ellison | 2021-01-23 | 1 | -0/+1 |
* | Merge #7326 | bors[bot] | 2021-01-18 | 1 | -1/+1 |
|\ | |||||
| * | cargo fmt | Kevaundray Wedderburn | 2021-01-18 | 1 | -1/+1 |
| * | use `is_ident` method | Kevaundray Wedderburn | 2021-01-18 | 1 | -2/+2 |
* | | Add fix to wrap return expression in Some | Phil Ellison | 2021-01-07 | 1 | -0/+1 |
|/ | |||||
* | More accurate `#[derive]` parsing | Jonas Schievink | 2020-12-19 | 1 | -10/+2 |
* | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -2/+2 |
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -21/+1 |
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -4/+22 |
|\ | |||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -4/+22 |
* | | Give `ExternCrate` a `Name`, not a `ModPath` | Jonas Schievink | 2020-09-17 | 1 | -4/+0 |
|/ | |||||
* | Remove deprecated Path::from_ast | Aleksey Kladov | 2020-08-15 | 1 | -6/+0 |
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+351 |