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
/
inlay_hints.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-08
Hide param inlay hint when argument is fn-like macro with similar name
Luke Chu
-0
/
+8
2022-05-30
Add implicit static lifetime hints
Lukas Wirth
-20
/
+85
2022-05-28
fix: add an option to show inlay hint for return type of closures without block
harpsword
-6
/
+34
2022-05-20
feat: hide type inlay hints for initializations of closures
andylizi
-5
/
+72
2022-05-20
hide closure ret hints if ret type is specified
NotWearingPants
-0
/
+4
2022-05-19
Teach `Callable` about closures properly
Jonas Schievink
-1
/
+19
2022-05-19
Hide more unnecessary parameter hints for constructors
Lukas Wirth
-9
/
+34
2022-05-19
Update test fixtures
Lukas Wirth
-27
/
+73
2022-05-19
Enable hovering function parameter inlay hints
Lukas Wirth
-9
/
+21
2022-05-19
internal: Improve inlay hint tooltips
Lukas Wirth
-35
/
+44
2022-05-17
Update test output
Lukas Wirth
-0
/
+66
2022-05-17
Allow inlay hint tooltips to trigger hovers
Lukas Wirth
-4
/
+31
2022-05-17
Trigger hover requests on closing brace hints
Lukas Wirth
-13
/
+19
2022-05-17
Replace some SmolStr usages with String as the conversion happens anyways
Lukas Wirth
-33
/
+26
2022-05-17
internal: Cleanup lifetime elision hints
Lukas Wirth
-122
/
+103
2022-05-16
Add closing brace hints for macros
Jonas Schievink
-0
/
+24
2022-05-16
Show inlay hints after a `}` to indicate the closed item
Jonas Schievink
-3
/
+145
2022-05-14
Enable reborrow hints in attribute calls
Lukas Wirth
-3
/
+3
2022-05-14
feat: Add binding mode inlay hints
Lukas Wirth
-6
/
+106
2022-05-12
feat: Allow reborrow inlay hints to be restricted to mutable reborrows only
Lukas Wirth
-9
/
+23
2022-05-10
fix: Add cast expressions to param name inlay hint heuristics
Lukas Wirth
-0
/
+2
2022-04-26
minor: Add test for parameter and reborrow hint order
Lukas Wirth
-16
/
+16
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-2
/
+2
2022-03-31
internal: Enforce Resolver to always have a module scope
Lukas Wirth
-2
/
+5
2022-03-20
Update inlay hint feature docs
Lukas Wirth
-4
/
+1
2022-03-20
feat: Visualize compiler inserted reborrows via inlay hints
Lukas Wirth
-9
/
+69
2022-03-19
fix: Fix closure hints using macro ranges
Lukas Wirth
-2
/
+2
2022-03-19
Change skip trivial behaviour
Lukas Wirth
-36
/
+42
2022-03-19
Add option to skip trivial cases
Lukas Wirth
-36
/
+108
2022-03-19
Use numbers for lifetimes by default, add setting to prefer using parameter n...
Lukas Wirth
-51
/
+80
2022-03-18
Fix test fixtures
Lukas Wirth
-37
/
+2
2022-03-18
Give the lifetimes better names
Lukas Wirth
-19
/
+26
2022-03-18
feat: Implement lifetime elision hints
Lukas Wirth
-6
/
+220
2022-03-16
feat: Add return type hints for closures with block bodies
Lukas Wirth
-99
/
+79
2022-03-16
Rename compound things to variant things
Lukas Wirth
-17
/
+10
2022-03-11
fix: Allow configuration of colons in inlay-hints
Lukas Wirth
-0
/
+12
2022-03-07
Merge #11445
bors[bot]
-18
/
+95
2022-03-06
internal: Re-arrange ide_db modules
Lukas Wirth
-1
/
+1
2022-03-04
Load hints for part of the file only
Kirill Bulatov
-18
/
+95
2022-02-21
Fix various IDE features
Chayim Refael Friedman
-10
/
+5
2021-12-23
hide type inlay hints
Heinenen
-5
/
+17
2021-12-23
hide type inlay hints for enum variant constructors and tuple struct construc...
Heinenen
-19
/
+37
2021-11-27
fix: Show parameter hints unconditionally for logical not expressions
Lukas Wirth
-4
/
+8
2021-11-22
fix: Omit generic defaults for types in hover messages
Lukas Wirth
-2
/
+2
2021-11-19
fix: inlay param hint hiding heurstic is case unsensitive
Lukas Wirth
-8
/
+25
2021-11-13
flip the default
Jake Heinz
-18
/
+18
2021-11-13
inlay hints: add the option to always show constructor inlay hints
Jake Heinz
-1
/
+67
2021-11-04
Replace more Name::to_string usages with Name::to_smol_str
Lukas Wirth
-4
/
+6
2021-10-16
more clippy fixes
Milo
-5
/
+5
2021-10-03
Hide generic constructors if appropriate
Lukas Wirth
-29
/
+60
[next]