Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | :arrow_up: xshell | Aleksey Kladov | 2020-10-17 | 1 | -8/+8 | |
| | | ||||||
* | | Switch from not_bash to xshell | Aleksey Kladov | 2020-10-17 | 1 | -7/+16 | |
|/ | ||||||
*-. | Merge #6207 #6224 #6226 #6227 | bors[bot] | 2020-10-14 | 1 | -5/+5 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6207: Extract ImportAssets out of auto_import r=matklad a=Veykril See https://github.com/rust-analyzer/rust-analyzer/pull/6172#issuecomment-707182140 I couldn't fully pull out `AssistContext` as `find_node_at_offset_with_descend`: https://github.com/rust-analyzer/rust-analyzer/blob/81fa00c5b5d5ffb559a39c7ff5190a2519a8ea61/crates/assists/src/assist_context.rs#L90-L92 requires the `SourceFile` which is private in it and I don't think making it public just for this is the right call? 6224: :arrow_up: salsa r=matklad a=matklad bors r+ 🤖 6226: Add reminder to update lsp-extensions.md r=matklad a=matklad bors r+ 🤖 6227: Reduce bors timeout r=matklad a=matklad bors r+ 🤖 Co-authored-by: Lukas Wirth <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]> | |||||
* | | | Bump pulldown-cmark | Laurențiu Nicola | 2020-10-13 | 1 | -4/+4 | |
| | | | ||||||
| | * | :arrow_up: salsa | Aleksey Kladov | 2020-10-14 | 1 | -5/+5 | |
| |/ |/| | ||||||
* | | Bump regex | Laurențiu Nicola | 2020-10-13 | 1 | -4/+4 | |
| | | ||||||
* | | Bump rustc_lexer | Laurențiu Nicola | 2020-10-13 | 1 | -2/+2 | |
| | | ||||||
* | | Bump crossbeam-channel and lsp-server in rust-analyzer | Laurențiu Nicola | 2020-10-13 | 1 | -4/+4 | |
| | | ||||||
* | | Bump crossbeam-channel in crates | Laurențiu Nicola | 2020-10-13 | 1 | -12/+40 | |
| | | ||||||
* | | Bump some deps | Laurențiu Nicola | 2020-10-13 | 1 | -8/+8 | |
| | | ||||||
* | | Remove Cargo.lock comment | Laurențiu Nicola | 2020-10-13 | 1 | -1/+0 | |
|/ | ||||||
* | macOS: install GNU tar | Jonas Schievink | 2020-10-12 | 1 | -0/+1 | |
| | ||||||
* | Update crates | kjeremy | 2020-10-11 | 1 | -27/+27 | |
| | ||||||
* | Bump rustc_lexer, cfg-if to 1.0 and add new license to check | kjeremy | 2020-10-08 | 1 | -28/+35 | |
| | ||||||
* | Switch from git to latest tagged release of chalk deps | Casey Primozic | 2020-10-07 | 1 | -8/+12 | |
| | ||||||
* | Bump chalk to use latest git to get fix | Casey Primozic | 2020-10-06 | 1 | -12/+8 | |
| | | | | * Chalk very recently (like an hour ago) merged a fix that prevents rust analyzer from panicking. This allows it to be usable again for code that hits those situations. See #6134, #6145, Probably #6120 | |||||
* | Up rustc-ap-rustc_lexer to 681 | kjeremy | 2020-10-01 | 1 | -14/+14 | |
| | | | | cargo update as well | |||||
* | cargo update | kjeremy | 2020-09-30 | 1 | -12/+19 | |
| | ||||||
* | Update chalk to 0.30.0 | Nathan Whitaker | 2020-09-28 | 1 | -8/+8 | |
| | ||||||
* | chalk 0.29.0 | Jeremy Kolb | 2020-09-28 | 1 | -8/+8 | |
| | ||||||
* | Update deps | Jeremy Kolb | 2020-09-27 | 1 | -20/+25 | |
| | ||||||
* | Update chalk to 0.28.0 | Bram van den Heuvel | 2020-09-25 | 1 | -8/+8 | |
| | ||||||
* | Bump smol_str from 0.1.16 to 0.1.17 | Jean SIMARD | 2020-09-24 | 1 | -2/+2 | |
| | ||||||
* | lsp-types 0.82 | kjeremy | 2020-09-23 | 1 | -2/+2 | |
| | ||||||
* | Support active parameters at the per-signature level | kjeremy | 2020-09-18 | 1 | -10/+10 | |
| | | | | Update crates | |||||
* | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 1 | -8/+8 | |
| | ||||||
* | Update crates | kjeremy | 2020-09-14 | 1 | -6/+7 | |
| | ||||||
* | Update serde | kjeremy | 2020-09-11 | 1 | -4/+4 | |
| | ||||||
* | cargo update | kjeremy | 2020-09-11 | 1 | -6/+6 | |
| | ||||||
* | Update crates | kjeremy | 2020-09-08 | 1 | -16/+13 | |
| | | | | Gets passed pulled crossbeam crate | |||||
* | Up proc-macro2 to 1.20 | kjeremy | 2020-09-03 | 1 | -2/+2 | |
| | | | | This changes the way Display is implemented | |||||
* | Chalk 0.25 | kjeremy | 2020-09-02 | 1 | -8/+8 | |
| | | | | Picks up flodiebold's infinite loop fix | |||||
* | Merge #5930 | bors[bot] | 2020-09-02 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | 5930: Migrate to the latest Semantic Tokens Proposal for LSP 3.16 r=matklad a=kjeremy This stabilizes call hierarchy and semantic tokens features on the client side and changes the server-side semantic tokens protocol to match the latest proposal for 3.16. The server-side change will break clients depending on the earlier semantic tokens draft. Fixes #4942 Co-authored-by: kjeremy <[email protected]> | |||||
| * | Move to vscode-languageclient 7.0.0-next.9 | kjeremy | 2020-09-02 | 1 | -2/+2 | |
| | | | | | | | | Stabilizes call hierarchy and semantic tokens features. | |||||
* | | cargo update | kjeremy | 2020-09-02 | 1 | -4/+4 | |
|/ | ||||||
* | Replace custom `not_bash::fs2` setup with fs_err crate | Veetaha | 2020-08-29 | 1 | -0/+7 | |
| | ||||||
* | :arrow_up: expect-test | Aleksey Kladov | 2020-08-28 | 1 | -2/+2 | |
| | ||||||
* | :arrow_up: crates | Aleksey Kladov | 2020-08-27 | 1 | -30/+27 | |
| | ||||||
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | `hir` should know nothing about URLs, markdown and html. It should only be able to: * resolve stringy path from documentation * generate canonical stringy path for a def In contrast, link rewriting should not care about semantics of paths and names resolution, and should be concern only with text mangling bits. | |||||
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-25 | 1 | -2/+2 | |
|\ | ||||||
| * | Support extern types | Jonas Schievink | 2020-08-24 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 1 | -417/+410 | |
|\| | ||||||
| * | :arrow_up: autocfg | Aleksey Kladov | 2020-08-21 | 1 | -2/+2 | |
| | | ||||||
| * | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -2/+2 | |
| | | ||||||
| * | Merge #5835 | bors[bot] | 2020-08-21 | 1 | -9/+10 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5835: Switch to expect_test from crates.io r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -9/+10 | |
| | | | ||||||
| * | | Update crates | kjeremy | 2020-08-20 | 1 | -10/+10 | |
| |/ | ||||||
| * | :arrow_up: crates | Aleksey Kladov | 2020-08-18 | 1 | -6/+6 | |
| | | ||||||
| * | Merge #5758 | bors[bot] | 2020-08-18 | 1 | -0/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5758: SSR: Explicitly autoderef and ref placeholders as needed r=matklad a=davidlattimore Structural search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code. e.g. `$a.foo() ==>> bar($a)` might convert `x.foo()` to `bar(&mut x)` Co-authored-by: David Lattimore <[email protected]> | |||||
| | * | SSR: A few small refactorings | David Lattimore | 2020-08-18 | 1 | -0/+1 | |
| | | |