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-09
Merge pull request #18643 from Veykril/push-muwuzmowptnn
Lukas Wirth
-397
/
+407
2024-12-09
Remove patch sysroot cfg-if hack
Lukas Wirth
-53
/
+18
2024-12-09
Rename test fixture crates to ra_test_fixture
Lukas Wirth
-397
/
+407
2024-12-09
Remove unstable attributes in minicore
Laurențiu Nicola
-4
/
+0
2024-12-09
Merge pull request #18441 from Veykril/lw-psyvmlotlvqn
Lukas Wirth
-54
/
+107
2024-12-09
Fix config guard lock for ratoml tests
Lukas Wirth
-63
/
+59
2024-12-09
Merge pull request #18635 from ChayimFriedman2/fix-test
Lukas Wirth
-47
/
+49
2024-12-08
fix: Map new replacement nodes to their mutable equivalents in `SyntaxEditor`
Giga Bowser
-20
/
+22
2024-12-08
Fix a test that didn't test what it should
Chayim Refael Friedman
-47
/
+49
2024-12-08
Merge pull request #18633 from ChayimFriedman2/unify-fn
Lukas Wirth
-1
/
+21
2024-12-07
Coerce two `FnDef`s to fn pointers even if they are the same, if they are sub...
Chayim Refael Friedman
-1
/
+21
2024-12-07
Watch for user config ratoml
Ali Bektas
-37
/
+94
2024-12-07
Merge pull request #18575 from Giga-Bowser/flip-assists
Lukas Wirth
-87
/
+217
2024-12-07
Merge pull request #18630 from Veykril/push-ystzsxpywnxn
Lukas Wirth
-19
/
+37
2024-12-06
Remove polymorphization
Ben Kimock
-1
/
+0
2024-12-06
Temporarily disable completion resolve support for neovim
Lukas Wirth
-3
/
+7
2024-12-06
Temporarily disable completion resolve support for helix
Lukas Wirth
-19
/
+33
2024-12-06
Merge pull request #18629 from Veykril/push-wlsvxwomumpp
Lukas Wirth
-21
/
+29
2024-12-06
Highlight right angle as part of fat arrow in macro rules arm
Lukas Wirth
-21
/
+29
2024-12-06
Merge pull request #18628 from Veykril/push-sqpymrtxysmw
Lukas Wirth
-29
/
+69
2024-12-06
feat: Migrate `flip_comma` assist to `SyntaxEditor`
Giga Bowser
-43
/
+79
2024-12-06
minor: Add `token_tree` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+27
2024-12-06
feat: Migrate `flip_trait_bound` assist to `SyntaxEditor`
Giga Bowser
-6
/
+8
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
[prev]
[next]