about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2022-05-04Implement old to new config patchingLukas Wirth-0/+118
2022-05-02Auto merge of #12093 - nico-abram:uwu, r=Veykrilbors-1/+6
2022-05-01Fix up config docsLukas Wirth-20/+41
2022-05-01Fix untagged enum deserializationLukas Wirth-2/+32
2022-05-01Final fixupsLukas Wirth-10/+11
2022-05-01Update config usage in slow testsLukas Wirth-6/+12
2022-05-01Adjust signature info and enum variant lensesLukas Wirth-5/+20
2022-05-01Implement boolean aliasesLukas Wirth-21/+100
2022-05-01Sort config definitionLukas Wirth-107/+102
2022-05-01Initial config revampLukas Wirth-144/+196
2022-05-01delete another swap filePeh-0/+0
2022-05-01update crates names in slow-tests/tidy.rsPeh-16/+16
2022-05-01style: rename crates to kebab casePeh-8/+8
2022-04-29small typo in log messageJustin Tracey-1/+1
2022-04-28minor: Record snippet config errorsLukas Wirth-3/+8
2022-04-27SimplifyLukas Wirth-40/+30
2022-04-27Reload project on .cargo/config[.toml] changesunknown-1/+6
2022-04-25Auto merge of #12075 - jonas-schievink:less-aggressive-quickfixes, r=jonas-sc...bors-67/+13
2022-04-25Don't emit a quickfix for placeholder suggestionsJonas Schievink-67/+13
2022-04-25Auto merge of #12007 - edwin0cheng:restart-proc-macro-reload, r=jonas-schievinkbors-6/+14
2022-04-24minor: clarify error messageAleksey Kladov-1/+1
2022-04-24Fix Reload Workspace commandEdwin Cheng-6/+14
2022-04-22Spawn a new thread with a larger stack for the serverJonas Schievink-2/+23
2022-04-19Allows triggering commands after an assist editJonas Schievink-5/+17
2022-04-18More visibility for switch workspaces and its statesEdwin Cheng-4/+9
2022-04-17Bump depsLaurențiu Nicola-1/+2
2022-04-16internal: more visibility into why things happenAleksey Kladov-28/+35
2022-04-16fix: Fix proc-macro change check being invertedLukas Wirth-1/+1
2022-04-15fix: Fix source root panic in global state when checking out older git revsLukas Wirth-21/+17
2022-04-14minor: Cleanup config.rs a bitLukas Wirth-50/+96
2022-04-14internal: Show more project building errors to the userLukas Wirth-43/+62
2022-04-13Auto merge of #11956 - fee1-dead:master, r=flodieboldbors-0/+5
2022-04-13Update CI for Rust borsDeadbeef-1/+1
2022-04-13feat: allow customizing the command for running build scriptsDeadbeef-0/+5
2022-04-12Merge #11883bors[bot]-0/+14
2022-04-12fix: move dir on rename modrainy-me-0/+14
2022-04-12fix: Unset test feature in rustc source cratesLukas Wirth-1/+1
2022-04-11Add simplistic config validationLukas Wirth-0/+13
2022-04-11Show config deseralization failures on start upLukas Wirth-61/+84
2022-04-11Merge #11935bors[bot]-86/+33
2022-04-09minor: bump lsp-server versionLukas Wirth-3/+11
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-86/+33
2022-04-04fix: Show the path to be created in the unresolved-module fix labelLukas Wirth-4/+4
2022-04-03Merge #10802bors[bot]-8/+16
2022-04-03Merge #11866bors[bot]-2/+115
2022-04-03suggest infered type in auto completehkalbasi-0/+1
2022-04-02Simplify completion import insertionLukas Wirth-1/+1
2022-04-01Merge #11869bors[bot]-2/+3
2022-04-01Code blocks with tilde also works like code blockLee Dogeon-2/+3
2022-03-31Add test against line number underflowFelix Maurer-0/+107