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
/
tests.rs
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
-0
/
+30
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-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-10
Don't parse source files to generate macro completion details
Lukas Wirth
-24
/
+24
2022-03-09
Fix ProcMacroData recording wrong name for derives
Lukas Wirth
-1
/
+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-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-15
test names
Jeroen Vannevel
-2
/
+2
2022-02-15
add test for function pointer without identifier
Jeroen Vannevel
-0
/
+18
2022-02-15
rough, but appears to work
Jeroen Vannevel
-0
/
+36
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
-1
/
+135
2021-12-22
Make hover test not relient on minicore structure
Lukas Wirth
-32
/
+39
2021-12-19
feat: treat fn keyword inside function pointer type as primitive
rainy-me
-0
/
+24
2021-12-14
fixes broken tests
zhoufan
-4
/
+4
2021-12-03
Improve hover message for inert attributes
Lukas Wirth
-0
/
+43
2021-12-03
feat: Resolve builtin-attr and tools in ide layer
Lukas Wirth
-1
/
+0
2021-11-22
fix: Omit generic defaults for types in hover messages
Lukas Wirth
-1
/
+13
2021-11-20
ide: hover omits unnamed where preds
Jake Heinz
-0
/
+42
2021-11-19
ide: dedupe or merge hover actions
Jake Heinz
-16
/
+46
2021-11-18
Merge #10798
bors[bot]
-28
/
+31
2021-11-18
ide: show go to for function hover return type
Jake Heinz
-28
/
+31
2021-11-18
ide: display static values in hover
Jake Heinz
-8
/
+8
2021-11-18
more complicated const test
Jake Heinz
-0
/
+22
2021-11-17
hir: show const value in hover
Jake Heinz
-26
/
+26
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-0
/
+3
2021-10-20
Merge #10563
bors[bot]
-2
/
+2
2021-10-20
Fix standard library doclinks not going to the correct page
Lukas Wirth
-20
/
+20
2021-10-17
Semantic getter
Andrzej Głuszak
-2
/
+2
2021-09-23
Split the hover module up
Lukas Wirth
-0
/
+4168