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
/
ide
/
src
/
static_index.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-28
fix: add an option to show inlay hint for return type of closures without block
harpsword
-1
/
+1
2022-05-20
feat: hide type inlay hints for initializations of closures
andylizi
-0
/
+1
2022-05-16
Show inlay hints after a `}` to indicate the closed item
Jonas Schievink
-0
/
+1
2022-05-14
feat: Add binding mode inlay hints
Lukas Wirth
-0
/
+1
2022-05-12
feat: Allow reborrow inlay hints to be restricted to mutable reborrows only
Lukas Wirth
-7
/
+5
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-2
/
+1
2022-03-20
feat: Visualize compiler inserted reborrows via inlay hints
Lukas Wirth
-0
/
+1
2022-03-19
Add option to skip trivial cases
Lukas Wirth
-2
/
+5
2022-03-19
Use numbers for lifetimes by default, add setting to prefer using parameter n...
Lukas Wirth
-0
/
+1
2022-03-18
feat: Implement lifetime elision hints
Lukas Wirth
-0
/
+1
2022-03-16
feat: Add return type hints for closures with block bodies
Lukas Wirth
-0
/
+1
2022-03-11
fix: Allow configuration of colons in inlay-hints
Lukas Wirth
-0
/
+1
2022-03-07
Merge #11445
bors[bot]
-0
/
+1
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-1
/
+1
2022-03-04
Load hints for part of the file only
Kirill Bulatov
-0
/
+1
2022-01-04
Remove lossy `Definition::from_token`/`Definition::from_node` methods
Lukas Wirth
-4
/
+4
2021-12-03
feat: Resolve builtin-attr and tools in ide layer
Lukas Wirth
-0
/
+1
2021-11-22
Emit moniker in lsif
hkalbasi
-0
/
+31
2021-11-22
Split parts of `ide_db::call_info` off into `ide`
Lukas Wirth
-9
/
+9
2021-11-22
Unnest ide::display::navigation_target module
Lukas Wirth
-2
/
+1
2021-11-13
inlay hints: add the option to always show constructor inlay hints
Jake Heinz
-0
/
+1
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-3
/
+1
2021-10-16
more clippy fixes
Milo
-5
/
+7
2021-10-12
Merge #10423
bors[bot]
-7
/
+33
2021-10-12
Saw a FIXME comment and decided to fix it.
Mirko Rainer
-1
/
+1
2021-10-12
internal changes for mdbook
hamidreza kalbasi
-7
/
+33
2021-10-05
Replace `if let` with `match` where appropriate
Aramis Razzaghipour
-8
/
+6
2021-09-29
remove glob import and cancellables
hamidreza kalbasi
-13
/
+8
2021-09-26
add some tests
hamidreza kalbasi
-0
/
+80
2021-09-26
support goto definition and find references
hamidreza kalbasi
-30
/
+59
2021-09-26
reuse hover results with resultset
hamidreza kalbasi
-46
/
+96
2021-09-26
add hover
hamidreza kalbasi
-12
/
+51
2021-09-26
use utf16 instead of utf8
hamidreza kalbasi
-0
/
+3
2021-09-26
Begining of lsif
hamidreza kalbasi
-0
/
+60