Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
*-. | Merge #6130 #6135 | bors[bot] | 2020-10-12 | 1 | -0/+6 | |
|\ \ | ||||||
| * | | Remove previously added parameter names from the function data | Igor Aleksanov | 2020-10-12 | 3 | -18/+0 | |
| * | | Make incorrect case diagnostic work inside of functions | Igor Aleksanov | 2020-10-12 | 1 | -0/+6 | |
| * | | Create basic support for names case checks and implement function name case c... | Igor Aleksanov | 2020-10-12 | 3 | -0/+18 | |
* | | | Merge #6199 | bors[bot] | 2020-10-12 | 1 | -1/+4 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix `mut self` not emitting mutable binding on `self` use | Lukas Wirth | 2020-10-11 | 1 | -1/+4 | |
| |/ | ||||||
* | | Merge #5917 | bors[bot] | 2020-10-12 | 4 | -12/+18 | |
|\ \ | ||||||
| * | | Update tests for new function field | Zac Pullar-Strecker | 2020-10-08 | 1 | -12/+12 | |
| * | | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 3 | -0/+6 | |
| |/ | ||||||
* / | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 1 | -9/+19 | |
|/ | ||||||
* | 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 | |
|/ | ||||||
* | :arrow_up: expect-test | Aleksey Kladov | 2020-08-28 | 1 | -1/+1 | |
* | Support extern types | Jonas Schievink | 2020-08-24 | 2 | -0/+6 | |
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 | |
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -10/+10 |