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
/
syntax
Age
Commit message (
Expand
)
Author
Lines
2025-07-26
Modify around add_trait_assoc_items_to_impl to migrate add_missing_impl_members
Hayashi Mikihiro
-1
/
+37
2025-07-23
Merge pull request #20281 from ChayimFriedman2/parse-hrtb-const
Shoyu Vanilla (Flint)
-72
/
+67
2025-07-22
Parse `for<'a> [const]`
Chayim Refael Friedman
-72
/
+67
2025-07-22
Merge pull request #20269 from Hmikihiro/migrate_indent_mapping
Shoyu Vanilla (Flint)
-15
/
+54
2025-07-21
migrate generate new
Hayashi Mikihiro
-20
/
+29
2025-07-21
Migrate AstNodeEdit
Hayashi Mikihiro
-15
/
+54
2025-07-13
remove `remove_default`
Hayashi Mikihiro
-36
/
+0
2025-07-10
Merge pull request #20210 from ChayimFriedman2/naked-asm-safe
Shoyu Vanilla (Flint)
-3
/
+20
2025-07-09
Make `global_asm!()` work
Chayim Refael Friedman
-2
/
+10
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-1
/
+10
2025-07-09
Migrate `pull_assignment_up` assist to `SyntaxEditor`
Hayashi Mikihiro
-1
/
+14
2025-07-04
minor: Handle match arm commas in `make::match_arm`
Lukas Wirth
-4
/
+5
2025-07-02
Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor`
Hayashi Mikihiro
-0
/
+41
2025-06-26
Parse new const trait syntax
Lukas Wirth
-1
/
+5
2025-06-24
Merge pull request #20012 from lnicola/bump-literal-escaper
Lukas Wirth
-69
/
+53
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-17
Merge pull request #19939 from ChayimFriedman2/fill-arms-self
Lukas Wirth
-0
/
+7
2025-06-16
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-69
/
+53
2025-06-13
`cargo upgrade`
Lukas Wirth
-1
/
+1
2025-06-12
Use stable AST IDs
Chayim Refael Friedman
-0
/
+10
2025-06-06
In "Fill match arms", allow users to prefer `Self` to the enum name when poss...
Chayim Refael Friedman
-0
/
+7
2025-06-04
Give path segment type anchors their own grammar rule
Lukas Wirth
-24
/
+72
2025-05-30
internal: Restructure some semantics APIs for virtual macro files
Lukas Wirth
-0
/
+7
2025-05-29
fix: Fix import insertion not being fully cfg aware
Lukas Wirth
-0
/
+7
2025-05-28
feat: Desugar assist for `let pat = expr?;` -> `let else`
Lukas Wirth
-0
/
+12
2025-05-20
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+5
2025-05-06
Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...
Stuart Cook
-0
/
+5
2025-05-05
Implement RFC 3503: frontmatters
Deadbeef
-0
/
+5
2025-05-05
fix: Fix `move_bounds` assists not working for lifetimes
Lukas Wirth
-1
/
+63
2025-05-02
refactor: Simplify macro call id construction
Lukas Wirth
-1
/
+1
2025-05-01
remove a couple of clones
Matthias Krüger
-1
/
+1
2025-04-28
Merge pull request #19542 from snprajwal/let-else-to-match
Lukas Wirth
-9
/
+133
2025-04-28
fix: migrate `unmerge_use` to syntax editor
Prajwal S N
-1
/
+64
2025-04-28
refactor: migrate `let_else_to_match` to editor
Prajwal S N
-9
/
+133
2025-04-28
Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
Lukas Wirth
-0
/
+3
2025-04-28
Add expression fill mode variant for filling with underscore expressions
Lukas Wirth
-0
/
+3
2025-04-28
Merge from rust-lang/rust
Laurențiu Nicola
-15
/
+7
2025-04-21
Merge pull request #19643 from ChayimFriedman2/generic-const-items
Lukas Wirth
-3
/
+9
2025-04-21
feat: parse `super let`
Lukas Wirth
-1
/
+3
2025-04-21
Parse generic consts
Chayim Refael Friedman
-3
/
+9
2025-04-16
fix: use `ast::TokenTree` in `make::expr_macro`
Prajwal S N
-12
/
+12
2025-04-14
Merge pull request #19568 from snprajwal/destructure-struct-editor
Lukas Wirth
-3
/
+22
2025-04-11
fix: `make::expr_call() -> CallExpr`
Prajwal S N
-7
/
+2
2025-04-11
fix: `make::expr_method_call() -> MethodCallExpr`
Prajwal S N
-8
/
+3
2025-04-11
fix: `make::expr_closure() -> ClosureExpr`
Prajwal S N
-6
/
+5
2025-04-11
fix: `make::expr_paren() -> ParenExpr`
Prajwal S N
-5
/
+2
2025-04-11
refactor: editor for `destructure_struct_binding`
Prajwal S N
-3
/
+22
2025-04-08
Merge pull request #19541 from Veykril/push-twqrorwqzmwv
Lukas Wirth
-0
/
+16
2025-04-08
fix(auto-import): Prefer imports of matching types for argument lists
Lukas Wirth
-0
/
+16
2025-04-07
Merge pull request #19511 from snprajwal/fixmes
Lukas Wirth
-10
/
+2
[next]