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-02-24
Migrate some leftovers in `add_missing_match_arms`
Shoyu Vanilla
-1
/
+157
2025-02-14
internal: Remove mutable syntax tree usages from `add_missing_match_arms` assist
Shoyu Vanilla
-47
/
+2
2025-01-29
Merge pull request #19070 from Veykril/push-wpqzmznymtrn
Lukas Wirth
-1
/
+116
2025-01-29
Remove mutable syntax tree shenanigans from adjustment hints
Lukas Wirth
-1
/
+116
2025-01-28
Merge pull request #19015 from Wilfred/mdbook
Lukas Wirth
-2
/
+2
2025-01-27
feat: Implement `default-field-values`
Shoyu Vanilla
-1
/
+5
2025-01-25
Skip redundant path search in `resolve_completion_edits`
Lukas Wirth
-1
/
+11
2025-01-24
manual: Convert to mdbook
Wilfred Hughes
-2
/
+2
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-0
/
+8
2025-01-08
internal: Migrate `unwrap_return_type` assist to use `SyntaxEditor`
Giga Bowser
-3
/
+3
2025-01-08
internal: Migrate `wrap_return_type` assist to use `SyntaxEditor`
Giga Bowser
-5
/
+105
2025-01-06
internal: Add some pattern constructors to `SyntaxFactory`
Giga Bowser
-0
/
+26
2025-01-06
internal: Add some expr constructors to `SyntaxFactory`
Giga Bowser
-2
/
+175
2025-01-06
internal: Add some path constructors to `SyntaxFactory`
Giga Bowser
-1
/
+77
2025-01-06
internal: `make::expr_match` should return `ast::MatchExpr`
Giga Bowser
-1
/
+1
2025-01-06
internal: Generally improve `make::match_arm`
Giga Bowser
-11
/
+24
2025-01-06
internal: move `make::expr_unit` to `make::ext::expr_unit`
Giga Bowser
-7
/
+7
2025-01-06
internal: `make::expr_tuple` should return `ast::TupleExpr`
Giga Bowser
-2
/
+3
2025-01-06
internal: `make::expr_if` should return `ast::IfExpr`
Giga Bowser
-1
/
+1
2025-01-06
internal: `make::expr_prefix` should return `ast::PrefixExpr`
Giga Bowser
-1
/
+1
2025-01-06
internal: Generalize `make::expr_from_text` to types which implement `Into<as...
Giga Bowser
-1
/
+1
2025-01-06
minor: New clippy lints
Lukas Wirth
-7
/
+7
2025-01-04
Support the new `CoercePointee` derive
Chayim Refael Friedman
-1
/
+19
2024-12-30
Move some more AST makers to the quote macro
Chayim Refael Friedman
-52
/
+56
2024-12-30
Create a `quote!`-like API for crafting AST nodes
Chayim Refael Friedman
-9
/
+182
2024-12-30
Generate a method for static retrieval of the SyntaxKind of a node, where pos...
Chayim Refael Friedman
-0
/
+1086
2024-12-20
internal: Standardize how we take iterator parameters in `SyntaxFactory`
Giga Bowser
-16
/
+28
2024-12-18
Fix AsmOption rule in rust.ungram
Arthur Baars
-3
/
+1
2024-12-11
minor: Add `item_static` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+63
2024-12-11
minor: Add `item_const` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+27
2024-12-11
Merge pull request #18458 from Giga-Bowser/master
Lukas Wirth
-6
/
+35
2024-12-10
minor: Migrate `generate_enum_variant` to `SyntaxEditor`
Giga Bowser
-130
/
+204
2024-12-10
minor: Add `ty_infer` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+8
2024-12-10
minor: Add `whitespace` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+4
2024-12-10
minor: Add `item_enum` constructor to `SyntaxFactory`
Giga Bowser
-6
/
+237
2024-12-09
minor: Migrate `remove_unnecessary_wrapper` to `SyntaxEditor`
Giga Bowser
-0
/
+20
2024-12-09
fix: Handle the final statement in `SyntaxFactory::block_expr` properly
Giga Bowser
-6
/
+15
2024-12-08
fix: Map new replacement nodes to their mutable equivalents in `SyntaxEditor`
Giga Bowser
-0
/
+6
2024-12-06
minor: Add `token_tree` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+27
2024-12-06
minor: Add `expr_bin` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+17
2024-12-06
minor: Add `token` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+5
2024-12-06
fix: Don't produce `ChangedAncestor` for `SyntaxToken`s
Giga Bowser
-10
/
+52
2024-12-06
fix: Properly determine `SyntaxEditor` replacement intersection
Giga Bowser
-1
/
+1
2024-12-06
Merge pull request #18551 from ShoyuVanilla/migrate-turbofish-assist
Lukas Wirth
-0
/
+18
2024-12-05
Merge pull request #18483 from tareknaser/syntax_factory_introduce_named_generic
David Barsky
-1
/
+100
2024-12-05
fix: rename `syntax_editor_add_generic_param` to `add_generic_param`
Tarek
-1
/
+1
2024-12-04
refactor: move editing for ast using `SyntaxEditor` to a separate file
Tarek
-73
/
+73
2024-12-04
fix: refactor `introduce_named_generic` assist
Tarek
-28
/
+26
2024-12-04
fix: correct token type for closing angle bracket
Tarek
-1
/
+1
2024-12-04
fix: refactor `syntax_editor_add_generic_param`
Tarek
-13
/
+38
[prev]
[next]