Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #5481 | bors[bot] | 2020-07-22 | 3 | -15/+40 | |
|\ | ||||||
| * | Update crates/rust-analyzer/src/main_loop.rs | Jeremy Kolb | 2020-07-22 | 1 | -1/+1 | |
| * | Clear diagnostics for known file version on close | kjeremy | 2020-07-21 | 1 | -3/+10 | |
| * | Store document version and pass back to the client | kjeremy | 2020-07-21 | 3 | -13/+31 | |
* | | Merge #5475 | bors[bot] | 2020-07-22 | 6 | -26/+270 | |
|\ \ | ||||||
| * | | Check that visibility upgrade path is hit | Jonas Schievink | 2020-07-22 | 2 | -4/+8 | |
| * | | Support `Trait as _` imports | Jonas Schievink | 2020-07-21 | 6 | -26/+266 | |
| |/ | ||||||
* | | Setup global allocator in the correct crate | Aleksey Kladov | 2020-07-22 | 4 | -9/+5 | |
* | | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 5 | -23/+4 | |
* | | Merge #5478 | bors[bot] | 2020-07-22 | 1 | -15/+75 | |
|\ \ | ||||||
| * | | Replace existing visibility modifier in fix_visibility | Timo Freiberg | 2020-07-21 | 1 | -15/+75 | |
* | | | Allow gathering memory stats on non-jemalloc Linux | Jonas Schievink | 2020-07-21 | 2 | -10/+17 | |
|/ / | ||||||
* | | Merge #5476 | bors[bot] | 2020-07-21 | 1 | -48/+55 | |
|\ \ | |/ |/| | ||||||
| * | Cleanup extact variable | Aleksey Kladov | 2020-07-21 | 1 | -48/+55 | |
| * | minor | Aleksey Kladov | 2020-07-21 | 1 | -2/+2 | |
* | | Remove insta dep | Laurențiu Nicola | 2020-07-21 | 2 | -3/+2 | |
* | | Replace remaining insta uses | Laurențiu Nicola | 2020-07-21 | 6 | -5365/+5366 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*-----. \ | Merge #5451 #5463 #5465 #5466 | bors[bot] | 2020-07-21 | 11 | -82/+131 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | | | * | Do not show default types in closures | Kirill Bulatov | 2020-07-20 | 2 | -3/+21 | |
| | | * | | Bump chalk | kjeremy | 2020-07-20 | 1 | -3/+3 | |
| | | |/ | ||||||
| | * / | Bump lexer | kjeremy | 2020-07-20 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | On second thought, we want to preserve the textMate here where all punctuatio... | GrayJack | 2020-07-21 | 3 | -3/+5 | |
| * | | `#` as Attribute | GrayJack | 2020-07-21 | 3 | -2/+3 | |
| * | | @ as operator | GrayJack | 2020-07-21 | 1 | -2/+3 | |
| * | | Assingment semantic highlight | GrayJack | 2020-07-20 | 6 | -41/+47 | |
| * | | Handle semantic highlight when STAR is part of the `*{const, mut}` | GrayJack | 2020-07-20 | 6 | -32/+35 | |
| * | | Highlight more cases of SyntaxKind when it is a punctuation | GrayJack | 2020-07-20 | 1 | -14/+32 | |
* | | | Merge #5467 | bors[bot] | 2020-07-21 | 2 | -0/+7 | |
|\ \ \ | ||||||
| * | | | Protect against `{}` | kjeremy | 2020-07-20 | 1 | -1/+1 | |
| * | | | Allow client to respond to workspace/configuration with null values | kjeremy | 2020-07-20 | 2 | -0/+7 | |
| | |/ | |/| | ||||||
* | | | Merge #5471 | bors[bot] | 2020-07-21 | 2 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Typo | Aleksey Kladov | 2020-07-21 | 2 | -5/+5 | |
* | | | | Merge #5470 | bors[bot] | 2020-07-21 | 2 | -2/+11 | |
|\| | | | ||||||
| * | | | Propagate cargo.target to checkOnSave | Aleksey Kladov | 2020-07-21 | 2 | -2/+11 | |
| |/ / | ||||||
* | | | Merge #5458 | bors[bot] | 2020-07-21 | 3 | -849/+896 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Inline lang items in coercion tests | Laurențiu Nicola | 2020-07-20 | 2 | -27/+65 | |
| * | | Use expect in never_type tests | Laurențiu Nicola | 2020-07-20 | 3 | -186/+185 | |
| * | | Use expect in coercion tests | Laurențiu Nicola | 2020-07-20 | 1 | -674/+684 | |
* | | | Merge #5440 | bors[bot] | 2020-07-20 | 7 | -8/+8 | |
|\ \ \ | ||||||
| * | | | Minor perf tweaks per clippy | Jeremy Kolb | 2020-07-19 | 7 | -8/+8 | |
* | | | | Simplify | Aleksey Kladov | 2020-07-20 | 1 | -9/+5 | |
* | | | | Add is_workspace_member for rust-project.json | Aleksey Kladov | 2020-07-20 | 1 | -24/+36 | |
* | | | | Simplify | Aleksey Kladov | 2020-07-20 | 2 | -11/+11 | |
| |_|/ |/| | | ||||||
* | | | Fix a typo in completion docs | Pascal Hertleif | 2020-07-19 | 1 | -1/+1 | |
|/ / | ||||||
* / | Specify default adt representation for chalk integration | Wilco Kusee | 2020-07-19 | 1 | -1/+1 | |
|/ | ||||||
* | Simplify exclusion logic | Aleksey Kladov | 2020-07-18 | 5 | -110/+120 | |
* | Don't show docs in concise signature help | Aleksey Kladov | 2020-07-18 | 1 | -5/+9 | |
* | Add turbo-fish works after `()` | Aleksey Kladov | 2020-07-18 | 1 | -1/+28 | |
* | Merge #5423 | bors[bot] | 2020-07-17 | 2 | -0/+102 | |
|\ | ||||||
| * | Correctly resolve assoc. types in path bindings | Jonas Schievink | 2020-07-17 | 2 | -0/+102 |