about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/main_loop.rs
AgeCommit message (Expand)AuthorLines
2022-07-19Work around Code bug with empty diagnosticsLaurențiu Nicola-1/+15
2022-07-08Update remaining GitHub URLsJonas Schievink-1/+1
2022-06-12fix: Don't respond to cancelled requests when retrying themLukas Wirth-3/+6
2022-06-05minor: Don't log cancelled diagnosticsLukas Wirth-6/+1
2022-06-01minor: Fix rustfmt failing on main_loop.rsLukas Wirth-6/+10
2022-06-01Sync handlers cannot be cancelledLukas Wirth-3/+3
2022-06-01fix: Fix completions disappearing when typing two keys in quick successionLukas Wirth-20/+21
2022-05-22internal: Allow OnTypeFormatting to send SnippetTextEditFelicián Németh-1/+1
2022-05-17feat: Implement inlay hint tooltipsLukas Wirth-0/+1
2022-05-14fix diagnostics location map incorrectly from rustc span to lsp position for ...harpsword-0/+2
2022-04-28minor: Record snippet config errorsLukas Wirth-1/+1
2022-04-24Fix Reload Workspace commandEdwin Cheng-6/+7
2022-04-18More visibility for switch workspaces and its statesEdwin Cheng-2/+2
2022-04-16internal: more visibility into why things happenAleksey Kladov-13/+16
2022-04-14internal: Show more project building errors to the userLukas Wirth-8/+4
2022-04-12fix: Unset test feature in rustc source cratesLukas Wirth-1/+1
2022-04-11Show config deseralization failures on start upLukas Wirth-11/+2
2022-04-08Switch to LSP inlay hintsLaurențiu Nicola-1/+1
2022-03-31Add "view file text" command to debug sync issuesJonas Schievink-0/+1
2022-03-12fix clippy::needless_returnMatthias Krüger-1/+1
2022-02-09Bump lsp-typesLaurențiu Nicola-1/+1
2022-01-25Merge #11281bors[bot]-7/+21
2022-01-15make it a configJake Heinz-7/+6
2022-01-14fix overlyMilo-1/+1
2022-01-14cleanup + detect num cpusJake Heinz-4/+7
2022-01-14ide: parallel prime cachesJake Heinz-7/+19
2022-01-06feat: poke user when supplying faulty configurationsLukas Wirth-1/+12
2021-12-07internal: add "Shuffle Crate Graph" commandJonas Schievink-0/+1
2021-12-05Merge #10902bors[bot]-1/+1
2021-12-04Refactor away unnecessary VecBrandon-1/+1
2021-11-19Add toggle to disable cache primingLaurențiu Nicola-1/+3
2021-11-19fix: show custom check-commandFlorian-Schoenherr-10/+1
2021-11-09fix: show the right check-commandFlorian-Schoenherr-1/+13
2021-10-30Set server status to warning when proc-macro sources changeLukas Wirth-1/+1
2021-10-18Pull in new lsp-types for VS compatLaurențiu Nicola-3/+3
2021-10-16more clippy fixesMilo-2/+1
2021-10-11Show cargo check failures to the userLukas Wirth-1/+4
2021-09-13Shuffle code around to avoid an allocationLaurențiu Nicola-2/+4
2021-09-02fix error message for when DidChangeTextDocument path doesn't existAli-1/+1
2021-08-30feat: improve CPU usageAleksey Kladov-3/+5
2021-08-30internal: make scheduling control flow more obviousAleksey Kladov-12/+26
2021-08-30internal: improve consistencyAleksey Kladov-17/+18
2021-08-30internal: more obviously correct code for cache priming progerssAleksey Kladov-18/+30
2021-08-30Merge #10080bors[bot]-11/+7
2021-08-30internal: don't shut up the compiler when it says the code's buggyAleksey Kladov-11/+7
2021-08-30switch `log` crate to `tracing`Dezhi Wu-14/+14
2021-08-22internal: incentivize rust-analyzed developers to fix panicsAleksey Kladov-7/+5
2021-08-20internal: prep to 2021 editionAleksey Kladov-2/+2
2021-08-06Don't publish diagnostics in library source rootsJonas Schievink-1/+12
2021-07-27Remove some redundant clonesLaurențiu Nicola-1/+1