Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #4502 | bors[bot] | 2020-06-03 | 2 | -2/+9 |
|\ | |||||
| * | Mark fixes from diagnostics as quick fixes | Jeremy Kolb | 2020-06-03 | 2 | -2/+9 |
* | | Merge #4730 | bors[bot] | 2020-06-03 | 3 | -20/+48 |
|\ \ | |/ |/| | |||||
| * | Document rust-project.json | Aleksey Kladov | 2020-06-03 | 3 | -20/+48 |
* | | Merge #4678 | bors[bot] | 2020-06-03 | 4 | -8/+19 |
|\ \ | |||||
| * | | Use split1 when formatting function signature params | Aaron Loucks | 2020-06-03 | 4 | -11/+11 |
| * | | Unsquish parameter types in tooltips for macro-generated functions | Aaron Loucks | 2020-05-31 | 1 | -1/+12 |
* | | | Merge #4660 | bors[bot] | 2020-06-03 | 6 | -18/+259 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Consolidate documentation expansion and merging | Aaron Loucks | 2020-06-03 | 2 | -53/+14 |
| * | | Add basic hover and completion doc tests for macro generated items | Aaron Loucks | 2020-06-03 | 3 | -2/+182 |
| * | | Enable hover and autocomplete docs on macro generated items | Aaron Loucks | 2020-06-03 | 5 | -10/+110 |
* | | | Drop test for old format | Aleksey Kladov | 2020-06-03 | 1 | -2/+0 |
|/ / | |||||
* | | Groundwork for specifying the set of projects via config | Aleksey Kladov | 2020-06-03 | 5 | -46/+83 |
* | | Rename ProjectRoot -> ProjectManifest | Aleksey Kladov | 2020-06-03 | 3 | -19/+19 |
* | | Move project discovery | Aleksey Kladov | 2020-06-03 | 2 | -8/+16 |
* | | Rename WorldState -> GlobalState | Aleksey Kladov | 2020-06-03 | 7 | -273/+291 |
* | | Drop no-project test | Aleksey Kladov | 2020-06-03 | 1 | -49/+0 |
* | | Derive local roots from Workspaces | Aleksey Kladov | 2020-06-03 | 2 | -11/+14 |
* | | Put important things on top | Aleksey Kladov | 2020-06-03 | 1 | -7/+7 |
* | | Merge pull request #4382 from woody77/json_cfgs | Aleksey Kladov | 2020-06-03 | 3 | -2/+92 |
|\ \ | |||||
| * | | Begin transition to new fields for JsonProject crate cfgs | Aaron Wood | 2020-05-09 | 3 | -2/+92 |
* | | | Merge #4679 | bors[bot] | 2020-06-03 | 1 | -3/+4 |
|\ \ \ | |||||
| * | | | Update a comment for the new source organization | Nelson Elhage | 2020-06-01 | 1 | -3/+4 |
* | | | | Merge #4721 | bors[bot] | 2020-06-03 | 2 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | Hide squiggly for unused and unnecessary | Gabriel Valfridsson | 2020-06-03 | 2 | -2/+3 |
* | | | | | Add highlight support for unsafe fn calls and raw ptr deref | Paul Daniel Faria | 2020-06-02 | 11 | -6/+125 |
|/ / / / | |||||
* | | | | Merge #4710 | bors[bot] | 2020-06-02 | 7 | -168/+354 |
|\ \ \ \ | |||||
| * | | | | Fix tests | Aleksey Kladov | 2020-06-02 | 3 | -69/+270 |
| * | | | | Spec better runnables | Aleksey Kladov | 2020-06-02 | 2 | -1/+4 |
| * | | | | New runnables API | Aleksey Kladov | 2020-06-02 | 5 | -98/+80 |
* | | | | | Merge #4711 | bors[bot] | 2020-06-02 | 2 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by default | Laurențiu Nicola | 2020-06-02 | 2 | -2/+2 |
* | | | | | Minor | Aleksey Kladov | 2020-06-02 | 3 | -124/+125 |
* | | | | | Merge #4658 | bors[bot] | 2020-06-02 | 3 | -5/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Test case for format string highlighting of closing curlybrace | Roland Ruckerbauer | 2020-05-30 | 2 | -0/+2 |
| * | | | | | Fix problem with format string tokenization | Roland Ruckerbauer | 2020-05-30 | 1 | -5/+0 |
* | | | | | | Merge #4580 | bors[bot] | 2020-06-02 | 5 | -11/+21 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 4 | -22/+18 |
| * | | | | | Fix tests, apply code review proposals | veetaha | 2020-05-31 | 4 | -14/+21 |
| * | | | | | Fix invoking cargo without consulting CARGO or standard installation paths | veetaha | 2020-05-31 | 2 | -1/+8 |
| |/ / / / | |||||
* | | | | | Simplify | veetaha | 2020-06-02 | 1 | -1/+1 |
* | | | | | Rename assist | Aleksey Kladov | 2020-06-01 | 3 | -52/+49 |
* | | | | | Cleanup imports | Aleksey Kladov | 2020-06-01 | 1 | -6/+9 |
* | | | | | Small refactor | veetaha | 2020-05-31 | 1 | -2/+2 |
* | | | | | add test | Brennan Vincent | 2020-05-31 | 1 | -0/+27 |
* | | | | | recursively search submodules | Brennan Vincent | 2020-05-31 | 1 | -18/+22 |
* | | | | | Merge #4667 | bors[bot] | 2020-05-31 | 8 | -36/+171 |
|\ \ \ \ \ | |||||
| * | | | | | fmt | robojumper | 2020-05-31 | 2 | -11/+21 |
| * | | | | | correctly infer labelled breaks | robojumper | 2020-05-31 | 8 | -45/+116 |
| * | | | | | labelled break test | robojumper | 2020-05-31 | 1 | -0/+54 |
| |/ / / / |