about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2022-02-25Add CSV output to analysis-statsFlorian Diebold-6/+68
2022-02-21Merge #11455bors[bot]-3/+1
2022-02-21Merge #11424bors[bot]-4/+18
2022-02-19Fix a typo in server_capabilities.experimentalFelicián Németh-1/+1
2022-02-14correct the description of Struct GlobalStatedoki-1/+1
2022-02-12fix: add missing experimental capabilitiesFelicián Németh-3/+6
2022-02-11Handle proc-macro functions as the proc-macro they resolve toLukas Wirth-3/+1
2022-02-09Bump lsp-typesLaurențiu Nicola-2/+2
2022-02-09Revert "Revert "Bump dashmap""Laurențiu Nicola-1/+1
2022-02-07add missing snake case attribute, update hashMoritz Vetter-0/+1
2022-02-06Pass required features to cargo when using run actionMaybe Waffle-4/+18
2022-01-31Merge #11182bors[bot]-28/+34
2022-01-26Fix merge commit check for git 2.35Jonas Schievink-4/+3
2022-01-25Merge #11281bors[bot]-8/+40
2022-01-16Merge #11287bors[bot]-1/+1
2022-01-15make it a configJake Heinz-7/+23
2022-01-14fix overlyMilo-1/+1
2022-01-14cleanup + detect num cpusJake Heinz-5/+9
2022-01-14ide: parallel prime cachesJake Heinz-7/+19
2022-01-10Fix documentation of snippetWang Ruochen-1/+17
2022-01-07Merge #11145bors[bot]-2/+25
2022-01-07feat(diagnostics): use default expression instead of todo! when missing fieldsBenjamin Coenen-2/+2
2022-01-07feat(diagnostics): use default expression instead of todo! when missing fieldsBenjamin Coenen-5/+5
2022-01-07Update crates/rust-analyzer/src/config.rsCoenen Benjamin-1/+1
2022-01-06feat: poke user when supplying faulty configurationsLukas Wirth-12/+36
2022-01-06Adjust config nameLukas Wirth-4/+5
2022-01-06Regenrate docs and package.jsonLukas Wirth-4/+15
2022-01-06feat: Add config to replace specific proc-macros with dummy expandersLukas Wirth-9/+49
2022-01-04add better default behavior on fill struct fields diagnosticBenjamin Coenen-1/+1
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-01test: force client-side watchingAleksey Kladov-0/+8
2022-01-01better error messageAleksey Kladov-1/+3
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-20Merge #11073bors[bot]-0/+12
2021-12-20fix: Fix windows not finding the pdb fileLukas Wirth-0/+12
2021-12-20Merge #11028bors[bot]-1/+1
2021-12-17Add a few default snippets for VSCodeLukas Wirth-1/+42
2021-12-16Bump MSRV (1.57)iDawer-1/+1
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+14
2021-12-06Bump tracingLaurențiu Nicola-8/+21
2021-12-05Clean up some unused cross-crate dependenciesLaurențiu Nicola-1/+1
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-04Merge #10929bors[bot]-4/+12
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-3/+7