]> git.lizzy.rs Git - rust.git/history - crates/ra_lsp_server/src/lib.rs
Move cargo watch functionality to separate crate
[rust.git] / crates / ra_lsp_server / src / lib.rs
2019-12-27 Emil LauridsenMove cargo watch functionality to separate crate
2019-12-25 Emil LauridsenInitial implementation of cargo check watching
2019-11-27 bors[bot]Merge #2430
2019-11-27 Aleksey Kladovrename ra_ide_api -> ra_ide
2019-11-25 bors[bot]Merge #2401
2019-11-24 bors[bot]Merge #2343
2019-11-22 bors[bot]Merge #2348 #2352
2019-11-22 bors[bot]Merge #2347
2019-11-22 bors[bot]Merge #2351
2019-11-22 bors[bot]Merge #2349
2019-11-22 Aleksey KladovBan println in lsp_server
2019-10-23 bors[bot]Merge #1980
2019-10-17 bors[bot]Merge #2012
2019-10-17 bors[bot]Merge #1998
2019-10-11 kjeremyNo need to make config pub
2019-10-08 bors[bot]Merge #1922
2019-09-30 bors[bot]Merge #1937
2019-09-30 Alexander AndreevMerge branch 'master' into feature/issue/1856
2019-09-30 Alexander AndreevAdded test for check doc strings in crates.
2019-08-31 bors[bot]Merge #1742
2019-08-31 Aleksey Kladovcleanup main loop
2019-08-30 bors[bot]Merge #1740
2019-08-30 Aleksey Kladovinline thread-worker
2019-08-22 bors[bot]Merge #1717
2019-08-22 bors[bot]Merge #1715
2019-08-22 Aleksey Kladovshow error to the user when deserializing config
2019-08-16 bors[bot]Merge #1691
2019-08-15 bors[bot]Merge #1445
2019-08-15 Aleksey Kladovimplement durability
2019-08-13 bors[bot]Merge #1636
2019-08-06 bors[bot]Merge #1652
2019-08-06 bors[bot]Merge #1657
2019-08-06 Aleksey Kladovrename config
2019-08-06 Aleksey Kladovintroduce ra_vfs_glob crate
2019-07-04 bors[bot]Merge #1485
2019-07-04 bors[bot]Merge #1486
2019-07-04 Aleksey Kladovallow rustfmt to reorder imports
2019-06-15 bors[bot]Merge #1404
2019-06-14 Muhammad Mominul... Get rid of failure: ra_lsp_server & ra_project_model
2019-06-01 bors[bot]Merge #1360
2019-06-01 bors[bot]Merge #1359
2019-06-01 bors[bot]Merge #1358
2019-06-01 Aleksey Kladovrename
2019-03-21 bors[bot]Merge #1002
2019-03-21 bors[bot]Merge #997
2019-03-20 Ville PenttinenImprove filtering of file roots
2019-03-06 bors[bot]Merge #933
2019-03-06 bors[bot]Merge #941
2019-03-06 bors[bot]Merge #940
2019-03-06 Ville PenttinenAdd showWorkspaceLoadedNotification to vscode client
2019-01-31 bors[bot]Merge #692
2019-01-31 bors[bot]Merge #712
2019-01-30 bors[bot]Merge #701
2019-01-30 bors[bot]Merge #702
2019-01-30 bors[bot]Merge #704 #705
2019-01-30 Jeremy KolbPass Documentation up to LSP and add "rust" to our...
2019-01-12 bors[bot]Merge #505
2019-01-12 bors[bot]Merge #500
2019-01-12 Jeremy KolbMove `CargoTargetSpec` and friends to cargo_target_spec...
2018-12-20 bors[bot]Merge #297
2018-12-20 bors[bot]Merge #292
2018-12-20 Aleksey Kladovswtich lsp server to vfs
2018-12-19 bors[bot]Merge #273
2018-12-18 bors[bot]Merge #286
2018-12-18 Aleksey Kladovmove thread worker to a separate crate
2018-12-06 bors[bot]Merge #260
2018-12-06 Aleksey Kladovmodernize more
2018-12-06 Aleksey Kladovdrop extern crates
2018-10-31 Aleksey KladovReformat all
2018-10-23 bors[bot]Merge #153
2018-10-23 bors[bot]Merge #151
2018-10-22 Jeremy A. KolbAdd LspError to explicity return errors from LSP handlers
2018-10-16 bors[bot]Merge #134
2018-10-16 Jeremy A. KolbCargo Format
2018-10-16 bors[bot]Merge #128
2018-10-15 bors[bot]Merge #132
2018-10-15 bors[bot]Merge #129
2018-10-15 Aleksey Kladovmigrate analysis and server to 2018
2018-10-14 bors[bot]Merge #112
2018-10-11 bors[bot]Merge #122
2018-10-11 Muhammad Mominul... Replace HashMap, HashSet with FxHashMap and FxHashSet
2018-09-16 Aleksey Kladovrename all things