Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fix typo | Yusuke Tanaka | 2020-09-20 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge #6036 | bors[bot] | 2020-09-18 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't re-read open files from disk when reloading a workspace | Laurențiu Nicola | 2020-09-18 | 1 | -4/+7 | |
* | | | | | | | | Merge #6035 | bors[bot] | 2020-09-18 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Log failure to load crate root file | Jonas Schievink | 2020-09-18 | 1 | -1/+7 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge #6034 | bors[bot] | 2020-09-18 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | docs: suggest disabling the official extension | Jonas Schievink | 2020-09-18 | 1 | -0/+5 | |
* | | | | | | | | Merge #6032 | bors[bot] | 2020-09-18 | 3 | -14/+20 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Support active parameters at the per-signature level | kjeremy | 2020-09-18 | 3 | -14/+20 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge #6030 | bors[bot] | 2020-09-18 | 6 | -166/+165 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Rename `CustomDerive` to `ProcMacro` | Jonas Schievink | 2020-09-18 | 6 | -8/+8 | |
| * | | | | | | Invert condition to unindent code | Jonas Schievink | 2020-09-18 | 1 | -158/+157 | |
|/ / / / / / | ||||||
* | | | | | | Merge #6025 | bors[bot] | 2020-09-17 | 2 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use `log::error!` in a few more places | Jonas Schievink | 2020-09-17 | 2 | -1/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge #6024 | bors[bot] | 2020-09-17 | 5 | -18/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Give `ExternCrate` a `Name`, not a `ModPath` | Jonas Schievink | 2020-09-17 | 5 | -18/+11 | |
|/ / / / / / | ||||||
* | | | | | | Merge #6017 | bors[bot] | 2020-09-17 | 2 | -4/+45 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't return any TextEdit if formatting is unchanged | Josh Stone | 2020-09-16 | 2 | -4/+45 | |
* | | | | | | | Merge #6016 | bors[bot] | 2020-09-17 | 11 | -77/+445 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | Update tests | Jonas Schievink | 2020-09-16 | 1 | -5/+57 | |
| * | | | | | | | 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 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge #6023 | bors[bot] | 2020-09-17 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Fix LSP requests with no arguments | Laurențiu Nicola | 2020-09-17 | 2 | -6/+6 | |
|/ / / / / | ||||||
* | | | | | Merge #5989 | bors[bot] | 2020-09-16 | 5 | -103/+292 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Add make::glob_use_tree function to create star-only UseTree | Lukas Wirth | 2020-09-16 | 2 | -11/+7 | |
| * | | | | Fix merge imports failing if the `self` module import is in the wrong tree | Lukas Wirth | 2020-09-12 | 1 | -22/+34 | |
| * | | | | Tidy up `recursive_merge` implementation | Lukas Wirth | 2020-09-12 | 1 | -60/+60 | |
| * | | | | Reimplement import merging by making it recursive properly nesting all levels | Lukas Wirth | 2020-09-12 | 4 | -83/+264 | |
* | | | | | Merge #6013 | bors[bot] | 2020-09-16 | 2 | -7/+19 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Add support for custom flycheck commands with JSON project workspaces | Aaron Wood | 2020-09-16 | 2 | -7/+19 | |
* | | | | | Merge #5993 | bors[bot] | 2020-09-16 | 15 | -44/+166 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Use Ty::apply instead of simple and fix method resolution. | Charles Lew | 2020-09-16 | 3 | -8/+14 | |
| * | | | | Add a test. | Charles Lew | 2020-09-16 | 1 | -0/+38 | |
| * | | | | Lower extern type alias as foreign opaque type. | Charles Lew | 2020-09-16 | 2 | -2/+8 | |
| * | | | | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 11 | -41/+113 | |
* | | | | | Merge #6011 | bors[bot] | 2020-09-16 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Document "consuming" semantic tokens modifier | Veetaha | 2020-09-15 | 1 | -0/+4 | |
|/ / / / / | ||||||
* | | | | | Merge #6010 | bors[bot] | 2020-09-15 | 1 | -33/+215 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Avoid checking all ancestors and fix mis-completion | oxalica | 2020-09-15 | 1 | -33/+215 | |
|/ / / / | ||||||
* | | | | Merge #6008 | bors[bot] | 2020-09-15 | 2 | -1/+30 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 1 | -5/+6 | |
| * | | | inline parameters for a function description #6002 | Benjamin Coenen | 2020-09-15 | 2 | -1/+29 | |
* | | | | Merge #6006 | bors[bot] | 2020-09-15 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix delimiter in SSR example | Laurențiu Nicola | 2020-09-15 | 1 | -1/+1 | |
* | | | | Merge #6001 | bors[bot] | 2020-09-14 | 1 | -1/+2 | |
|\ \ \ \ |