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
Age
Commit message (
Expand
)
Author
Lines
2022-07-17
tests: add hover tests for const generics
Artur Sinila
-0
/
+100
2022-07-01
fix: Simplify macro statement expansion handling
Lukas Wirth
-0
/
+31
2022-06-23
clarify comment and add autolink test case
Raymond Luo
-0
/
+2
2022-06-13
feat: On assoc item name hover, render trait decl docs
Lukas Wirth
-1
/
+44
2022-05-31
fix: float display impl
feniljain
-2
/
+2
2022-05-26
fix: f32 and f64 representation during lowering
feniljain
-0
/
+66
2022-05-22
fix: special case base url of `BuiltinType` to core
rainy-me
-0
/
+2
2022-05-05
Lower values of char and byte literals
Laurențiu Nicola
-0
/
+88
2022-05-05
fix: doc url link type
rainy-me
-0
/
+34
2022-05-02
minor: Add a test for display rendering record variants
Lukas Wirth
-0
/
+22
2022-04-24
#11973 associated type is unresolved
bitgaoshu
-0
/
+43
2022-04-10
Simplify
Lukas Wirth
-2
/
+2
2022-03-31
internal: Enforce Resolver to always have a module scope
Lukas Wirth
-2
/
+2
2022-03-24
organize const eval tests
hkalbasi
-160
/
+8
2022-03-24
Support constants in const eval
hkalbasi
-0
/
+85
2022-03-14
Add const generics
hkalbasi
-0
/
+21
2022-03-12
fix clippy::needless_borrow
Matthias Krüger
-1
/
+1
2022-03-10
Don't parse source files to generate macro completion details
Lukas Wirth
-36
/
+28
2022-03-09
Fix ProcMacroData recording wrong name for derives
Lukas Wirth
-1
/
+1
2022-03-06
internal: Re-arrange ide_db modules
Lukas Wirth
-4
/
+2
2022-03-05
Fix hover for `Self` keyword
Lukas Wirth
-2
/
+1
2022-03-04
show variadic args in hover function signature
Andy Russell
-0
/
+24
2022-03-04
Merge #11595
bors[bot]
-0
/
+21
2022-03-04
Preserve order of generic args
hkalbasi
-0
/
+21
2022-03-04
Lower string literals with real val, not default
Tianyi Song
-0
/
+21
2022-02-26
Make hir::Local::name infallible
Lukas Wirth
-1
/
+1
2022-02-25
Resolve `$crate` in `HirDisplay` of `Path`
Jonas Schievink
-0
/
+30
2022-02-22
internal: Expand the derive attribute into a pseudo expansion
Lukas Wirth
-0
/
+1
2022-02-21
Merge #11481
bors[bot]
-0
/
+54
2022-02-21
Fix various IDE features
Chayim Refael Friedman
-2
/
+2
2022-02-15
test names
Jeroen Vannevel
-2
/
+2
2022-02-15
add test for function pointer without identifier
Jeroen Vannevel
-0
/
+18
2022-02-15
cleanup
Jeroen Vannevel
-1
/
+0
2022-02-15
rough, but appears to work
Jeroen Vannevel
-0
/
+37
2022-02-14
Hide Keyword Expression Hover For Units `()`
Daniel Conley
-52
/
+21
2022-01-28
Add Keyword Return Type Highlighting
Daniel Conley
-10
/
+99
2022-01-06
internal: Support registered tools and attributes in ide layer
Lukas Wirth
-1
/
+4
2022-01-04
Merge #11112
bors[bot]
-0
/
+43
2022-01-05
Evaluate constants in array repeat expression
hkalbasi
-0
/
+43
2022-01-02
check top level entry point invariants
Aleksey Kladov
-1
/
+1
2021-12-23
show values of constants in hover
hkalbasi
-2
/
+142
2021-12-22
Make hover test not relient on minicore structure
Lukas Wirth
-32
/
+39
2021-12-21
Fully render const item completions from hir
Lukas Wirth
-1
/
+1
2021-12-19
feat: treat fn keyword inside function pointer type as primitive
rainy-me
-3
/
+33
2021-12-14
fixes broken tests
zhoufan
-4
/
+4
2021-12-03
Improve hover message for inert attributes
Lukas Wirth
-2
/
+63
2021-12-03
Rename things: Tool -> ToolModule
Lukas Wirth
-1
/
+1
2021-12-03
Basic hover for builtin-attr and tool modules
Lukas Wirth
-2
/
+3
2021-12-03
feat: Resolve builtin-attr and tools in ide layer
Lukas Wirth
-1
/
+2
2021-11-22
fix: Omit generic defaults for types in hover messages
Lukas Wirth
-2
/
+14
[next]