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
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
Change tabstop to method tail_expr
A4-Tacks
-16
/
+25
2025-07-18
Add generate_impl_trait for generate_impl
A4-Tacks
-2
/
+294
2025-07-17
parse `const trait Trait`
Deadbeef
-2
/
+1
2025-07-17
Add tailexpr & -> &mut for generate_mut_trait_impl
A4-Tacks
-5
/
+20
2025-07-16
Merge pull request #19917 from A4-Tacks/ext-generate-mut
Shoyu Vanilla (Flint)
-28
/
+93
2025-07-16
Add AsMut to minicore prelude::v1
A4-Tacks
-0
/
+1
2025-07-16
Use hir::Trait in parameter
A4-Tacks
-37
/
+24
2025-07-16
Remove redundant type parameters
A4-Tacks
-4
/
+4
2025-07-16
Add AsRef and Borrow for generate_mut_trait_impl
A4-Tacks
-18
/
+96
2025-07-15
Merge pull request #20178 from ShoyuVanilla/cargo-config-cleanup
Shoyu Vanilla (Flint)
-374
/
+419
2025-07-15
Format and bump rustc crates
Laurențiu Nicola
-3
/
+3
2025-07-15
Merge from rust-lang/rust
Laurențiu Nicola
-39
/
+50
2025-07-15
Further decrease number of `cargo metadata` invokes
Shoyu Vanilla
-243
/
+270
2025-07-15
chore: Cleanup cargo config queries
Shoyu Vanilla
-133
/
+151
2025-07-15
Infer lifetimes for GATs in expression/pattern position
Chayim Refael Friedman
-2
/
+30
2025-07-14
Merge pull request #20234 from Hmikihiro/migrate_ted_remove_default
Shoyu Vanilla (Flint)
-62
/
+19
2025-07-13
Merge pull request #20236 from gvozdvmozgu/patch-1
Chayim Refael Friedman
-12
/
+7
2025-07-13
update issue number for `const_trait_impl`
Deadbeef
-2
/
+2
2025-07-13
remove now useless `[allow(unused_lifetimes)]`
Andrey Nikolaev
-12
/
+7
2025-07-13
remove `remove_default`
Hayashi Mikihiro
-62
/
+19
2025-07-12
Fix assoc type where clause position
A4-Tacks
-5
/
+75
2025-07-11
Merge pull request #20232 from ShoyuVanilla/issue-20225
Shoyu Vanilla (Flint)
-5
/
+55
2025-07-11
Add a memory map bound check assertion on rendering const slice
Shoyu Vanilla
-0
/
+8
2025-07-11
Merge pull request #20219 from ChayimFriedman2/expr-store-mem
Chayim Refael Friedman
-271
/
+419
2025-07-11
fix: Normalize projection types before calculating memory maps
Shoyu Vanilla
-5
/
+47
2025-07-11
Merge pull request #20224 from Hmikihiro/migrate_remove_dbg
Shoyu Vanilla (Flint)
-43
/
+44
2025-07-11
Migrate `remove_dbg` assist to use `SyntaxEditor`
Hayashi Mikihiro
-43
/
+44
2025-07-11
Rollup merge of #143708 - epage:pretty, r=compiler-errors
Matthias Krüger
-6
/
+8
2025-07-10
Merge pull request #20228 from ChayimFriedman2/fix-use-display
Chayim Refael Friedman
-0
/
+1
2025-07-11
Fix display of `use<>` syntax
Chayim Refael Friedman
-0
/
+1
2025-07-10
Merge pull request #20054 from Young-Flash/folding_all
Shoyu Vanilla (Flint)
-3
/
+52
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
/
+301
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
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
/
+196
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
[prev]
[next]