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
Age
Commit message (
Expand
)
Author
Lines
2024-09-06
Bump lsp-server
Lukas Wirth
-7
/
+7
2024-09-06
Auto merge of #18066 - Veykril:lsp-server-no-panic, r=Veykril
bors
-13
/
+11
2024-09-06
fix: Don't panic lsp writer thread on dropped receiver
Lukas Wirth
-13
/
+11
2024-09-06
Auto merge of #18065 - Veykril:catchy-diagnostics, r=Veykril
bors
-12
/
+23
2024-09-06
fix: Catch panics from diagnostics computation
Lukas Wirth
-12
/
+23
2024-09-05
fix: Updating settings should not clobber discovered projects
Wilfred Hughes
-61
/
+85
2024-09-05
Add command to report unresolved references
David Richey
-0
/
+200
2024-09-05
fix: Fix parser panicking on invalid asm options
Lukas Wirth
-0
/
+6
2024-09-05
asm! parsing and lowering fixes
Lukas Wirth
-18
/
+106
2024-09-05
Fix name fetching being incorrect for asm operands
Lukas Wirth
-93
/
+107
2024-09-05
Add missing doc comments
Lukas Wirth
-0
/
+1
2024-09-05
Support more IDE features for asm operands
Lukas Wirth
-40
/
+180
2024-09-05
Give InlineAsmOperand a HIR representation
Lukas Wirth
-217
/
+409
2024-09-05
Add Definition kind for asm register operand
Lukas Wirth
-35
/
+59
2024-09-05
Add Definition kind for asm register classes
Lukas Wirth
-28
/
+214
2024-09-05
Lower asm expressions
Lukas Wirth
-97
/
+612
2024-09-05
fix: Fix `inline_const_as_literal` error when the number >= 10
coekjan
-4
/
+14
2024-09-04
assist: ensure replace_qualified_name_with_use applies to the first path segment
David Barsky
-9
/
+25
2024-09-04
Parse builtin#asm expressions
Lukas Wirth
-31
/
+865
2024-09-04
Auto merge of #18045 - Veykril:fix-loop-lower, r=Veykril
bors
-9
/
+65
2024-09-04
fix: Fix lowering of for loops dropping the `loop` block
Lukas Wirth
-9
/
+65
2024-09-04
Add edition dependent keyword highlighting tests
Lukas Wirth
-7
/
+326
2024-09-03
Add an internal lint that warns when accessing untracked data
Nadrieril
-0
/
+3
2024-09-03
bundle old root into `SyntaxEdit` result
DropDemBits
-12
/
+30
2024-09-03
Bump smol_str
Lukas Wirth
-4
/
+20
2024-09-03
Auto merge of #17984 - ShoyuVanilla:cast, r=Veykril
bors
-93
/
+1614
2024-09-03
Auto merge of #18031 - roife:suggest-name-in-completion, r=Veykril
bors
-15
/
+142
2024-09-02
misc fixes
DropDemBits
-26
/
+20
2024-09-02
handle replace_with_many and replace_all
DropDemBits
-16
/
+97
2024-09-02
support replacing root node
DropDemBits
-14
/
+200
2024-09-02
properly sort changes by depth to sort between nodes that have the same start...
DropDemBits
-4
/
+19
2024-09-02
fix insert ranges not being excluded from disjointness
DropDemBits
-7
/
+12
2024-09-02
support insert{_all}
DropDemBits
-11
/
+88
2024-09-02
propagate annotations to mapped elements
DropDemBits
-52
/
+168
2024-09-03
tests: suggesting names in completions for let_stmt and fn_param
roife
-0
/
+73
2024-09-03
feat: suggest name in let_stmt and fn_param
roife
-2
/
+53
2024-09-03
refactor: move ide_assist::utils::suggest_name to ide-db
roife
-13
/
+16
2024-09-03
feat: Implement cast typechecks
Shoyu Vanilla
-93
/
+1614
2024-09-02
Merge some strings
Laurențiu Nicola
-6
/
+3
2024-09-02
Avoid Option::is_none_or for a while
Laurențiu Nicola
-1
/
+1
2024-09-02
Auto merge of #18028 - Veykril:lifetime-hints-panic, r=Veykril
bors
-1
/
+19
2024-09-02
fix: lifetime hint panic in non generic defs
Lukas Wirth
-1
/
+19
2024-09-02
Auto merge of #18016 - IvarWithoutBones:wrap-return-ty-local-result, r=Veykril
bors
-16
/
+294
2024-09-02
Adjust completions scoring
Lukas Wirth
-50
/
+46
2024-09-02
Simplify CompletionRelevance
Lukas Wirth
-90
/
+85
2024-09-02
chore: fix some comments
cuishuang
-4
/
+4
2024-09-02
handle merging two syntax editors together
DropDemBits
-14
/
+39
2024-09-02
elaborate SyntaxEdit comments
DropDemBits
-6
/
+17
2024-09-02
wip: new syntax tree editor
DropDemBits
-0
/
+723
2024-09-02
fix: use Result type aliases in "Wrap return type in Result" assist
Ivar Scholten
-16
/
+294
[prev]
[next]