Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1663 | bors[bot] | 2019-08-07 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | 1663: architecture.md: update path to parser tests r=matklad a=eupn Co-authored-by: eupn <[email protected]> | ||||
| * | architecture.md: update path to parser tests | eupn | 2019-08-07 | 1 | -2/+2 |
| | | |||||
* | | Merge #1662 | bors[bot] | 2019-08-07 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | 1662: architecture.md: "finish not Y" -> "finish node Y" r=matklad a=eupn Is this a typo? Co-authored-by: eupn <[email protected]> | ||||
| * | architecture.md: "finish not Y" -> "finish node Y" | eupn | 2019-08-07 | 1 | -1/+1 |
|/ | | | Is this a typo? | ||||
* | Merge #1660 | bors[bot] | 2019-08-07 | 4 | -51/+109 |
|\ | | | | | | | | | | | | | | | 1660: implement while let desugaring r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | implement while let desugaring | Aleksey Kladov | 2019-08-07 | 4 | -21/+76 |
| | | |||||
| * | refactor if-let lowering | Aleksey Kladov | 2019-08-07 | 1 | -19/+25 |
| | | | | | | | | mainly to get rid of unwraps | ||||
| * | refactor if lowering | Aleksey Kladov | 2019-08-07 | 1 | -17/+14 |
| | | |||||
* | | Merge #1659 | bors[bot] | 2019-08-07 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | | | 1659: install server first r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | install server first | Aleksey Kladov | 2019-08-07 | 1 | -3/+3 |
|/ | | | | closes #1658 | ||||
* | Merge #1652 | bors[bot] | 2019-08-06 | 5 | -112/+98 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 1652: Improve type hints behavior r=matklad a=SomeoneToIgnore This PR fixed the following type hints issues: * Restructures the `InlayKind` enum contents based on the discussion here: https://github.com/rust-analyzer/rust-analyzer/pull/1606#issuecomment-515968055 * Races described in #1639 * Caches the latest decorations received for each file to show them the next time the file is opened (instead of a new server request) Co-authored-by: Kirill Bulatov <[email protected]> | ||||
| * | Avoid shared mutable state | Kirill Bulatov | 2019-08-05 | 2 | -71/+55 |
| | | |||||
| * | Cache decorations before the first change only | Kirill Bulatov | 2019-08-05 | 1 | -20/+21 |
| | | |||||
| * | Use WeakMap to avoid memory leaks | Kirill Bulatov | 2019-08-05 | 1 | -10/+12 |
| | | |||||
| * | Style and test fixes | Kirill Bulatov | 2019-08-04 | 2 | -34/+45 |
| | | |||||
| * | Use proper inlay kinds | Kirill Bulatov | 2019-08-04 | 3 | -43/+15 |
| | | |||||
| * | Query less hints on file open | Kirill Bulatov | 2019-08-04 | 1 | -18/+34 |
| | | |||||
* | | Merge #1657 | bors[bot] | 2019-08-06 | 20 | -163/+217 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1657: Ignore r=matklad a=matklad closes #1616 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | fix tests | Aleksey Kladov | 2019-08-06 | 1 | -2/+2 |
| | | | |||||
| * | | allow to exclude certain files and directories | Aleksey Kladov | 2019-08-06 | 7 | -15/+43 |
| | | | |||||
| * | | push glob errors outwards | Aleksey Kladov | 2019-08-06 | 1 | -6/+7 |
| | | | |||||
| * | | rename config | Aleksey Kladov | 2019-08-06 | 4 | -19/+14 |
| | | | |||||
| * | | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 12 | -143/+173 |
|/ / | | | | | | | It manages exclusion rules for the vfs crate | ||||
* | | Merge #1656 | bors[bot] | 2019-08-06 | 1 | -16/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1656: cargo update r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | | cargo update | Jeremy Kolb | 2019-08-06 | 1 | -16/+16 |
|/ / | |||||
* | | Merge #1655 | bors[bot] | 2019-08-06 | 9 | -45/+43 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1655: cleanup imports r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | cleanup imports | Aleksey Kladov | 2019-08-06 | 1 | -5/+2 |
| | | | |||||
| * | | cleanup | Aleksey Kladov | 2019-08-06 | 6 | -9/+10 |
| | | | |||||
| * | | rename | Aleksey Kladov | 2019-08-06 | 4 | -31/+31 |
|/ / | |||||
* | | Merge #1654 | bors[bot] | 2019-08-06 | 2 | -20/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1654: use Conv for severity r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | use Conv for severity | Aleksey Kladov | 2019-08-06 | 2 | -20/+21 |
|/ / | |||||
* | | Merge #1648 | bors[bot] | 2019-08-05 | 2 | -20/+40 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1648: Optimize parsing a little r=lnicola a=lnicola This is the change from https://github.com/rust-analyzer/rust-analyzer/issues/1643#issuecomment-517979911. In the long run we should probably take a different approach, but until then this provides a decent speed-up (10.5s vs 11.5s according to `ra_cli analysis-stats`. EDIT: Does the profiling part make sense? I'm not sure if all parsing happens before the type inference begins or it's lazy. Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| * | | Update crates/ra_cli/src/analysis_stats.rs | Laurențiu Nicola | 2019-08-05 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: Aleksey Kladov <[email protected]> | ||||
| * | | Optimize Parser::is_composite a little | Laurențiu Nicola | 2019-08-05 | 1 | -19/+35 |
| | | | |||||
| * | | Display the parsing time in ra_cli analysis-stats | Laurențiu Nicola | 2019-08-05 | 1 | -1/+5 |
|/ / | |||||
* | | Merge #1642 | bors[bot] | 2019-08-05 | 1 | -0/+17 |
|\ \ | |/ |/| | | | | | | | | | | | 1642: Add test for #1540 r=matklad a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | Add test for #1540 | Jeremy Kolb | 2019-08-03 | 1 | -0/+17 |
| | | |||||
* | | Merge #1634 | bors[bot] | 2019-08-04 | 3 | -10/+104 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1634: Implement .await completion for futures r=flodiebold a=eupn Closes #1263 with completion for `.await` syntax for types that are implementing `std::future::Future` trait. r? @flodiebold Co-authored-by: Evgenii P <[email protected]> | ||||
| * | | rustfmt | Evgenii P | 2019-08-04 | 1 | -3/+1 |
| | | | |||||
| * | | Idiomatic return | Evgenii P | 2019-08-04 | 1 | -1/+1 |
| | | | |||||
| * | | Employ early return pattern more | Evgenii P | 2019-08-04 | 2 | -25/+27 |
| | | | |||||
| * | | source_binder.rs: fix order of imports | Evgenii P | 2019-08-04 | 1 | -9/+10 |
| | | | |||||
| * | | Use std::future::Future trait from stdlib | Evgenii P | 2019-08-03 | 2 | -32/+44 |
| | | | |||||
| * | | do fixup: remove unused imports in complete_dot.rs | Evgenii P | 2019-08-02 | 1 | -4/+1 |
| | | | |||||
| * | | do fixup: remove unused import | Evgenii P | 2019-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Change postfix completion to keyword completion | Evgenii P | 2019-08-02 | 1 | -22/+8 |
| | | | |||||
| * | | Relax trait solving more for completion | Evgenii P | 2019-08-02 | 1 | -7/+1 |
| | | | |||||
| * | | Use future lang item instead of hardcoded std::future::Future | Evgenii P | 2019-08-02 | 2 | -37/+21 |
| | | | |||||
| * | | rustfmt | Evgenii P | 2019-08-02 | 3 | -19/+28 |
| | | | |||||
| * | | Implement completion for the .await syntax | Evgenii P | 2019-08-02 | 3 | -11/+122 |
| | | |