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
/
annotations.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-12
internal: Remove redundant offset data in annotations
Lukas Wirth
-130
/
+72
2022-03-12
more clippy fixes:
Matthias Krüger
-1
/
+1
2022-03-12
fix clippy::map_flatten
Matthias Krüger
-2
/
+1
2022-02-21
fix: Make code lenses work on attributed items
Lukas Wirth
-11
/
+15
2021-11-11
Replace some more ide usages of ModuleDef with Definition
Lukas Wirth
-79
/
+71
2021-10-06
Refactor to eliminate a vector allocation.
Eric Sampson
-40
/
+30
2021-10-06
Don't do work and then throw it away.
Eric Sampson
-4
/
+22
2021-10-05
Refactor according to PR comments to remove allocations.
Eric Sampson
-17
/
+11
2021-10-04
initialize vector to required size.
Eric Sampson
-1
/
+1
2021-10-04
tweak variable names.
Eric Sampson
-8
/
+8
2021-10-04
Add enum variant references CodeLens.
Eric Sampson
-8
/
+45
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-2
/
+2
2021-09-01
fix: multi-token mapping aware find references
Jonas Schievink
-1
/
+1
2021-08-14
Simplify
Lukas Wirth
-8
/
+2
2021-08-02
internal: explain that we don't `ref` in style.md
Aleksey Kladov
-5
/
+5
2021-07-11
update tests
Aleksey Kladov
-204
/
+24
2021-07-11
drop unused fields
Aleksey Kladov
-2
/
+0
2021-07-11
simplify
Aleksey Kladov
-2
/
+2
2021-07-11
drop unused field
Aleksey Kladov
-5
/
+2
2021-07-11
Let the client care about presentation
Aleksey Kladov
-12
/
+2
2021-07-11
Merge #9449
bors[bot]
-10
/
+24
2021-07-09
Emit test name in Run test runnables if it comes from a macro expansion
Lukas Wirth
-10
/
+24
2021-07-06
internal: ensure consistent passing for config params
Aleksey Kladov
-3
/
+3
2021-06-30
Don't add test runnables for outline modules in the wrong file
Lukas Wirth
-0
/
+2
2021-05-28
Move runnable lenses below attributes
Lukas Wirth
-17
/
+17
2021-05-26
Move annotations below item attributes
Lukas Wirth
-35
/
+31
2021-03-31
Gifs and screenshots for features in manual
Ayomide Bamidele
-0
/
+2
2021-03-24
Clean up implementation
Brandon
-7
/
+8
2021-03-24
Fix MISSING: command error with macros
Brandon
-8
/
+37
2021-03-15
move Semantics::visit_file_defs to ide_db::helpers
Lukas Wirth
-1
/
+2
2021-03-15
Introduce Semantics::visit_file_defs
Lukas Wirth
-28
/
+58
2021-03-15
Move code to the appropriate layer
Aleksey Kladov
-2
/
+2
2021-03-14
Introduce StructureNodeKind
ivan770
-7
/
+9
2021-02-15
Actually fix runnable order
ivan770
-20
/
+20
2021-02-13
Make annotations tests similar to those in runnables
ivan770
-188
/
+707
2021-02-13
Improve runnable annotations order, fix incorrect ignore detection
ivan770
-5
/
+13
2021-02-13
Added annotation tests
ivan770
-0
/
+267
2021-02-13
Fix incorrect references annotation
ivan770
-2
/
+3
2021-02-13
Moved CodeLens to ide crate
ivan770
-0
/
+142