Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ItemTree: make variant fields inherit the enum's visibility | Jonas Schievink | 2021-06-03 | 1 | -0/+38 |
| | |||||
* | Don't store supertraits in ItemTree | Laurențiu Nicola | 2021-05-27 | 1 | -2/+2 |
| | |||||
* | Stop expanding UseTrees during ItemTree lowering | Jonas Schievink | 2021-05-26 | 1 | -10/+7 |
| | |||||
* | Render where clauses and more generic params | Jonas Schievink | 2021-05-23 | 1 | -6/+47 |
| | |||||
* | Pretty-print generic parameters | Jonas Schievink | 2021-05-23 | 1 | -0/+33 |
| | |||||
* | ItemTree: pretty-print all paths | Jonas Schievink | 2021-05-22 | 1 | -0/+46 |
| | |||||
* | Add an ItemTree pretty-printer | Jonas Schievink | 2021-05-21 | 1 | -0/+244 |
| | |||||
* | Remove item tree tests | Jonas Schievink | 2020-12-10 | 1 | -439/+0 |
| | | | | | They were useful during initial development of the item tree, but now just cause churn | ||||
* | Update tests for new function field | Zac Pullar-Strecker | 2020-10-08 | 1 | -12/+12 |
| | |||||
* | Give `ExternCrate` a `Name`, not a `ModPath` | Jonas Schievink | 2020-09-17 | 1 | -1/+1 |
| | |||||
* | Merge #6016 | bors[bot] | 2020-09-17 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | 6016: Emit diagnostics for unresolved imports and extern crates r=jonas-schievink a=jonas-schievink AFAIK, we don't have any major bugs in name resolution that would cause a lot of false positives here (except procedural attribute macro support and some rare issues around `#[path]` on module files), so these are *not* marked as experimental diagnostics right now. I noticed that diagnostics in a file sometimes don't get displayed after opening, but require some edit to be performed. This seems like a preexisting issue though. Co-authored-by: Jonas Schievink <[email protected]> | ||||
| * | Store `Import` indices for later reconstruction | Jonas Schievink | 2020-09-16 | 1 | -2/+2 |
| | | |||||
* | | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 1 | -1/+1 |
|/ | |||||
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+439 |