| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-19 | Upgrade to expect-test@1.4.0 | Amos Wenger | -1/+1 | |
| cf. https://github.com/rust-analyzer/expect-test/issues/33 cf. https://github.com/rust-lang/rust/pull/99444#issuecomment-1188844202 | ||||
| 2022-07-03 | Bump tracing-subscriber | Laurențiu Nicola | -1/+1 | |
| 2022-07-03 | Bump crossbeam-channel | Laurențiu Nicola | -1/+1 | |
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -15/+15 | |
| 2022-05-14 | internal: vendor lsp-server | Aleksey Kladov | -1/+1 | |
| 2022-05-01 | style: rename crates to kebab case | Peh | -8/+8 | |
| 2022-04-17 | Bump deps | Laurențiu Nicola | -1/+1 | |
| 2022-04-09 | minor: bump lsp-server version | Lukas Wirth | -1/+1 | |
| 2022-03-22 | minor: Bump dependencies | Lukas Wirth | -22/+22 | |
| 2022-03-17 | Bump xshell and fix dist | Laurențiu Nicola | -1/+1 | |
| 2022-03-14 | :arrow_up: xshell | Aleksey Kladov | -1/+1 | |
| 2022-02-09 | Bump lsp-types | Laurențiu Nicola | -1/+1 | |
| 2022-02-09 | Revert "Revert "Bump dashmap"" | Laurențiu Nicola | -1/+1 | |
| This reverts commit 39674cd35054f4905691bb0c3d1eca7b97063aa7. | ||||
| 2022-01-14 | cleanup + detect num cpus | Jake Heinz | -0/+1 | |
| 2021-12-16 | Bump MSRV (1.57) | iDawer | -1/+1 | |
| 2021-12-06 | Bump tracing | Laurențiu Nicola | -2/+2 | |
| 2021-12-05 | Clean up some unused cross-crate dependencies | Laurențiu Nicola | -1/+1 | |
| 2021-10-23 | Set MSRV | Laurențiu Nicola | -0/+1 | |
| 2021-10-21 | Migrate to edition 2021 | Lukas Wirth | -1/+1 | |
| 2021-10-18 | Pull in new lsp-types for VS compat | Laurențiu Nicola | -2/+7 | |
| 2021-10-11 | fix: make signature info response conform to spec | Alex Muscar | -1/+1 | |
| This addreses https://github.com/rust-analyzer/rust-analyzer/issues/10464. This patch picks up `lsp-types` 0.90.1, which serialises the `SignatureInformation` and `ParameterInformation` with the right casing. It also adds `activeSignature` field as part of the top-level signature response. It keeps `activeParameter` at the top-level for backwards compatibility. | ||||
| 2021-10-09 | internal: update expect | Aleksey Kladov | -1/+1 | |
| 2021-09-26 | use crates io version | hamidreza kalbasi | -1/+1 | |
| 2021-09-26 | move lsif types to lsp types crate | hamidreza kalbasi | -1/+1 | |
| 2021-09-11 | removing seemingly unused dev deps. | Giles Cope | -1/+0 | |
| 2021-09-11 | remove unused deps | Giles Cope | -1/+0 | |
| 2021-09-06 | update to tracing-tree 0.1.10, which does not pull in syn. | David Barsky | -1/+1 | |
| 2021-08-30 | switch `log` crate to `tracing` | Dezhi Wu | -3/+2 | |
| 2021-08-22 | internal: remove unreasonable crate dependency | Aleksey Kladov | -0/+1 | |
| Proc macro expansion shouldn't know about salsa at all. | ||||
| 2021-08-22 | internal: reduce crate interdependence | Aleksey Kladov | -0/+2 | |
| I don't think there's anything wrong with project_model depending on proc_macro_api directly -- fundamentally, both are about gluing our pure data model to the messy outside world. However, it's easy enough to avoid the dependency, so why not. As an additional consideration, `proc_macro_api` now pulls in `base_db`. project_model should definitely not depend on that! | ||||
| 2021-08-15 | internal: optimize compile time | Aleksey Kladov | -1/+0 | |
| cargo llvm-lines shows that path_to_error bloats the code. I don't think I've needed this functionality recently, seems that we've fixed most of the serialization problems. So let's just remove it. Should be easy to add back if we ever need it, and it does make sense to keep the `from_json` function around. | ||||
| 2021-07-24 | Bump deps | Laurențiu Nicola | -1/+1 | |
| 2021-07-19 | Added some metadata for rust-analyser package sufficient to build it using ↵ | KOLANICH | -1/+4 | |
| `cargo deb` Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> | ||||
| 2021-07-05 | minor: drop dummy authors field | Aleksey Kladov | -1/+0 | |
| 2021-07-04 | internal: make `xtask` lighter | Aleksey Kladov | -0/+1 | |
| Moving tests to `rust-analyzer` crate allows removing walkdir dependency from `xtask`. It does seem more reasonable to keep tidy tests outside of the "build system" and closer to other integration tests. | ||||
| 2021-07-03 | internal: overhaul code generation | Aleksey Kladov | -0/+2 | |
| * Keep codegen adjacent to the relevant crates. * Remove codgen deps from xtask, speeding-up from-source installation. This regresses the release process a bit, as it now needs to run the tests (and, by extension, compile the code). | ||||
| 2021-06-19 | remove num_format | Milo | -1/+0 | |
| 2021-06-19 | use num_format | Milo | -1/+1 | |
| 2021-05-07 | Use package renaming so source doesn't say tikv | John Renner | -2/+2 | |
| 2021-05-07 | Switch from jemalloc to tikv-jemalloc | John Renner | -2/+2 | |
| 2021-04-27 | Return ServerNotInitialized according to the spec | Jeremy Kolb | -1/+1 | |
| According to the spec we should return ServerNotInitialized if the server is waiting for an initialize request and something else comes in. Upgrading to lsp-server 0.5.1 will do this and retry until the initialize request comes in. Fixes #8581 | ||||
| 2021-04-08 | Bump lsp-types and syn | kjeremy | -1/+1 | |
| This lsp-types now supports a default InsertTextMode for completion and a per-completion item commit_characters | ||||
| 2021-03-07 | :arrow_up: xflags | Aleksey Kladov | -1/+1 | |
| 2021-03-02 | Switch from pico-args to xflags | Aleksey Kladov | -1/+1 | |
| 2021-02-23 | 7526: Renamed create ssr to ide_ssr. | Chetan Khilosiya | -1/+1 | |
| 2021-02-16 | Bump lsp-types | kjeremy | -1/+1 | |
| 2021-02-14 | Start LSP 3.17 support | Jeremy Kolb | -1/+1 | |
| 2021-01-26 | Make always-assert crate reusable | Aleksey Kladov | -0/+2 | |
| 2021-01-19 | Update pico-args | kjeremy | -1/+1 | |
| Should maintains existing behavior | ||||
| 2021-01-18 | Add back jemalloc support | Jonas Schievink | -0/+6 | |
