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
2024-12-06
feat: Migrate `flip_binexpr` assist to `SyntaxEditor`
Giga Bowser
-26
/
+29
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
Add typing handler for param list pipe
Lukas Wirth
-29
/
+69
2024-12-06
Merge pull request #18627 from Veykril/push-tzvnrnytrksr
Lukas Wirth
-2
/
+25
2024-12-06
Improve heuristics for on typing semicolon insertion
Lukas Wirth
-2
/
+25
2024-12-06
Merge pull request #18551 from ShoyuVanilla/migrate-turbofish-assist
Lukas Wirth
-24
/
+77
2024-12-06
Merge pull request #18563 from alibektas/workspace_key_high_precedence
Lukas Wirth
-3
/
+1
2024-12-06
Merge pull request #18594 from ChayimFriedman2/async-closures
Lukas Wirth
-68
/
+291
2024-12-06
Merge pull request #18474 from Veykril/push-nvtxykxkwnvs
Lukas Wirth
-130
/
+199
2024-12-06
Merge pull request #18610 from Veykril/push-kynytqktmnxq
Lukas Wirth
-2
/
+157
2024-12-06
Add implict unsafety inlay hints for extern blocks
Lukas Wirth
-2
/
+157
2024-12-06
Make bracket typing handler work on more things
Lukas Wirth
-130
/
+199
2024-12-06
Merge pull request #18625 from Veykril/push-npnxwpxuzlqz
Lukas Wirth
-4
/
+71
2024-12-06
fix: Fix parser getting stuck for bad asm expressions
Lukas Wirth
-4
/
+71
2024-12-05
Merge pull request #18622 from Veykril/push-wlzptrukvyup
Lukas Wirth
-3
/
+68
2024-12-05
fix: Fix parsing of dyn T in generic arg on 2015 edition
Lukas Wirth
-3
/
+68
2024-12-05
Merge pull request #18538 from tareknaser/syntax_factory_sort_items
David Barsky
-23
/
+21
2024-12-05
Merge pull request #18483 from tareknaser/syntax_factory_introduce_named_generic
David Barsky
-27
/
+123
2024-12-05
fix: Resolve generic parameters within use captures
Lukas Wirth
-2
/
+90
2024-12-05
Merge pull request #18620 from Veykril/push-pyulxnouvxkq
Lukas Wirth
-85
/
+125
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-85
/
+125
2024-12-05
Merge pull request #18619 from ShoyuVanilla/issue-18613
Lukas Wirth
-1
/
+55
2024-12-06
fix: Panic when displaying generic params with defaults
Shoyu Vanilla
-1
/
+55
2024-12-05
Merge pull request #18618 from Veykril/push-ysklqzomkyvp
Lukas Wirth
-133
/
+351
2024-12-05
fix: Fix parsing of integer/keyword name refs in various places
Lukas Wirth
-133
/
+351
2024-12-05
fix: rename `syntax_editor_add_generic_param` to `add_generic_param`
Tarek
-2
/
+2
2024-12-05
Merge pull request #18616 from Veykril/push-pkumxswtxspo
Lukas Wirth
-3
/
+3
2024-12-05
Disable `<` typing handler again
Lukas Wirth
-3
/
+3
2024-12-04
Merge pull request #18611 from ChayimFriedman2/proc-macro-warn
Lukas Wirth
-0
/
+13
2024-12-04
Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...
Oli Scherer
-11
/
+2
2024-12-04
fix: update `introduce_named_generic` to use `type_param` directly
Tarek
-3
/
+2
2024-12-04
Do not report warnings from proc macros, ever
Chayim Refael Friedman
-0
/
+13
2024-12-04
refactor: move editing for ast using `SyntaxEditor` to a separate file
Tarek
-74
/
+74
2024-12-04
fix: refactor `introduce_named_generic` assist
Tarek
-42
/
+31
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
-19
/
+41
2024-12-04
fix: refactor `syntax_editor_add_generic_param` to handle adding new generic ...
Tarek
-47
/
+43
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
-5
/
+35
2024-12-04
define syntax_editor_add_generic_param
Tarek
-7
/
+34
2024-12-04
fix: remove make_mut from introduce_named_generic assist
Tarek
-2
/
+0
2024-12-04
feat: migrate introduce_named_generic assist to use SyntaxFactory
Tarek
-5
/
+41
2024-12-04
Complete diagnostics in ty lowering groundwork
Chayim Refael Friedman
-103
/
+621
2024-12-04
Lay the foundation for diagnostics in ty lowering, and implement a first diag...
Chayim Refael Friedman
-80
/
+811
2024-12-04
Store some hir_def Paths in the type ref source maps
Chayim Refael Friedman
-77
/
+144
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-698
/
+1020
2024-12-04
refactor: change target parameter to a reference in add_rewrite method
Tarek
-12
/
+6
[prev]
[next]