about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2022-01-03fix: don't panic on seeing an unexpected offsetDavid Hotham-28/+34
2022-01-02internal: Handle macro calls better in highlightingLukas Wirth-0/+2
2022-01-02Avoid collect_vec from itertoolsLaurențiu Nicola-3/+2
2022-01-01feat: correctly fallback to notify if the clinet-side file watching is not su...Aleksey Kladov-32/+30
2021-12-31feat(diagnostics): add new config to fill default expressionBenjamin Coenen-2/+25
2021-12-20fix: Fix windows not finding the pdb fileLukas Wirth-0/+12
2021-12-17Add a few default snippets for VSCodeLukas Wirth-1/+42
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+14
2021-12-06Bump tracingLaurențiu Nicola-6/+19
2021-12-05Merge #10902bors[bot]-283/+372
2021-12-04Update expected test resultsBrandon-256/+336
2021-12-04Handle multiple cargo check quick fix spansBrandon-23/+32
2021-12-04Refactor away unnecessary VecBrandon-7/+7
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-3/+7
2021-12-04Introduce SymbolKind::AttributeLukas Wirth-4/+8
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-4/+4
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-3/+7
2021-11-29Merge #10841bors[bot]-2/+46
2021-11-22Emit moniker in lsifhkalbasi-2/+46
2021-11-22Make lint groups work correctly with `warningsAsInfo` and `warningsAsHint`Emil Gardström-2/+12
2021-11-19Add toggle to disable cache primingLaurențiu Nicola-1/+10
2021-11-19fix: show custom check-commandFlorian-Schoenherr-10/+1
2021-11-18Allow clients to configure the global workspace search limitPaul Horn-8/+16
2021-11-13flip the defaultJake Heinz-1/+1
2021-11-13inlay hints: add the option to always show constructor inlay hintsJake Heinz-4/+7
2021-11-09fix: show the right check-commandFlorian-Schoenherr-1/+13
2021-11-06Bump depsLaurențiu Nicola-69/+23
2021-11-03Merge #10596bors[bot]-2/+18
2021-10-30Set server status to warning when proc-macro sources changeLukas Wirth-2/+18
2021-10-29Fix Plaintext textDocument/hovervsrs-3/+16
2021-10-29Merge #10595bors[bot]-0/+23
2021-10-29Fix: correct markdown link form.Dezhi Wu-2/+10
2021-10-29Fix: use a concise way to change link form when generating package.jsonDezhi Wu-8/+8
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-1/+1
2021-10-28Fix: transform the asciidoc form link to markdown style when generating the p...Dezhi Wu-2/+17
2021-10-27Merge #10649bors[bot]-1/+1
2021-10-27Remove `CompletionKind` in favor of `CompletionItemKind`Lukas Wirth-1/+1
2021-10-26Merge #10592bors[bot]-0/+17
2021-10-26perf: avoid allocating by just slicing.Dezhi Wu-8/+5
2021-10-22Use array IntoIterLaurențiu Nicola-1/+1
2021-10-21Migrate to edition 2021Lukas Wirth-5/+2
2021-10-20Fix: only shows one # when we encounter ##Dezhi Wu-3/+23
2021-10-18Fix testsLaurențiu Nicola-23/+69
2021-10-18Pull in new lsp-types for VS compatLaurențiu Nicola-72/+72
2021-10-16fixMilo-2/+1
2021-10-16add a commentMilo-0/+1
2021-10-16more clippy fixesMilo-12/+10
2021-10-14Merge #10517bors[bot]-1/+4
2021-10-14Merge #10434bors[bot]-5/+64
2021-10-14Merge #10537bors[bot]-2/+3