about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code/package.json
AgeCommit message (Expand)AuthorLines
2024-07-23internal: remove UnindexedProject notificationDavid Barsky-10/+0
2024-07-23Remove lens.forceCustomCommands configPaulDotSH-10/+0
2024-07-19Auto merge of #17639 - Veykril:salsa-perf, r=Veykrilbors-1/+2
2024-07-19Regenerate filesLukas Wirth-1/+2
2024-07-19remove rust-analyzer.openFAQJoel Daniel Rico-8/+0
2024-07-18Auto merge of #17246 - davidbarsky:david/move-rust-project-generation-to-serv...bors-0/+34
2024-07-18feature: move `linked_projects` discovery to the rust-analyzer serverDavid Barsky-0/+34
2024-07-18Update test fixturesLukas Wirth-5/+0
2024-07-17Auto merge of #17616 - Veykril:config-param-hints, r=Veykrilbors-2/+2
2024-07-17Fix incorrect generic parameter hint defaultsLukas Wirth-2/+2
2024-07-17Add --keep-going to rust-analyzer.cargo.buildScripts.overrideCommand docsLaurențiu Nicola-1/+1
2024-07-10Remove faq landing page, improve main oneLukas Wirth-51/+12
2024-07-08feat: add inlay hints for generic parametersLiao Junxuan-0/+30
2024-07-07Auto merge of #17523 - wada314:master, r=Veykrilbors-0/+10
2024-07-06Auto merge of #17549 - Veykril:runnables-fix, r=Veykrilbors-8/+0
2024-07-06fix: Fix runnables being incorrectly constructedLukas Wirth-8/+0
2024-07-06Auto merge of #17508 - jjoeldaniel:landing-page, r=Veykrilbors-0/+106
2024-07-02squash.Shohei Wada-0/+10
2024-07-01Auto merge of #17522 - Veykril:comptimes, r=Veykrilbors-6/+6
2024-06-30Remove serde flag from indexmap dependencyLukas Wirth-6/+6
2024-06-29Make borrow checking configurable for term searchTavo Annus-0/+10
2024-06-28Add landing/faq walkthroughs and commands for quick accessJoel Daniel Rico-0/+106
2024-06-22Fix suggestions of unstable constantsTavo Annus-4/+4
2024-06-17feat: add `toggleLSPLogs` commandJoel Daniel Rico-0/+9
2024-06-11Simplify some config serialization stuffLukas Wirth-9/+40
2024-06-04fmtChosenName-4/+4
2024-06-04fmtChosenName-2/+6
2024-06-04Update package.jsonChosenName-1392/+2198
2024-05-08Make term search fuel configurableTavo Annus-0/+12
2024-04-30docs: Fix typo in VS Code setting descriptionWilfred Hughes-1/+1
2024-04-25Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykrilbors-3/+12
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+2295
2024-04-20Add hovering limitations support for variantsroife-2/+2
2024-04-19fix: add a separate setting for enum variantsroife-2/+11
2024-04-16fix: adjust the limitation for ADTs' fields to 5roife-1/+1
2024-04-16Update tests and docs for hover_show_adtFieldsOrVariantsroife-3/+3
2024-04-16Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTsroife-0/+2292