Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test makr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 |
* | Constrain ImportMap to only store simple paths | Aleksey Kladov | 2020-10-06 | 1 | -10/+26 |
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -21/+1 |
* | Merge #6124 | bors[bot] | 2020-10-06 | 2 | -6/+6 |
|\ | |||||
| * | Properly name the field | Kirill Bulatov | 2020-10-02 | 2 | -6/+6 |
* | | Merge #6139 | bors[bot] | 2020-10-06 | 1 | -109/+138 |
|\ \ | |||||
| * | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 1 | -109/+138 |
| |/ | |||||
* / | Account for proc macro helpers when parsing attr | Jonas Schievink | 2020-10-05 | 2 | -1/+9 |
|/ | |||||
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -4/+22 |
|\ | |||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -4/+22 |
* | | Merge #6033 | bors[bot] | 2020-09-28 | 3 | -15/+176 |
|\ \ | |||||
| * | | Add more comments about proc macro resolution | Jonas Schievink | 2020-09-28 | 1 | -0/+20 |
| * | | Simplify iterator chain | Jonas Schievink | 2020-09-28 | 1 | -5/+2 |
| * | | Remove incorrect docs | Jonas Schievink | 2020-09-18 | 1 | -6/+0 |
| * | | Reduce visibility of non-proc-macros | Jonas Schievink | 2020-09-18 | 3 | -0/+85 |
| * | | Remove obsolete proc macro collection code | Jonas Schievink | 2020-09-18 | 1 | -19/+0 |
| * | | Use hir_def to resolve proc macros | Jonas Schievink | 2020-09-18 | 2 | -2/+54 |
| * | | Add test | Jonas Schievink | 2020-09-18 | 1 | -0/+32 |
* | | | Merge #6085 | bors[bot] | 2020-09-28 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | Mark unresolved imports diagnostic as experimental | Jonas Schievink | 2020-09-28 | 1 | -0/+7 |
| |/ / | |||||
* / / | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 1 | -43/+127 |
|/ / | |||||
* | | Rename `CustomDerive` to `ProcMacro` | Jonas Schievink | 2020-09-18 | 1 | -1/+1 |
* | | Invert condition to unindent code | Jonas Schievink | 2020-09-18 | 1 | -158/+157 |
* | | Give `ExternCrate` a `Name`, not a `ModPath` | Jonas Schievink | 2020-09-17 | 5 | -18/+11 |
* | | Merge #6016 | bors[bot] | 2020-09-17 | 10 | -72/+388 |
|\ \ | |/ |/| | |||||
| * | Don't diagnose imports whose base crate is missing | Jonas Schievink | 2020-09-17 | 2 | -17/+64 |
| * | Add annotation-based nameres diagnostic tests | Jonas Schievink | 2020-09-16 | 4 | -38/+150 |
| * | Track import sources and emit diagnostics | Jonas Schievink | 2020-09-16 | 2 | -21/+60 |
| * | Leave extern crate items unresolved if they are | Jonas Schievink | 2020-09-16 | 1 | -1/+5 |
| * | Add diagnostic types for unresolved crates/imports | Jonas Schievink | 2020-09-16 | 3 | -19/+128 |
| * | Store `Import` indices for later reconstruction | Jonas Schievink | 2020-09-16 | 3 | -4/+9 |
* | | Lower extern type alias as foreign opaque type. | Charles Lew | 2020-09-16 | 1 | -0/+2 |
* | | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 3 | -3/+6 |
|/ | |||||
* | Merge #5971 | bors[bot] | 2020-09-13 | 2 | -2/+8 |
|\ | |||||
| * | Implement async blocks | oxalica | 2020-09-10 | 2 | -2/+8 |
* | | Implement box pattern inference | Jonas Schievink | 2020-09-12 | 2 | -1/+7 |
|/ | |||||
* | Support extern types | Jonas Schievink | 2020-08-24 | 2 | -0/+6 |
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 3 | -3/+3 |
* | Add type safety to diagnostic codes | Aleksey Kladov | 2020-08-18 | 1 | -3/+3 |
* | Merge #5682 | bors[bot] | 2020-08-18 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'master' into add-disable-diagnostics | Igor Aleksanov | 2020-08-14 | 1 | -0/+3 |
* | | Remove deprecated Path::from_ast | Aleksey Kladov | 2020-08-15 | 1 | -6/+0 |
|/ | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 43 | -0/+15284 |