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
/
to_proto.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-18
Add simple support for completion item details
Lukas Wirth
-0
/
+7
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-20
/
+19
2022-06-18
feat: add fold range for multi line match arm list
harpsword
-1
/
+2
2022-05-19
Enable hovering function parameter inlay hints
Lukas Wirth
-4
/
+7
2022-05-19
internal: Improve inlay hint tooltips
Lukas Wirth
-15
/
+25
2022-05-17
Allow inlay hint tooltips to trigger hovers
Lukas Wirth
-18
/
+20
2022-05-17
Trigger hover requests on closing brace hints
Lukas Wirth
-6
/
+18
2022-05-17
Replace some SmolStr usages with String as the conversion happens anyways
Lukas Wirth
-18
/
+18
2022-05-16
Fix signature help LSP offset conversion
Jonas Schievink
-3
/
+7
2022-05-16
Show inlay hints after a `}` to indicate the closed item
Jonas Schievink
-4
/
+7
2022-05-14
feat: Add binding mode inlay hints
Lukas Wirth
-16
/
+19
2022-05-12
internal: Remove redundant offset data in annotations
Lukas Wirth
-14
/
+10
2022-05-10
Fix inverted signature help setting
Jonas Schievink
-1
/
+1
2022-05-01
Initial config revamp
Lukas Wirth
-13
/
+9
2022-04-19
Allows triggering commands after an assist edit
Jonas Schievink
-0
/
+6
2022-04-17
Bump deps
Laurențiu Nicola
-0
/
+1
2022-04-12
Merge #11883
bors[bot]
-0
/
+14
2022-04-12
fix: move dir on rename mod
rainy-me
-0
/
+14
2022-04-08
Switch to LSP inlay hints
Laurențiu Nicola
-10
/
+11
2022-04-03
suggest infered type in auto complete
hkalbasi
-0
/
+1
2022-04-02
Simplify completion import insertion
Lukas Wirth
-1
/
+1
2022-03-20
Merge #11771
bors[bot]
-2
/
+10
2022-03-20
feat: Visualize compiler inserted reborrows via inlay hints
Lukas Wirth
-2
/
+10
2022-03-19
Merge #11755
bors[bot]
-3
/
+10
2022-03-18
Rename call info to "signature help"
Jonas Schievink
-3
/
+3
2022-03-18
feat: Implement lifetime elision hints
Lukas Wirth
-3
/
+10
2022-03-16
feat: Add return type hints for closures with block bodies
Lukas Wirth
-4
/
+9
2022-03-16
Mark chaining hints as types, since that's what they are
Laurențiu Nicola
-2
/
+1
2022-03-12
minor: Pad type inlay hints if no colons are requested
Lukas Wirth
-1
/
+2
2022-03-12
minor: add missing definitions of lsp_ext::InlayHintLabel
Lukas Wirth
-2
/
+2
2022-03-11
fix: Allow configuration of colons in inlay-hints
Lukas Wirth
-8
/
+10
2022-03-08
Add back colons around inlay hints
Laurențiu Nicola
-2
/
+6
2022-03-07
Improve inlay hint padding
Laurențiu Nicola
-3
/
+13
2022-03-07
Merge #11445
bors[bot]
-4
/
+10
2022-03-07
Fix parameter hint position
Laurențiu Nicola
-1
/
+4
2022-03-05
Fix highlighting of `Self`
Lukas Wirth
-1
/
+5
2022-03-04
Remove debugging leftovers
Kirill Bulatov
-1
/
+1
2022-03-04
Clean up the redundant hints code and config
Kirill Bulatov
-5
/
+5
2022-03-04
Fixes
Laurențiu Nicola
-2
/
+2
2022-03-04
Update inlay hints for upstream
Laurențiu Nicola
-8
/
+8
2022-03-04
Add experimental VSCode api
Kirill Bulatov
-6
/
+9
2022-01-02
internal: Handle macro calls better in highlighting
Lukas Wirth
-0
/
+1
2021-12-04
Introduce SymbolKind::Derive
Lukas Wirth
-3
/
+6
2021-12-04
Introduce SymbolKind::Attribute
Lukas Wirth
-4
/
+7
2021-12-03
Rename things: Tool -> ToolModule
Lukas Wirth
-3
/
+3
2021-12-03
Remove syntax highlighting hack for builtin attrs
Lukas Wirth
-3
/
+6
2021-10-29
Fix Plaintext textDocument/hover
vsrs
-2
/
+9
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-1
/
+1
2021-10-27
Remove `CompletionKind` in favor of `CompletionItemKind`
Lukas Wirth
-1
/
+1
2021-10-18
Pull in new lsp-types for VS compat
Laurențiu Nicola
-52
/
+52
[next]