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
2025-07-10
Migrate `generate_impl` assist to use `SyntaxEditor`
Hayashi Mikihiro
-9
/
+16
2025-07-10
Merge pull request #20210 from ChayimFriedman2/naked-asm-safe
Shoyu Vanilla (Flint)
-84
/
+303
2025-07-10
remove unnecessary parens in rust-analyzer
yukang
-1
/
+1
2025-07-10
Revert "remove `if-let` chains"
Laurențiu Nicola
-7
/
+6
2025-07-10
Merge pull request #20212 from ChayimFriedman2/dyn-hint
Shoyu Vanilla (Flint)
-5
/
+31
2025-07-10
Migrate `convert_match_to_let_else` assist to use `SyntaxEditor`
Hayashi Mikihiro
-13
/
+15
2025-07-10
Put the expression stuff in the expression store behind an `Option<Box>`
Chayim Refael Friedman
-271
/
+419
2025-07-09
feat(lexer): Allow including frontmatter with 'tokenize'
Ed Page
-6
/
+8
2025-07-09
Make `AsmExpr` have `AstId`
Chayim Refael Friedman
-10
/
+29
2025-07-09
Merge pull request #20214 from rust-lang/update-msrv
Chayim Refael Friedman
-1
/
+1
2025-07-09
Update MSRV to 1.88.0
Chayim Refael Friedman
-1
/
+1
2025-07-09
Put `dyn` inlay hints in their correct place in presence of parentheses
Chayim Refael Friedman
-3
/
+14
2025-07-09
Disable the `diagnostics_dont_block_typing` test on CI
Chayim Refael Friedman
-1
/
+2
2025-07-09
Don't show `dyn` hint in a HRTB bound
Chayim Refael Friedman
-2
/
+17
2025-07-10
migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor'
Hayashi Mikihiro
-6
/
+9
2025-07-09
Make `global_asm!()` work
Chayim Refael Friedman
-36
/
+58
2025-07-09
Merge pull request #20109 from Hmikihiro/generate_new_tuple_field
Shoyu Vanilla (Flint)
-24
/
+385
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-16
/
+198
2025-07-09
Don't hash the `SyntaxKind` in the ast id
Chayim Refael Friedman
-41
/
+36
2025-07-09
Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril
bors
-0
/
+8
2025-07-09
Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoys
Shoyu Vanilla (Flint)
-13
/
+13
2025-07-08
Revert "Re-enable fixpoint iteration for variance computation"
Chayim Refael Friedman
-13
/
+13
2025-07-09
Migrate `pull_assignment_up` assist to `SyntaxEditor`
Hayashi Mikihiro
-27
/
+59
2025-07-08
Merge pull request #20192 from ChayimFriedman2/link-type-panic
Lukas Wirth
-3
/
+30
2025-07-07
Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr
bors
-25
/
+25
2025-07-07
Merge pull request #20180 from ChayimFriedman2/parser-stuck
Lukas Wirth
-8
/
+50
2025-07-07
Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865
Matthias Krüger
-25
/
+25
2025-07-07
Fix a case where the link type was `None`
Chayim Refael Friedman
-3
/
+30
2025-07-07
Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee
bors
-5
/
+6
2025-07-07
Merge pull request #20185 from ChayimFriedman2/variant-symbols
David Barsky
-0
/
+75
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-5
/
+6
2025-07-06
Include enum variants in world symbols
Chayim Refael Friedman
-0
/
+75
2025-07-06
Merge pull request #20184 from Veykril/push-ywpynxnltpok
Lukas Wirth
-32
/
+44
2025-07-06
chore: Remove dead field from `InferenceContext`
Lukas Wirth
-32
/
+44
2025-07-06
Merge pull request #20132 from A4-Tacks/asmut-borrow-minicore
Lukas Wirth
-0
/
+34
2025-07-06
Merge pull request #20126 from Wilfred/no_unwrap_in_discover_projects
Lukas Wirth
-3
/
+8
2025-07-06
Merge pull request #20179 from ChayimFriedman2/destructuring-assignment-never
Lukas Wirth
-2
/
+61
2025-07-06
Merge pull request #20175 from dianne/match-check-box-cleanup
Chayim Refael Friedman
-60
/
+20
2025-07-06
Always bump in the parser in `err_and_bump()`
Chayim Refael Friedman
-8
/
+50
2025-07-05
Fix diverging destructuring assignments
Chayim Refael Friedman
-2
/
+61
2025-07-05
Fix Borrow and BorrowMut define from beta std
A4-Tacks
-2
/
+2
2025-07-04
always check for mixed deref pattern and normal constructors
dianne
-0
/
+8
2025-07-04
`hir_ty::match_check`: remove special handling for box patterns
dianne
-60
/
+20
2025-07-04
remove syntaxTree from docs
vinícius x
-18
/
+0
2025-07-04
fix: Avoid .unwrap() when running the discover command
Wilfred Hughes
-3
/
+8
2025-07-04
Merge pull request #20170 from Veykril/push-vtsmzopsunsw
Laurențiu Nicola
-3
/
+12
2025-07-04
Improve flycheck and build script progress reporting
Lukas Wirth
-3
/
+12
2025-07-04
Skip unnecessary `eq` work in `BodySourceMap`
Lukas Wirth
-11
/
+49
2025-07-04
Merge pull request #20031 from jnyfah/some-branch
Lukas Wirth
-35
/
+75
2025-07-04
minor: Handle match arm commas in `make::match_arm`
Lukas Wirth
-21
/
+11
[prev]
[next]