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
/
hir
Age
Commit message (
Expand
)
Author
Lines
2025-05-01
remove a couple of clones
Matthias Krüger
-31
/
+19
2025-04-29
refactor: Remove unnecessary extension trait
Lukas Wirth
-2
/
+0
2025-04-29
refactor: Clean up cache priming cancellation handling
Lukas Wirth
-10
/
+7
2025-04-28
refactor: De-arc lang item queries
Lukas Wirth
-40
/
+25
2025-04-28
Merge pull request #19706 from Veykril/push-nkpmknlvzyom
Lukas Wirth
-2
/
+3
2025-04-28
fix: Address minor FIXME
Lukas Wirth
-2
/
+3
2025-04-24
refactor: Remove `WherePredicateTypeTarget`
Lukas Wirth
-29
/
+29
2025-04-24
Properly handle lifetimes when checking generic arguments len
Chayim Refael Friedman
-5
/
+55
2025-04-22
Merge pull request #19657 from ChayimFriedman2/better-offset-of
Lukas Wirth
-3
/
+83
2025-04-22
Add two new diagnostics: one for mismatch in generic arguments count, and ano...
Chayim Refael Friedman
-15
/
+170
2025-04-22
Merge pull request #19624 from jackh726/chalk-update
Lukas Wirth
-13
/
+14
2025-04-22
Resolve `offset_of!()` in IDE
Chayim Refael Friedman
-3
/
+83
2025-04-21
Remove unnecessary predefined symbol clones
Chayim Refael Friedman
-20
/
+16
2025-04-21
Get rid of static predefined symbols
Chayim Refael Friedman
-3
/
+3
2025-04-20
Update chalk
jackh726
-13
/
+14
2025-04-19
Merge pull request #19617 from ChayimFriedman2/more-actual
Chayim Refael Friedman
-113
/
+92
2025-04-19
Make `HirFileId`, `EditionedFileId` and macro files Salsa struct
Chayim Refael Friedman
-113
/
+92
2025-04-18
Fix a panic when a trait method in an impl declares a lifetime parameter not ...
Chayim Refael Friedman
-8
/
+14
2025-04-13
internal: Render sigantures with view hir command
Lukas Wirth
-13
/
+41
2025-04-10
Merge pull request #19570 from ChayimFriedman2/fix-store-panic
Chayim Refael Friedman
-6
/
+6
2025-04-11
Fix an incorrect `ExpressionStore` that was passed
Chayim Refael Friedman
-6
/
+6
2025-04-10
fix: Fix invalid signature bitflags
Lukas Wirth
-6
/
+6
2025-04-10
Merge pull request #19461 from Hmikihiro/shadow_by_module
Lukas Wirth
-0
/
+5
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-386
/
+358
2025-04-10
TypeNs contain module
Hayashi Mikihiro
-36
/
+32
2025-04-10
return single option
Hayashi Mikihiro
-19
/
+2
2025-04-10
fix: shadow type by module
Hayashi Mikihiro
-29
/
+55
2025-04-09
refactor: Turn `LifetimeRef` into an enum
Lukas Wirth
-7
/
+6
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-657
/
+842
2025-04-06
fix: Fix `format_args` lowering for >=1.87
Lukas Wirth
-3
/
+10
2025-03-31
fix: Fix new nightly lints
Lukas Wirth
-4
/
+2
2025-03-31
fix: Cleanup param name inlay hint filtering
Lukas Wirth
-7
/
+11
2025-03-27
Allow crate authors to control completion of their things
Chayim Refael Friedman
-40
/
+132
2025-03-23
chore: Bump dependencies
Lukas Wirth
-4
/
+4
2025-03-21
chore: Remove some unnecessary usage of `Semantics`
Lukas Wirth
-12
/
+12
2025-03-20
Remove unnecessary expansions
Chayim Refael Friedman
-68
/
+31
2025-03-16
Merge pull request #19363 from euclio/varargs-detail
Lukas Wirth
-0
/
+4
2025-03-16
Merge pull request #19354 from ChayimFriedman2/rtn-prep
Lukas Wirth
-0
/
+18
2025-03-16
refactor: Remove unnecessary `Arc`
Lukas Wirth
-2
/
+2
2025-03-15
display varargs in completion detail
Andy Russell
-0
/
+4
2025-03-15
cargo fmt
BenjaminBrienen
-129
/
+100
2025-03-15
Fix 2024 syntax errors
BenjaminBrienen
-3
/
+6
2025-03-15
chore: Remove legacy `SyntaxContextId` re-export
Lukas Wirth
-5
/
+5
2025-03-14
Split `variant_data` into its own query
Lukas Wirth
-13
/
+10
2025-03-14
Split enum variants out of `enum_data` query
Lukas Wirth
-2
/
+6
2025-03-14
Split assoc items out of `trait_data`/`impl_data` queries
Lukas Wirth
-29
/
+28
2025-03-13
internal: don't panic when the crate graph isn't ready #19351
David Barsky
-5
/
+8
2025-03-12
Emit an error when RTN is used in an incorrect place
Chayim Refael Friedman
-0
/
+18
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-41
/
+38
2025-03-10
internal: port rust-analyzer to new Salsa
David Barsky
-63
/
+77
[next]