Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | ||||||
| * | | :arrow_up: crates | Aleksey Kladov | 2020-08-18 | 1 | -8/+8 | |
| | | | ||||||
| * | | Chalk 0.23 | Jeremy Kolb | 2020-08-16 | 1 | -8/+8 | |
| | | | ||||||
| * | | Bump rustc_lexer | Jeremy Kolb | 2020-08-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Update chrono | Jeremy Kolb | 2020-08-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add a proc_macro_test crate | Jonas Schievink | 2020-08-14 | 1 | -0/+5 | |
| |/ | | | | | | | This exports all 3 kinds of proc macros and is useful for testing | |||||
| * | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -35/+35 | |
| | | ||||||
| * | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -18/+18 | |
| | | ||||||
| * | Rename ra_ssr -> ssr | Aleksey Kladov | 2020-08-13 | 1 | -16/+16 | |
| | | ||||||
| * | Rename ra_ide_db -> ide_db | Aleksey Kladov | 2020-08-13 | 1 | -23/+23 | |
| | | ||||||
| * | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 1 | -23/+23 | |
| | | ||||||
| * | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -30/+30 | |
| | | ||||||
| * | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -30/+30 | |
| | | ||||||
| * | Rename ra_hir_expand -> hir_expand | Aleksey Kladov | 2020-08-13 | 1 | -20/+20 | |
| | | ||||||
| * | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -25/+25 | |
| | | ||||||
| * | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 1 | -14/+14 | |
| | | ||||||
| * | Merge #5744 | bors[bot] | 2020-08-13 | 1 | -20/+20 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | 5744: Rename ra_project_model -> project_model r=matklad a=pksunkara Co-authored-by: Pavan Kumar Sunkara <[email protected]> | |||||
| | * | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 1 | -20/+20 | |
| | | | ||||||
| * | | Remove ra_fmt crate | Aleksey Kladov | 2020-08-13 | 1 | -10/+0 | |
| |/ | ||||||
| * | Rename ra_cfg -> cfg | Aleksey Kladov | 2020-08-13 | 1 | -15/+15 | |
| | | ||||||
| * | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -18/+18 | |
| | | ||||||
| * | :arrow_up: crates | Aleksey Kladov | 2020-08-13 | 1 | -36/+19 | |
| | | ||||||
| * | Minor | Aleksey Kladov | 2020-08-13 | 1 | -18/+18 | |
| | | ||||||
| * | Rename ra_proc_macro_srv -> proc_macro_srv | Pavan Kumar Sunkara | 2020-08-13 | 1 | -3/+3 | |
| | | ||||||
| * | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -34/+34 | |
| | | ||||||
| * | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 1 | -10/+10 | |
| | | ||||||
| * | Rename ra_text_edit -> text_edit | Aleksey Kladov | 2020-08-12 | 1 | -13/+13 | |
| | |