Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add convert integer literal assist | vlakreeh | 2020-09-29 | 3 | -0/+150 |
* | Merge #6090 | bors[bot] | 2020-09-29 | 1 | -0/+52 |
|\ | |||||
| * | More style advice | Aleksey Kladov | 2020-09-29 | 1 | -0/+52 |
* | | Merge #5928 | bors[bot] | 2020-09-29 | 7 | -9/+175 |
|\ \ | |||||
| * | | Replace "No references" with "0 references". | vsrs | 2020-09-29 | 1 | -2/+3 |
| * | | Add tests | vsrs | 2020-09-29 | 1 | -3/+77 |
| * | | Do not show references CodeLens for tests. | vsrs | 2020-09-29 | 3 | -14/+26 |
| * | | Make method references CodeLens lazy. | vsrs | 2020-09-29 | 2 | -43/+56 |
| * | | Make method references CodeLens off by default. | vsrs | 2020-09-29 | 2 | -3/+3 |
| * | | Add method references CodeLens | vsrs | 2020-09-29 | 4 | -8/+74 |
|/ / | |||||
* | | Merge #6080 | bors[bot] | 2020-09-29 | 5 | -13/+149 |
|\ \ | |||||
| * | | Add hover config `linksInHover` to suppress links | flw | 2020-09-29 | 5 | -13/+149 |
|/ / | |||||
* | | Merge #6019 | bors[bot] | 2020-09-29 | 6 | -47/+61 |
|\ \ | |/ |/| | |||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 6 | -47/+61 |
* | | Merge #6088 | bors[bot] | 2020-09-28 | 2 | -11/+11 |
|\ \ | |||||
| * | | Update chalk to 0.30.0 | Nathan Whitaker | 2020-09-28 | 2 | -11/+11 |
* | | | Merge #6087 | bors[bot] | 2020-09-28 | 1 | -6/+7 |
|\ \ \ | |/ / |/| | | |||||
| * | | Microoptimize | Aleksey Kladov | 2020-09-28 | 1 | -6/+7 |
|/ / | |||||
* | | Merge #6086 | bors[bot] | 2020-09-28 | 2 | -11/+11 |
|\ \ | |||||
| * | | chalk 0.29.0 | Jeremy Kolb | 2020-09-28 | 2 | -11/+11 |
|/ / | |||||
* | | Merge #6033 | bors[bot] | 2020-09-28 | 4 | -29/+201 |
|\ \ | |||||
| * | | 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 | 3 | -16/+79 |
| * | | 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 |
* | | | | Merge #6084 | bors[bot] | 2020-09-27 | 1 | -20/+25 |
|\ \ \ \ | |||||
| * | | | | Update deps | Jeremy Kolb | 2020-09-27 | 1 | -20/+25 |
|/ / / / | |||||
* | | | | Merge #6027 | bors[bot] | 2020-09-27 | 4 | -21/+46 |
|\ \ \ \ | |||||
| * | | | | Spawn a flycheck instance per workspace | Jonas Schievink | 2020-09-27 | 4 | -21/+46 |
|/ / / / | |||||
* | | | | Merge #6073 | bors[bot] | 2020-09-25 | 5 | -55/+203 |
|\ \ \ \ | |||||
| * | | | | Remove partial import test in insert_use | Lukas Wirth | 2020-09-25 | 1 | -10/+0 |
| * | | | | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 4 | -45/+203 |
* | | | | | Merge #6076 | bors[bot] | 2020-09-25 | 3 | -13/+19 |
|\ \ \ \ \ | |||||
| * | | | | | Update chalk to 0.28.0 | Bram van den Heuvel | 2020-09-25 | 3 | -13/+19 |
* | | | | | | Merge #6055 | bors[bot] | 2020-09-25 | 1 | -0/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Cargo fmt | Russell Mull | 2020-09-22 | 1 | -9/+2 |
| * | | | | | Add ok postfix completion | Russell Mull | 2020-09-22 | 1 | -0/+12 |
* | | | | | | Merge #6072 | bors[bot] | 2020-09-25 | 2 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Cleanup unintended unresolved reference in syntax higlighting test | Paul Daniel Faria | 2020-09-24 | 2 | -6/+6 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge #6062 | bors[bot] | 2020-09-24 | 4 | -9/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Bump smol_str from 0.1.16 to 0.1.17 | Jean SIMARD | 2020-09-24 | 4 | -9/+12 |
* | | | | | | | Merge #6050 | bors[bot] | 2020-09-24 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | VS Code + WSL: describe binary location | Masaki Hara | 2020-09-21 | 1 | -0/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge #6056 | bors[bot] | 2020-09-24 | 1 | -0/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add dbgr postfix completion | Laurențiu Nicola | 2020-09-22 | 1 | -0/+12 |