Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -12/+10 |
| | |||||
* | Remove incorrect broken test | Jonas Schievink | 2021-03-03 | 1 | -24/+0 |
| | | | | | `Struct` cannot be named at all in that position, since `super` doesn't resolve to the block scope | ||||
* | Fix `find_path` when inner items are present | Jonas Schievink | 2021-03-01 | 1 | -12/+47 |
| | |||||
* | Teach `find_path` about inner items | Jonas Schievink | 2021-02-09 | 1 | -10/+91 |
| | |||||
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -5/+5 |
| | |||||
* | Create all `ModuleId`s through a `DefMap` method | Jonas Schievink | 2021-01-25 | 1 | -19/+8 |
| | | | | | `ModuleId` needs to be able to represent blocks, and only the associated `DefMap` will know how to construct that `ModuleId` | ||||
* | Obtain `ModuleId`'s `DefMap` through a method | Jonas Schievink | 2021-01-22 | 1 | -5/+5 |
| | |||||
* | DefMap: hide remaining crate-visible fields | Jonas Schievink | 2021-01-20 | 1 | -2/+2 |
| | |||||
* | Make public DefMap fields private | Jonas Schievink | 2021-01-20 | 1 | -7/+7 |
| | |||||
* | Rename `CrateDefMap` to `DefMap` | Jonas Schievink | 2021-01-18 | 1 | -2/+2 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -24/+24 |
| | |||||
* | Add test makr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 |
| | |||||
* | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 1 | -109/+138 |
| | |||||
* | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 1 | -43/+127 |
| | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+687 |