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
Age
Commit message (
Expand
)
Author
Lines
2021-07-27
refactor: Make handle_hover handle ranges too
Alexander Gonzalez
-41
/
+33
2021-07-27
chore: Remove unnecessary log
Alexander Gonzalez
-1
/
+0
2021-07-27
feat: Completed the client side implementation of rust-analyzer/hoverRange
Alexander Gonzalez
-19
/
+40
2021-07-27
feat: Add the hover_range capability
Alexander Gonzalez
-3
/
+4
2021-07-27
feat: Extend the server with the hover_range capability
Alexander Gonzalez
-6
/
+28
2021-07-27
Remove some redundant clones
Laurențiu Nicola
-1
/
+1
2021-07-27
fix: add capability for "open cargo.toml" lsp extension
Aleksey Kladov
-0
/
+1
2021-07-26
fix: correctly update diagnostics when files are opened and closed
Aleksey Kladov
-73
/
+76
2021-07-26
internal: prepare to track changes to mem_docs
Aleksey Kladov
-28
/
+68
2021-07-26
Merge #9558
bors[bot]
-15
/
+2
2021-07-22
Updated docs.
Kevin DeLorey
-8
/
+9
2021-07-22
Initial commit of highlight related configuration w/ implementation.
Kevin DeLorey
-3
/
+20
2021-07-22
Merge #9634
bors[bot]
-1
/
+3
2021-07-22
mention files.watcherExclude
Damien Elmes
-1
/
+1
2021-07-22
Fix a couple of clippy nits
Laurențiu Nicola
-2
/
+2
2021-07-19
docs: publish Explaining Rust Analyzer series
Aleksey Kladov
-4
/
+4
2021-07-19
internal: use types to remove some unwraps
Aleksey Kladov
-2
/
+2
2021-07-19
remove debug prints
Aleksey Kladov
-2
/
+0
2021-07-19
minor update to excludeDirs doc
Damien Elmes
-1
/
+3
2021-07-18
fix: potential bugs when build scripts do not match the current project
Aleksey Kladov
-63
/
+105
2021-07-18
internal: simplify handling of the build scripts
Aleksey Kladov
-112
/
+124
2021-07-17
internal: a bit more of cwd safety for flycheck
Aleksey Kladov
-35
/
+40
2021-07-11
drop unused fields
Aleksey Kladov
-2
/
+0
2021-07-11
simplify
Aleksey Kladov
-1
/
+1
2021-07-11
drop unused field
Aleksey Kladov
-1
/
+1
2021-07-11
simplify
Aleksey Kladov
-1
/
+7
2021-07-11
better name
Aleksey Kladov
-1
/
+1
2021-07-11
Let the client care about presentation
Aleksey Kladov
-8
/
+18
2021-07-11
prepare to move run/debug splitting to handlers
Aleksey Kladov
-32
/
+50
2021-07-11
Merge #9449
bors[bot]
-9
/
+5
2021-07-11
Do not erase Cargo diagnostics from the closed documents
Kirill Bulatov
-15
/
+2
2021-07-09
Emit test name in Run test runnables if it comes from a macro expansion
Lukas Wirth
-9
/
+5
2021-07-06
internal: ensure consistent passing for config params
Aleksey Kladov
-4
/
+4
2021-07-05
feat: make join lines behavior configurable
Aleksey Kladov
-4
/
+21
2021-07-05
refactor logger flushing
mahdi-frms
-2
/
+3
2021-07-05
make the logs line buffered
mahdi-frms
-9
/
+8
2021-07-04
feat: always prefer postfix snippets if there's exact textual match
Aleksey Kladov
-4
/
+11
2021-07-04
internal: make CompletionItem and SourceChange consistent
Aleksey Kladov
-12
/
+5
2021-07-04
internal: better factoring for to_proto::completion
Aleksey Kladov
-84
/
+97
2021-07-04
minor: style
Aleksey Kladov
-35
/
+39
2021-07-02
Add "View Crate Graph (Full)"
Jonas Schievink
-4
/
+14
2021-06-29
Merge #9269
bors[bot]
-7
/
+11
2021-06-29
Watch for Cargo.toml and .lock changes
Laurențiu Nicola
-1
/
+7
2021-06-28
Resolve attribute paths in attribute highlighting
Lukas Wirth
-0
/
+2
2021-06-24
Merge #9375
bors[bot]
-28
/
+17
2021-06-24
Simplify
Lukas Wirth
-1
/
+1
2021-06-23
Merge #9380
bors[bot]
-2
/
+18
2021-06-24
move goto_declaration fall back into handlers
Lukas Wirth
-2
/
+2
2021-06-23
Rename 'document_highlight' to 'highlight_related'
Lukas Wirth
-1
/
+1
2021-06-23
Move document highlighting computation from rust-analyzer to ide
Lukas Wirth
-28
/
+17
[prev]
[next]