]> git.lizzy.rs Git - rust.git/history - crates/ra_lsp_server/src/conv.rs
translate \n -> \r\n on the way out
[rust.git] / crates / ra_lsp_server / src / conv.rs
2019-08-20 Aleksey Kladovtranslate \n -> \r\n on the way out
2019-08-20 Aleksey Kladovmake CTX type param instead of assoc type
2019-08-20 Aleksey Kladovminor
2019-08-13 bors[bot]Merge #1636
2019-08-06 bors[bot]Merge #1652
2019-08-06 bors[bot]Merge #1654
2019-08-06 Aleksey Kladovuse Conv for severity
2019-07-31 bors[bot]Merge #1627
2019-07-30 Roman StoliarHide comments in rust section of doc comments
2019-07-29 bors[bot]Merge #1604
2019-07-29 bors[bot]Merge #1601
2019-07-25 bors[bot]Merge #1586
2019-07-25 bors[bot]Merge #1591
2019-07-25 Kirill BulatovMake Analysis api cancellable
2019-07-08 bors[bot]Merge #1511
2019-07-08 Aleksey Kladovdon't send LocationLink unless the client opts-in
2019-07-08 Aleksey Kladovsimplify
2019-07-08 Aleksey Kladovadd try_conv_with_to_vec
2019-07-04 bors[bot]Merge #1487
2019-07-04 bors[bot]Merge #1482
2019-07-04 Jeremy KolbSome clippy fixes for 1.36
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-08 bors[bot]Merge #1385
2019-06-08 Aleksey Kladovmake Docs handing more ideomatic
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-05-30 bors[bot]Merge #1352
2019-05-30 Aleksey Kladovupdate ra_ide_api to use builtins
2019-05-04 bors[bot]Merge #1208
2019-05-04 Lenard PrattAdded local macro goto
2019-04-14 bors[bot]Merge #1138
2019-04-09 bors[bot]Merge #1122
2019-04-09 bors[bot]Merge #1110
2019-04-09 Ville PenttinenRefactor CallInfo function signatures to new FunctionSi...
2019-03-12 bors[bot]Merge #959
2019-03-12 bors[bot]Merge #958
2019-03-11 kjeremyLSP: Support EnumMember and Field
2019-02-25 bors[bot]Merge #897
2019-02-25 bors[bot]Merge #898
2019-02-25 Aleksey Kladovrename type to type_alias in the AST as well
2019-02-18 bors[bot]Merge #854
2019-02-18 Aleksey KladovDon't use additional_text_edits API internally
2019-02-17 bors[bot]Merge #847
2019-02-17 bors[bot]Merge #844
2019-02-17 Ville PenttinenRefactor find_all_refs to return ReferenceSearchResult
2019-02-08 Aleksey Kladovreformat the world
2019-02-07 bors[bot]Merge #755
2019-02-06 bors[bot]Merge #754
2019-02-06 kjeremySome clippy cleanups
2019-02-03 bors[bot]Merge #727
2019-02-01 bors[bot]Merge #693
2019-02-01 Florian DieboldUse the new Resolver API in completion
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-23 bors[bot]Merge #617 #618
2019-01-23 bors[bot]Merge #615
2019-01-23 Hirokazu HataFix target_selection_range type
2019-01-22 bors[bot]Merge #593
2019-01-22 Jeremy KolbTeach CompletionItem about documentation
2019-01-20 bors[bot]Merge #574
2019-01-20 gfreezyuse a combination of `source_change` and `text_edit...
2019-01-19 gfreezyrefactor to use `remove_range` and `replace_range`...
2019-01-19 gfreezyrefactor completions to use TextEdit instead of InsertText
2019-01-16 bors[bot]Merge #536
2019-01-14 bors[bot]Merge #537
2019-01-14 Aleksey Kladovswitch to lsp-types
2019-01-13 bors[bot]Merge #533
2019-01-13 Aleksey Kladovtarget_selection_range is not nullable in the implement...
2019-01-12 bors[bot]Merge #505
2019-01-12 Florian DieboldComplete inherent methods
2019-01-11 bors[bot]Merge #498
2019-01-11 Aleksey Kladovactually produce missing def kinds
2019-01-11 bors[bot]Merge #496
2019-01-11 Aleksey Kladovfix tests
2019-01-11 Aleksey Kladovuse location link in goto def
2019-01-11 Aleksey Kladovreturn ref ranges from gotodef
2019-01-10 bors[bot]Merge #475
2019-01-09 Aleksey Kladovadd completion detail
2019-01-08 bors[bot]Merge #471
2019-01-08 Aleksey Kladovfix usages after rename
2019-01-08 bors[bot]Merge #468
2019-01-08 Aleksey Kladovdont depend on ra_editor directly
2019-01-05 bors[bot]Merge #414
2019-01-05 bors[bot]Merge #427
2019-01-04 bors[bot]Merge #426
2019-01-04 Florian DieboldRename ImplItem to ImplBlock
2019-01-04 bors[bot]Merge #391
2019-01-03 bors[bot]Merge #417
2019-01-03 bors[bot]Merge #416
2019-01-03 bors[bot]Merge #415
2019-01-03 Bernardouse lsp WorkspaceEdit instead of custom source_file_edi...
2019-01-02 bors[bot]Merge #408
next