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
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
# This is a combination of 3 commits.
Anatol Ulrich
-19
/
+177
2021-09-15
Don't highlight unsafe traits as unsafe in safe impls
Lukas Wirth
-56
/
+44
2021-09-14
Revert attributed items inlay hints
Lukas Wirth
-90
/
+13
2021-09-14
Merge #10232
bors[bot]
-3
/
+171
2021-09-14
fix source_to_def trying to use attribute macro calls as containers
Lukas Wirth
-1
/
+1
2021-09-14
Add some more attribute ide tests
Lukas Wirth
-4
/
+156
2021-09-14
fix: Use original definition ranges for ide_db::search instead of the expande...
Lukas Wirth
-0
/
+16
2021-09-14
Merge #10204
bors[bot]
-0
/
+136
2021-09-13
Improve hover over derference message
Teddy_Wang
-11
/
+11
2021-09-14
feat: Make inlay hints work in attributed items
Lukas Wirth
-16
/
+97
2021-09-13
Fix hover tests
Teddy_Wang
-3
/
+3
2021-09-14
Enable attribte macros in ide fixtures
Lukas Wirth
-1
/
+5
2021-09-14
fix: fix expansion order for fn-like macros and attributes in token descending
Lukas Wirth
-0
/
+25
2021-09-13
Fix spelling
Teddy_Wang
-6
/
+6
2021-09-12
Use correct file syntax node for decl_access computation in find_all_refs
Lukas Wirth
-1
/
+4
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-09
Merge #10188
bors[bot]
-7
/
+12
2021-09-09
implement #10070 in runnables
Anatol Ulrich
-7
/
+12
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-02
Use correct search scopes for macros
Lukas Wirth
-5
/
+8
2021-09-01
fix: multi-token mapping aware find references
Jonas Schievink
-74
/
+138
2021-09-01
fix: make `goto_implementation` multi-token mapping aware
Lukas Wirth
-45
/
+66
2021-09-01
Merge #9954
bors[bot]
-13
/
+202
2021-09-01
Minor fixes
Lukas Wirth
-6
/
+8
2021-08-30
internal: more obviously correct code for cache priming progerss
Aleksey Kladov
-19
/
+6
2021-08-30
switch `log` crate to `tracing`
Dezhi Wu
-1
/
+1
2021-08-29
internal: slightly improve compile times
Aleksey Kladov
-1
/
+1
2021-08-29
Only report unique text ranges in highlight_related
Lukas Wirth
-9
/
+5
2021-08-29
Return all usages inside macros in usage searches
Lukas Wirth
-0
/
+2
2021-08-29
Highlight all related tokens in macro inputs
Lukas Wirth
-24
/
+82
2021-08-26
fix: Fix multiple derives in one attribute not expanding all in expand_macro
Lukas Wirth
-4
/
+27
2021-08-26
Improve expand_macro
Lukas Wirth
-33
/
+59
2021-08-24
Expand derive macros under cursor in `Expand Macro Recursively`
Lukas Wirth
-0
/
+31
2021-08-24
Merge #9993
bors[bot]
-0
/
+93
2021-08-24
Highlight declarations and references for both defs in field shorthands
Lukas Wirth
-32
/
+75
2021-08-22
feat: join lines merges assignments
unexge
-0
/
+93
2021-08-22
Merge #9989
bors[bot]
-2
/
+2
2021-08-22
Fix three more (reverse) “a”/“an” typos
Frank Steffahn
-2
/
+2
2021-08-22
Refactor & improve handling of overloaded binary operators
Florian Diebold
-2
/
+2
2021-08-22
Fix another “a”/“an” typo
Frank Steffahn
-1
/
+1
2021-08-21
Expand attributes recursively in expand_macro
Lukas Wirth
-8
/
+19
2021-08-21
Show try operator propogated types on ranged hover
Lukas Wirth
-11
/
+198
[prev]
[next]