index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
rust-analyzer
/
src
/
main_loop.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-19
Work around Code bug with empty diagnostics
Laurențiu Nicola
-1
/
+15
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-1
/
+1
2022-06-12
fix: Don't respond to cancelled requests when retrying them
Lukas Wirth
-3
/
+6
2022-06-05
minor: Don't log cancelled diagnostics
Lukas Wirth
-6
/
+1
2022-06-01
minor: Fix rustfmt failing on main_loop.rs
Lukas Wirth
-6
/
+10
2022-06-01
Sync handlers cannot be cancelled
Lukas Wirth
-3
/
+3
2022-06-01
fix: Fix completions disappearing when typing two keys in quick succession
Lukas Wirth
-20
/
+21
2022-05-22
internal: Allow OnTypeFormatting to send SnippetTextEdit
Felicián Németh
-1
/
+1
2022-05-17
feat: Implement inlay hint tooltips
Lukas Wirth
-0
/
+1
2022-05-14
fix diagnostics location map incorrectly from rustc span to lsp position for ...
harpsword
-0
/
+2
2022-04-28
minor: Record snippet config errors
Lukas Wirth
-1
/
+1
2022-04-24
Fix Reload Workspace command
Edwin Cheng
-6
/
+7
2022-04-18
More visibility for switch workspaces and its states
Edwin Cheng
-2
/
+2
2022-04-16
internal: more visibility into why things happen
Aleksey Kladov
-13
/
+16
2022-04-14
internal: Show more project building errors to the user
Lukas Wirth
-8
/
+4
2022-04-12
fix: Unset test feature in rustc source crates
Lukas Wirth
-1
/
+1
2022-04-11
Show config deseralization failures on start up
Lukas Wirth
-11
/
+2
2022-04-08
Switch to LSP inlay hints
Laurențiu Nicola
-1
/
+1
2022-03-31
Add "view file text" command to debug sync issues
Jonas Schievink
-0
/
+1
2022-03-12
fix clippy::needless_return
Matthias Krüger
-1
/
+1
2022-02-09
Bump lsp-types
Laurențiu Nicola
-1
/
+1
2022-01-25
Merge #11281
bors[bot]
-7
/
+21
2022-01-15
make it a config
Jake Heinz
-7
/
+6
2022-01-14
fix overly
Milo
-1
/
+1
2022-01-14
cleanup + detect num cpus
Jake Heinz
-4
/
+7
2022-01-14
ide: parallel prime caches
Jake Heinz
-7
/
+19
2022-01-06
feat: poke user when supplying faulty configurations
Lukas Wirth
-1
/
+12
2021-12-07
internal: add "Shuffle Crate Graph" command
Jonas Schievink
-0
/
+1
2021-12-05
Merge #10902
bors[bot]
-1
/
+1
2021-12-04
Refactor away unnecessary Vec
Brandon
-1
/
+1
2021-11-19
Add toggle to disable cache priming
Laurențiu Nicola
-1
/
+3
2021-11-19
fix: show custom check-command
Florian-Schoenherr
-10
/
+1
2021-11-09
fix: show the right check-command
Florian-Schoenherr
-1
/
+13
2021-10-30
Set server status to warning when proc-macro sources change
Lukas Wirth
-1
/
+1
2021-10-18
Pull in new lsp-types for VS compat
Laurențiu Nicola
-3
/
+3
2021-10-16
more clippy fixes
Milo
-2
/
+1
2021-10-11
Show cargo check failures to the user
Lukas Wirth
-1
/
+4
2021-09-13
Shuffle code around to avoid an allocation
Laurențiu Nicola
-2
/
+4
2021-09-02
fix error message for when DidChangeTextDocument path doesn't exist
Ali
-1
/
+1
2021-08-30
feat: improve CPU usage
Aleksey Kladov
-3
/
+5
2021-08-30
internal: make scheduling control flow more obvious
Aleksey Kladov
-12
/
+26
2021-08-30
internal: improve consistency
Aleksey Kladov
-17
/
+18
2021-08-30
internal: more obviously correct code for cache priming progerss
Aleksey Kladov
-18
/
+30
2021-08-30
Merge #10080
bors[bot]
-11
/
+7
2021-08-30
internal: don't shut up the compiler when it says the code's buggy
Aleksey Kladov
-11
/
+7
2021-08-30
switch `log` crate to `tracing`
Dezhi Wu
-14
/
+14
2021-08-22
internal: incentivize rust-analyzed developers to fix panics
Aleksey Kladov
-7
/
+5
2021-08-20
internal: prep to 2021 edition
Aleksey Kladov
-2
/
+2
2021-08-06
Don't publish diagnostics in library source roots
Jonas Schievink
-1
/
+12
2021-07-27
Remove some redundant clones
Laurențiu Nicola
-1
/
+1
[next]