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-completion
Age
Commit message (
Expand
)
Author
Lines
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-2
/
+5
2025-09-16
Merge pull request #20517 from Veykril/veykril/push-wrurmtqppzus
Lukas Wirth
-13
/
+24
2025-09-16
fix: Only compute unstable paths on nightly toolchains for IDE features
Lukas Wirth
-13
/
+24
2025-09-15
Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics
Chayim Refael Friedman
-2
/
+5
2025-09-12
Fix extra semicolon before else in let-stmt
A4-Tacks
-1
/
+51
2025-09-10
Fix failing tests and fill-in missing details
Shoyu Vanilla
-1
/
+2
2025-09-08
Merge pull request #20620 from A4-Tacks/let-else-completion
Laurențiu Nicola
-17
/
+220
2025-09-06
Add allow `else` keyword completion in LetStmt
A4-Tacks
-17
/
+220
2025-09-02
Deduplicate methods in completion by function ID and not by name
Chayim Refael Friedman
-8
/
+47
2025-08-25
Merge pull request #20423 from ShoyuVanilla/import-2024
Chayim Refael Friedman
-1
/
+1
2025-08-24
Merge pull request #20507 from A4-Tacks/suggest-return-expr
Chayim Refael Friedman
-3
/
+54
2025-08-24
Add ReturnExpr completion suggest
A4-Tacks
-3
/
+54
2025-08-23
Merge pull request #20513 from A4-Tacks/let-in-let-chain
Chayim Refael Friedman
-3
/
+17
2025-08-23
Fix `else` completion in `let _ = if x {} $0`
A4-Tacks
-3
/
+355
2025-08-22
Add let in let-chain completion support
A4-Tacks
-3
/
+17
2025-08-18
Auto-attach database in `Analysis` calls
Lukas Wirth
-6
/
+5
2025-08-17
Cleanup assoc_type_shorthand_candidates
jackh726
-4
/
+2
2025-08-17
impl HirDisplay for next_solver::Ty
jackh726
-1
/
+6
2025-08-13
Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-let
Chayim Refael Friedman
-1
/
+127
2025-08-13
Merge Trait and TraitAlias handling
Deadbeef
-15
/
+2
2025-08-12
Make import sorting order follow 2024 edition style
Shoyu Vanilla
-1
/
+1
2025-08-09
Implement next trait solver
jackh726
-23
/
+35
2025-08-05
Merge pull request #20381 from A4-Tacks/fix-assign-sug
Chayim Refael Friedman
-0
/
+82
2025-08-05
Change prev whitespace to prev trivia
A4-Tacks
-3
/
+3
2025-08-04
Add if..else completions in LetStmt and ArgList
A4-Tacks
-1
/
+127
2025-08-04
Add assignment type analysis for ide-completion
A4-Tacks
-0
/
+82
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-351
/
+306
2025-07-26
Migrate PathTransform to SyntaxEditor
Hayashi Mikihiro
-2
/
+2
2025-07-12
Fix assoc type where clause position
A4-Tacks
-5
/
+75
2025-07-03
Fix some things with builtin derives
Chayim Refael Friedman
-0
/
+4
2025-06-29
Remove unnecessary parens in closure
yukang
-1
/
+1
2025-06-27
Fix completion in when typing `integer.|`
Chayim Refael Friedman
-1
/
+43
2025-06-26
Prettify AST in `PathTransform` if it's coming from a macro
Chayim Refael Friedman
-0
/
+27
2025-06-24
Merge pull request #20036 from Veykril/push-yquvoyrxkksx
Lukas Wirth
-9
/
+9
2025-06-24
Do not default to 'static for trait object lifetimes
Lukas Wirth
-9
/
+9
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-22
Minic rustc's new `format_args!` expansion
Shoyu Vanilla
-3
/
+1
2025-06-19
Revert "Turn `BlockId` into a `#[salsa::tracked]`"
Lukas Wirth
-8
/
+4
2025-06-17
Merge pull request #20025 from SoxPopuli/hide_private_imports_without_pe
Laurențiu Nicola
-5
/
+98
2025-06-17
Hide imported privates if private editable is disabled
Charlotte Smith
-5
/
+98
2025-06-17
Merge pull request #20023 from Veykril/push-vkqlnyttnqzl
Lukas Wirth
-153
/
+255
2025-06-17
Better completion test sorting
Lukas Wirth
-38
/
+38
2025-06-17
Improve completions in if / while expression conditions
Lukas Wirth
-121
/
+223
2025-06-17
chore: Start infesting ide crates with 'db lifetime
Lukas Wirth
-131
/
+136
2025-06-04
add qualifiers to attribute completions
Ryan Mehri
-14
/
+30
2025-06-04
match on segments of path and some small cleanup
Ryan Mehri
-23
/
+14
2025-06-02
feat: implement completion for diagnostic module
Ryan Mehri
-17
/
+175
2025-06-02
fix: don't duplicate must_use for functions and traits
Ryan Mehri
-2
/
+2
2025-05-26
Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir
Chayim Refael Friedman
-1
/
+37
2025-05-25
Properly implement `might_be_inside_macro_call()` using semantic information ...
Chayim Refael Friedman
-20
/
+69
[next]