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
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
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
2024-12-04
fix: refactor `syntax_editor_add_generic_param` to handle adding new generic ...
Tarek
-35
/
+30
2024-12-04
fix: refactor syntax_editor_add_generic_param to handle new generic parameters
Tarek
-12
/
+11
2024-12-04
fix: implement `syntax_editor_create_generic_param_list`
Tarek
-0
/
+32
2024-12-04
define syntax_editor_add_generic_param
Tarek
-2
/
+31
2024-12-04
feat: migrate introduce_named_generic assist to use SyntaxFactory
Tarek
-0
/
+21
2024-12-04
Lay the foundation for diagnostics in ty lowering, and implement a first diag...
Chayim Refael Friedman
-1
/
+1
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-2
/
+41
2024-11-26
Migrate `add_turbo_fish` to `SyntaxEditor`
Shoyu Vanilla
-0
/
+18
2024-10-30
Merge pull request #18385 from Giga-Bowser/master
Lukas Wirth
-1
/
+41
2024-10-28
Move text-edit into ide-db
Lukas Wirth
-598
/
+55
2024-10-27
Put leading `|` in patterns under `OrPat`
Chayim Refael Friedman
-1
/
+13
2024-10-24
Add `ty_fn_ptr` function to create function pointer type
Giga Bowser
-1
/
+41
2024-10-22
Merge pull request #18254 from ChayimFriedman2/fix-mut
Lukas Wirth
-0
/
+4
2024-10-22
fix: Fix incorrect parsing of use bounds
Lukas Wirth
-6
/
+88
2024-10-21
fix: Fix token downmapping failing for include! inputs
Lukas Wirth
-1
/
+1
2024-10-20
Handle destructuring assignments uniformly
Chayim Refael Friedman
-0
/
+4
2024-10-20
feat: initial support for safe_kw in extern blocks
roife
-1
/
+8
2024-09-29
Rename object_safety to dyn_compatibility
Noah Bright
-1
/
+1
2024-09-26
internal: Add `SyntaxFactory` to ease generating nodes with syntax mappings
DropDemBits
-101
/
+186
2024-09-19
Auto merge of #18146 - ChayimFriedman2:allow-comment, r=Veykril
bors
-6
/
+11
2024-09-19
Remove check that text of `parse_expr_from_str()` matches the produced parsed...
Chayim Refael Friedman
-6
/
+11
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-1
/
+12
2024-09-12
Auto merge of #18099 - ChayimFriedman2:diag-only-necessary, r=Veykril
bors
-0
/
+27
2024-09-12
Use more correct handling of lint attributes
Chayim Refael Friedman
-0
/
+27
2024-09-12
Auto merge of #18038 - roife:fix-issue-18034, r=Veykril
bors
-1
/
+1
2024-09-10
Auto merge of #18032 - DropDemBits:sed-tree-edits, r=davidbarsky
bors
-0
/
+1251
2024-09-10
refactor: introduce NameGenerator in suggest_name
roife
-1
/
+1
[next]