about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
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-0/+1
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-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-2/+10
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-86/+33
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
2022-03-31Prevent underflow when converting line numbersFelix Maurer-2/+8
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+17
2022-03-25Merge #11793bors[bot]-13/+23
2022-03-24Disable experimental diagnostics by defaultJonas Schievink-1/+1
2022-03-22Preserve order when grouping references.Kyle Huey-11/+16
2022-03-22LSIF: consolidate references into a single edge where possible.Kyle Huey-8/+13
2022-03-22minor: Bump dependenciesLukas Wirth-0/+1
2022-03-22fix: Fix lifetime elision hint configuration keyLukas Wirth-2/+2
2022-03-20Merge #11771bors[bot]-2/+13
2022-03-20feat: Visualize compiler inserted reborrows via inlay hintsLukas Wirth-2/+13
2022-03-19Merge #11755bors[bot]-12/+51
2022-03-19Change skip trivial behaviourLukas Wirth-4/+4
2022-03-19Add option to skip trivial casesLukas Wirth-10/+34
2022-03-19Use numbers for lifetimes by default, add setting to prefer using parameter n...Lukas Wirth-8/+13
2022-03-18Rename call info to "signature help"Jonas Schievink-6/+5
2022-03-18Provide signature help when editing generic argsJonas Schievink-1/+1
2022-03-18feat: Implement lifetime elision hintsLukas Wirth-3/+13
2022-03-16feat: Add return type hints for closures with block bodiesLukas Wirth-6/+14
2022-03-16Mark chaining hints as types, since that's what they areLaurențiu Nicola-2/+1
2022-03-12fix clippy::needless_returnMatthias Krüger-1/+1