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
/
src
/
tools
/
rust-analyzer
/
crates
/
ide
Age
Commit message (
Expand
)
Author
Lines
2025-06-26
feat: highlighting of related return values while the cursor is on any `match...
roifewu
-9
/
+755
2025-06-24
Merge pull request #20012 from lnicola/bump-literal-escaper
Lukas Wirth
-4
/
+2
2025-06-24
Merge pull request #20080 from Veykril/push-vnrwqppplykm
Lukas Wirth
-38
/
+56
2025-06-24
Cleanup `folding_ranges` and support more things
Lukas Wirth
-38
/
+56
2025-06-24
Merge pull request #20036 from Veykril/push-yquvoyrxkksx
Lukas Wirth
-4
/
+4
2025-06-24
Do not default to 'static for trait object lifetimes
Lukas Wirth
-4
/
+4
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-21
format
jnyfah
-1
/
+1
2025-06-21
revert changes
jnyfah
-95
/
+10
2025-06-18
undo
jnyfah
-1
/
+1
2025-06-18
fix format
jnyfah
-11
/
+11
2025-06-18
format function
jnyfah
-44
/
+169
2025-06-17
chore: Start infesting ide crates with 'db lifetime
Lukas Wirth
-34
/
+34
2025-06-16
feat: Insert required parentheses when typing `+` in trait type
Lukas Wirth
-4
/
+88
2025-06-16
Format goto_type_definition
Laurențiu Nicola
-4
/
+2
2025-06-13
Merge pull request #19990 from Veykril/push-zkvrlrotmuzr
Lukas Wirth
-8
/
+76
2025-06-13
Generate annotations for macro defined items if their name is in the input
Lukas Wirth
-8
/
+76
2025-06-13
`cargo upgrade`
Lukas Wirth
-1
/
+1
2025-06-12
Merge pull request #19981 from Veykril/push-tzzunsrqqunv
Lukas Wirth
-3
/
+3
2025-06-12
fix: Do not force descend into derives for goto IDE features
Lukas Wirth
-3
/
+3
2025-06-12
`ItemTree`'s `ItemVisibilities` has no identity, so deduplicate
Lukas Wirth
-2
/
+2
2025-06-11
fix: Hide dyn inlay hints for incomplete `impl`s
Lukas Wirth
-3
/
+9
2025-06-06
fix: Record macro calls for fields in `ChildBySource` impls
Lukas Wirth
-0
/
+17
2025-06-05
fix: Record macro calls in signatures in `ChildBySource` impls
Lukas Wirth
-0
/
+44
2025-06-04
feat: Add `dyn` keyword inlay hints
Lukas Wirth
-2
/
+142
2025-06-04
Remove unnecessary parameters in inlay-hint computation
Lukas Wirth
-58
/
+41
2025-06-02
fix: Fix edition handling for names in rename logic
Lukas Wirth
-33
/
+61
2025-06-02
Enhance renaming to include identifiers that are generated from the original ...
Lukas Wirth
-31
/
+145
2025-05-31
Merge pull request #19898 from Veykril/push-ykumpuwmuvmu
Lukas Wirth
-19
/
+8
2025-05-31
refactor: Remove unncessary duplication in highlight_related
Lukas Wirth
-19
/
+8
2025-05-30
internal: Restructure some semantics APIs for virtual macro files
Lukas Wirth
-7
/
+9
2025-05-30
Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s...
Lukas Wirth
-3
/
+88
2025-05-28
docs:deleting duplicate documentation
vremyavnikuda
-70
/
+0
2025-05-28
Merge pull request #19880 from Veykril/push-xmpxumsrkymk
Lukas Wirth
-13
/
+54
2025-05-28
fix: Handle included files better in IDE layer
Lukas Wirth
-13
/
+54
2025-05-28
Merge pull request #19876 from ShoyuVanilla/layout-padding
Lukas Wirth
-23
/
+182
2025-05-28
feat: Render padding information when hovering on structs
Shoyu Vanilla
-23
/
+182
2025-05-28
fix: Fix IDE layer not resolving some macro calls
Lukas Wirth
-0
/
+40
2025-05-26
fix: formated to clippy
vremyavnikuda
-1
/
+1
2025-05-26
fix: the lines are formatted according to clippy
vremyavnikuda
-1
/
+1
2025-05-26
fix: the lines are formatted according to clippy
vremyavnikuda
-2
/
+2
2025-05-26
docs: add documentation for find_all_refs constructor search (#10725)
vremyavnikuda
-3
/
+158
2025-05-25
Properly implement `might_be_inside_macro_call()` using semantic information ...
Chayim Refael Friedman
-5
/
+6
2025-05-18
Merge pull request #19687 from gohome001/highlight_unsafe
Lukas Wirth
-0
/
+67
2025-05-10
minor: code review tweak
gohome001
-24
/
+8
2025-05-07
extract function: `doc_attributes` to find def from inner doc
Hayashi Mikihiro
-8
/
+26
2025-05-07
add doc link test for hover
Hayashi Mikihiro
-0
/
+122
2025-05-07
add doc link test for goto def
Hayashi Mikihiro
-0
/
+68
2025-05-07
check module path inner or outer
Hayashi Mikihiro
-89
/
+142
2025-05-06
fix: resolve doc path if outer comments exist on module and replace from cfg_...
Hayashi Mikihiro
-6
/
+63
[prev]
[next]