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
2025-06-12
Merge pull request #19981 from Veykril/push-tzzunsrqqunv
Lukas Wirth
-5
/
+6
2025-06-12
fix: Do not force descend into derives for goto IDE features
Lukas Wirth
-5
/
+6
2025-06-12
`ItemTree`'s `ItemVisibilities` has no identity, so deduplicate
Lukas Wirth
-38
/
+39
2025-06-12
Merge pull request #19837 from ChayimFriedman2/stable-astid
Lukas Wirth
-1945
/
+2256
2025-06-12
LRU ast id map
Chayim Refael Friedman
-0
/
+1
2025-06-12
Ignore ast id hashes in typos check
Chayim Refael Friedman
-0
/
+1
2025-06-12
Remove most of the item tree
Chayim Refael Friedman
-443
/
+52
2025-06-12
Avoid referring to the item tree except in the def map
Chayim Refael Friedman
-955
/
+981
2025-06-12
Use stable AST IDs
Chayim Refael Friedman
-556
/
+1230
2025-06-12
Merge pull request #19942 from ChayimFriedman2/faux
Lukas Wirth
-28
/
+26
2025-06-11
chore(deps-dev): bump brace-expansion in /editors/code
dependabot[bot]
-15
/
+15
2025-06-11
hir-ty: test (the absence of) incremental trait solving
David Barsky
-1
/
+87
2025-06-11
Merge pull request #19973 from Veykril/push-ppltxvqvqmkk
Lukas Wirth
-3
/
+9
2025-06-11
fix: Hide dyn inlay hints for incomplete `impl`s
Lukas Wirth
-3
/
+9
2025-06-11
Fix proc macro server handling of strings with minuses
Chayim Refael Friedman
-31
/
+26
2025-06-10
Merge pull request #19964 from Wilfred/fix_typos
Chayim Refael Friedman
-2
/
+2
2025-06-10
[minor] Fix typos
Wilfred Hughes
-2
/
+2
2025-06-10
Merge pull request #19963 from ChayimFriedman2/unsized-impl-items
Lukas Wirth
-3
/
+64
2025-06-10
Do not error at impls for unsized types that do not include `where Self: Size...
Chayim Refael Friedman
-3
/
+64
2025-06-09
Merge pull request #19930 from regexident/dyn-semantics-take-two
David Barsky
-2
/
+18
2025-06-09
Merge from rust-lang/rust
Laurențiu Nicola
-14
/
+0
2025-06-09
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-06-09
Stabilize the "JSON is not Rust" diagnostic
Chayim Refael Friedman
-0
/
+1
2025-06-08
Add the quickfix for increasing visibility of a private field to the private-...
Chayim Refael Friedman
-32
/
+125
2025-06-08
Correctly handle attr macros placed in cfg_attr in speculative expansion
Chayim Refael Friedman
-20
/
+26
2025-06-08
Remove the optimization of builtin attrs in `is_inside_macro_call()`
Chayim Refael Friedman
-8
/
+0
2025-06-06
In "Fill match arms", allow users to prefer `Self` to the enum name when poss...
Chayim Refael Friedman
-29
/
+227
2025-06-06
Make `Semantics<'db, dyn HirDatabase>` actually usable
Vincent Esche
-2
/
+18
2025-06-06
Merge pull request #19908 from rmehri01/rmehri01/diagnostic_attribute_complet...
Lukas Wirth
-25
/
+190
2025-06-06
Merge pull request #19937 from Veykril/push-rvnylnlnxxyr
Lukas Wirth
-10
/
+28
2025-06-06
Merge pull request #19935 from ChayimFriedman2/exp-diag-show-quickfix
Lukas Wirth
-2
/
+12
2025-06-06
fix: Record macro calls for fields in `ChildBySource` impls
Lukas Wirth
-10
/
+28
2025-06-06
Stabilize unlinked file diagnostic
Chayim Refael Friedman
-0
/
+1
2025-06-06
Always include quickfixes for diagnostics, even when diagnostics are disabled
Chayim Refael Friedman
-2
/
+12
2025-06-05
Merge pull request #19933 from Veykril/push-uyxorpyvnzsl
Lukas Wirth
-10
/
+134
2025-06-05
Better parser recovery for macro calls in type bound position
Lukas Wirth
-10
/
+134
2025-06-05
fix: Record macro calls in signatures in `ChildBySource` impls
Lukas Wirth
-19
/
+77
2025-06-05
Stabilize `const_eq_ignore_ascii_case`
Paolo Barbolini
-14
/
+0
2025-06-05
Merge pull request #19928 from Veykril/push-kznpuqllrvvq
Lukas Wirth
-297
/
+160
2025-06-05
Deduplicate code in proc-macro-srv
Lukas Wirth
-297
/
+160
2025-06-05
feat: ide-assist, generate single field struct From
A4-Tacks
-6
/
+1043
2025-06-04
add qualifiers to attribute completions
Ryan Mehri
-14
/
+30
2025-06-04
match on segments of path and some small cleanup
Ryan Mehri
-23
/
+14
2025-06-04
refactor: Cleanup descension stuff
Lukas Wirth
-35
/
+46
2025-06-04
Merge pull request #19922 from Veykril/push-oxyomxrsplpx
Lukas Wirth
-217
/
+405
2025-06-04
feat: Add `dyn` keyword inlay hints
Lukas Wirth
-2
/
+142
2025-06-04
Give path segment type anchors their own grammar rule
Lukas Wirth
-158
/
+223
2025-06-04
Remove unnecessary parameters in inlay-hint computation
Lukas Wirth
-58
/
+41
2025-06-04
Merge pull request #19913 from rust-lang/dependabot/npm_and_yarn/editors/code...
Laurențiu Nicola
-3
/
+3
2025-06-04
Merge pull request #19914 from davidbarsky/davidbarsky/add-some-additional-in...
Lukas Wirth
-0
/
+253
[prev]
[next]