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
/
hover.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-17
feat: support negative const generic parameters
Artur Sinila
-20
/
+10
2022-06-10
internal: Bump Dependencies
Lukas Wirth
-2
/
+2
2022-05-23
fix: When hovering macro inputs, don't show everything that was downmapped
Lukas Wirth
-1
/
+1
2022-04-07
minor: Remove pointless rebindings
Lukas Wirth
-1
/
+1
2022-03-31
internal: Enforce Resolver to always have a module scope
Lukas Wirth
-1
/
+1
2022-03-12
fix clippy::needless_borrow
Matthias Krüger
-1
/
+1
2022-03-06
internal: Re-arrange ide_db modules
Lukas Wirth
-1
/
+2
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-1
/
+1
2022-02-15
fix: keyword hover works on non-keyword tokens if expanded to keyword
Lukas Wirth
-7
/
+10
2022-01-31
Make more precise range macro upmapping
Lukas Wirth
-4
/
+9
2022-01-04
Remove lossy `Definition::from_token`/`Definition::from_node` methods
Lukas Wirth
-3
/
+3
2021-12-17
fix: Don't duplicate attribute completions
Lukas Wirth
-3
/
+4
2021-12-10
Don't show trait flyimports for impl trait and placeholders
Lukas Wirth
-1
/
+1
2021-11-22
Add to macro testing infra to emit token map ids
Lukas Wirth
-1
/
+0
2021-11-22
Unnest ide::display::navigation_target module
Lukas Wirth
-2
/
+1
2021-11-19
ide: dedupe or merge hover actions
Jake Heinz
-4
/
+48
2021-11-18
ide: show go to for function hover return type
Jake Heinz
-0
/
+1
2021-11-11
internal: Flatten `Definition::ModuleDef` variant
Lukas Wirth
-27
/
+18
2021-10-16
more clippy fixes
Milo
-5
/
+5
2021-10-12
Saw a FIXME comment and decided to fix it.
Mirko Rainer
-1
/
+1
2021-09-23
Split the hover module up
Lukas Wirth
-4694
/
+70
2021-09-23
Support goto_def for intra-doc-links in macro invocations
Lukas Wirth
-57
/
+8
2021-09-23
Make hover work for intra doc links in macro invocations
Lukas Wirth
-20
/
+100
2021-09-23
Cleanup
Lukas Wirth
-121
/
+67
2021-09-22
move function to defs.rs
hamidreza kalbasi
-72
/
+19
2021-09-22
use find_definition in go to
hamidreza kalbasi
-27
/
+44
2021-09-21
fix derive hover in macro
hamidreza kalbasi
-14
/
+55
2021-09-19
internal: definition based hover functions
hamidreza kalbasi
-92
/
+123
2021-09-15
Merge #10233
bors[bot]
-21
/
+175
2021-09-15
add multi-token mappings for hover
Anatol Ulrich
-6
/
+2
2021-09-15
# This is a combination of 3 commits.
Anatol Ulrich
-19
/
+177
2021-09-14
Merge #10232
bors[bot]
-0
/
+22
2021-09-14
Add some more attribute ide tests
Lukas Wirth
-0
/
+22
2021-09-14
Merge #10204
bors[bot]
-0
/
+136
2021-09-13
Improve hover over derference message
Teddy_Wang
-11
/
+11
2021-09-13
Fix hover tests
Teddy_Wang
-3
/
+3
2021-09-13
Fix spelling
Teddy_Wang
-6
/
+6
2021-09-12
Merge #10202
bors[bot]
-9
/
+166
2021-09-11
Fix tests by importing core::ops::Deref
Teddy_Wang
-10
/
+18
2021-09-10
minor: fix tests.
Dawer
-0
/
+2
2021-09-10
fix: Type param hover shows correct sized bounds.
Dawer
-0
/
+140
2021-09-10
internal: add implicit `: Sized` bound to type parameters.
Dawer
-9
/
+24
2021-09-09
Add tests. The tests with coercion fail, but I have no clue why.
Teddy_Wang
-0
/
+64
2021-09-08
Show the type of what is being dereferenced in a deref expression
Teddy_Wang
-0
/
+64
2021-09-07
fix `super` path wrong display
Dezhi Wu
-1
/
+23
2021-09-07
cargo fmt
Dezhi Wu
-3
/
+6
2021-09-07
fix: path display error when start with `crate`
Dezhi Wu
-0
/
+19
2021-09-01
Merge #9954
bors[bot]
-13
/
+202
2021-09-01
Minor fixes
Lukas Wirth
-6
/
+8
2021-08-22
Refactor & improve handling of overloaded binary operators
Florian Diebold
-2
/
+2
[next]