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-db
Age
Commit message (
Expand
)
Author
Lines
2025-01-10
Merge pull request #18902 from Veykril/push-znlsxykqrkoo
Lukas Wirth
-5
/
+19
2025-01-10
internal: Add Definition::Crate
Lukas Wirth
-5
/
+19
2025-01-10
Remove two hir reexports
Chayim Refael Friedman
-16
/
+16
2025-01-06
minor: New clippy lints
Lukas Wirth
-22
/
+17
2024-12-31
Merge pull request #18758 from mgsloan/scip-unique-symbols
Lukas Wirth
-5
/
+49
2024-12-30
Move `container_to_definition` function into `enclosing_definition`
Michael Sloan
-19
/
+15
2024-12-30
fix: avoid generating colliding names in extract_variable
roife
-68
/
+79
2024-12-25
Improve SCIP symbols
Michael Sloan
-5
/
+53
2024-12-24
Merge pull request #18707 from ChayimFriedman2/subst
Lukas Wirth
-64
/
+99
2024-12-20
Show substitution where hovering over generic things
Chayim Refael Friedman
-64
/
+99
2024-12-16
fix: Fix path qualified auto-importing completions not working with re-exports
Lukas Wirth
-120
/
+152
2024-12-13
feat: improve name generation in destructure_tuple_binding
roife
-0
/
+2
2024-12-13
Bump typos
Laurențiu Nicola
-1
/
+1
2024-12-11
Properly handle different defaults for severity of lints
Chayim Refael Friedman
-1267
/
+6155
2024-12-11
Merge from rust-lang/rust
Laurențiu Nicola
-11
/
+2
2024-12-10
minor: enhance name suggestion for `Arc<T>` and `Rc<T>`
roife
-1
/
+27
2024-12-05
fix: Resolve generic parameters within use captures
Lukas Wirth
-0
/
+7
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-10
/
+0
2024-12-04
Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...
Oli Scherer
-11
/
+2
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-1
/
+2
2024-10-28
Move text-edit into ide-db
Lukas Wirth
-9
/
+882
2024-10-28
Merge pull request #18074 from ChayimFriedman2/typeref-source-map
Lukas Wirth
-0
/
+20
2024-10-27
Invert token iteration order in macro mapping
Lukas Wirth
-2
/
+4
2024-10-25
Factor out token ranking
Lukas Wirth
-0
/
+30
2024-10-25
Fix memory usage calculation's queries list
Chayim Refael Friedman
-0
/
+20
2024-10-22
Auto merge of #18370 - duncpro:goto-def-ranges, r=Veykril
bors
-2
/
+10
2024-10-22
Auto merge of #18349 - dqkqd:issue-18344, r=Veykril
bors
-1
/
+13
2024-10-22
feat: render docs from aliased type when docs are missing
Khanh Duong Quoc
-1
/
+13
2024-10-22
resolve range patterns to the their struct types
Duncan Proctor
-2
/
+10
2024-10-21
Move explicit range handling out of goto_definition, use OperatorClass instead
duncanproctor
-22
/
+18
2024-10-21
GotoDefinition on a Range or InclusiveRange operator will link to the struct ...
duncanproctor
-1
/
+16
2024-10-14
chore: rename salsa to ra_salsa
David Barsky
-20
/
+22
2024-10-04
Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril
bors
-3
/
+7
2024-10-04
internal: Filter out opaque tokens in some of IDE feature macro descensions
Lukas Wirth
-3
/
+7
2024-09-30
Auto merge of #18207 - mbwilding:master, r=Veykril
bors
-1
/
+1
2024-09-29
Rename object_safety to dyn_compatibility
Noah Bright
-2
/
+2
2024-09-29
Fix ambiguity with CamelCase diagnostic messages
Matthew Wilding
-1
/
+1
2024-09-25
Prime caches for symbol search too.
Kevin Reid
-0
/
+16
2024-09-24
fix: Temporary fix for `remove_unused_imports` not handling import aliases co...
Shoyu Vanilla
-3
/
+20
2024-09-18
Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril
bors
-1
/
+1
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-1
/
+1
2024-09-17
internal: Extend `SourceChangeBuilder` to make make working with `SyntaxEdito...
DropDemBits
-1
/
+95
2024-09-10
refactor: introduce NameGenerator in suggest_name
roife
-62
/
+150
2024-09-09
Auto merge of #18041 - roife:fix-issue-17631, r=Veykril
bors
-1
/
+95
2024-09-09
feat: better name suggestions for fn
roife
-1
/
+95
2024-09-05
Support more IDE features for asm operands
Lukas Wirth
-6
/
+22
2024-09-05
Give InlineAsmOperand a HIR representation
Lukas Wirth
-26
/
+37
2024-09-05
Add Definition kind for asm register operand
Lukas Wirth
-4
/
+15
2024-09-05
Add Definition kind for asm register classes
Lukas Wirth
-3
/
+12
2024-09-03
feat: suggest name in let_stmt and fn_param
roife
-2
/
+16
[prev]
[next]