Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump chalk and replace TypeFamily with Interner | Laurențiu Nicola | 2020-02-24 | 4 | -65/+74 |
* | Merge #3294 | bors[bot] | 2020-02-24 | 2 | -8/+53 |
|\ | |||||
| * | When joining lines, unwrap trivial diverging blocks | Aleksey Kladov | 2020-02-24 | 2 | -8/+53 |
* | | Merge #3293 | bors[bot] | 2020-02-24 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Cleanp | Aleksey Kladov | 2020-02-24 | 1 | -2/+2 |
|/ | |||||
* | Merge #3291 | bors[bot] | 2020-02-24 | 1 | -6/+6 |
|\ | |||||
| * | Update deps | Jeremy Kolb | 2020-02-24 | 1 | -6/+6 |
|/ | |||||
* | Merge #3290 | bors[bot] | 2020-02-24 | 1 | -0/+6 |
|\ | |||||
| * | Don't block onEnter if request fails | Aleksey Kladov | 2020-02-24 | 1 | -0/+6 |
* | | Merge #3288 | bors[bot] | 2020-02-24 | 1 | -2/+5 |
|\ \ | |||||
| * | | Quick fix circular json error when sanity-check fails | Veetaha | 2020-02-24 | 1 | -2/+5 |
* | | | Merge #3289 | bors[bot] | 2020-02-24 | 1 | -0/+23 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Don't break onEnter if rust-analyzer fails to start | Aleksey Kladov | 2020-02-24 | 1 | -0/+23 |
|/ | |||||
* | Merge #3287 | bors[bot] | 2020-02-24 | 1 | -92/+125 |
|\ | |||||
| * | Omit type hints for enum variant bind pats | Kirill Bulatov | 2020-02-24 | 1 | -92/+125 |
|/ | |||||
* | Merge #3277 | bors[bot] | 2020-02-23 | 4 | -44/+60 |
|\ | |||||
| * | vscode: gracefully handle cancellation errors | Veetaha | 2020-02-23 | 4 | -44/+60 |
* | | Merge #3282 | bors[bot] | 2020-02-23 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Add suggestion for failed path resolution | Yoshua Wuyts | 2020-02-23 | 1 | -1/+1 |
|/ | |||||
* | Merge #3279 | bors[bot] | 2020-02-23 | 2 | -41/+188 |
|\ | |||||
| * | Style fixes | Kirill Bulatov | 2020-02-23 | 1 | -3/+4 |
| * | Add basic parameter name hints heuristics | Kirill Bulatov | 2020-02-23 | 2 | -41/+187 |
* | | Merge #3261 | bors[bot] | 2020-02-23 | 10 | -21/+51 |
|\ \ | |||||
| * | | Extract client-side logging | Aleksey Kladov | 2020-02-22 | 10 | -21/+51 |
* | | | Merge #3275 | bors[bot] | 2020-02-23 | 1 | -0/+15 |
|\ \ \ | |_|/ |/| | | |||||
| * | | rewording and typo fix | Adam Bratschi-Kaye | 2020-02-22 | 1 | -1/+1 |
| * | | add ssr doc | adamrk | 2020-02-22 | 1 | -0/+15 |
| |/ | |||||
* | | Merge #3278 | bors[bot] | 2020-02-23 | 1 | -135/+174 |
|\ \ | |||||
| * | | Fix the tests | Kirill Bulatov | 2020-02-22 | 1 | -5/+105 |
| * | | Show more parameter name hints | Kirill Bulatov | 2020-02-22 | 1 | -27/+34 |
| * | | Simplify inlay hints processing | Kirill Bulatov | 2020-02-22 | 1 | -103/+35 |
|/ / | |||||
* | | Merge #3276 | bors[bot] | 2020-02-22 | 1 | -23/+26 |
|\ \ | |||||
| * | | Bump crossbeam crates | Laurențiu Nicola | 2020-02-22 | 1 | -23/+26 |
|/ / | |||||
* | | Merge #3274 | bors[bot] | 2020-02-22 | 4 | -171/+58 |
|\ \ | |||||
| * | | Simplify | Aleksey Kladov | 2020-02-22 | 4 | -171/+58 |
|/ / | |||||
* | | Merge #3272 | bors[bot] | 2020-02-22 | 1 | -5/+2 |
|\ \ | |/ |/| | |||||
| * | ra_db: removed a couple of explicit lifetimes | Veetaha | 2020-02-22 | 1 | -5/+2 |
* | | Merge #3263 | bors[bot] | 2020-02-22 | 10 | -261/+480 |
|\ \ | |||||
| * | | Shorten some code | Florian Diebold | 2020-02-22 | 1 | -4/+1 |
| * | | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 5 | -23/+74 |
| * | | Fix shift_bound_vars | Florian Diebold | 2020-02-22 | 1 | -3/+3 |
| * | | Fix wrong handling of bare `dyn Trait` exposed by canonicalizer fix | Florian Diebold | 2020-02-22 | 1 | -1/+3 |
| * | | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 4 | -44/+132 |
| * | | Fix handling of binders in canonicalization | Florian Diebold | 2020-02-22 | 1 | -64/+35 |
| * | | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 5 | -9/+136 |
| * | | Implement unsize coercion using proper trait solving | Florian Diebold | 2020-02-22 | 5 | -187/+170 |
| |/ | |||||
* | | Merge #3271 | bors[bot] | 2020-02-22 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix dat comment | Veetaha | 2020-02-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #3205 | bors[bot] | 2020-02-22 | 4 | -9/+10 |
|\ \ | |||||
| * | | vscode: migrate to tripple equals | Veetaha | 2020-02-22 | 4 | -9/+10 |