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
/
crates
/
hir-ty
Age
Commit message (
Expand
)
Author
Lines
2025-05-02
Render more lifetimes
Lukas Wirth
-70
/
+123
2025-05-01
remove a couple of clones
Matthias Krüger
-7
/
+7
2025-04-30
Merge pull request #19247 from alibektas/19172_very_new
Lukas Wirth
-80
/
+129
2025-04-29
Split out salsa_macros
Lukas Wirth
-5
/
+6
2025-04-28
refactor: De-arc lang item queries
Lukas Wirth
-119
/
+60
2025-04-25
Merge pull request #19688 from ChayimFriedman2/less-unused
Lukas Wirth
-24
/
+36
2025-04-25
`shrink_to_fit()` in more places
Chayim Refael Friedman
-24
/
+36
2025-04-24
Merge pull request #19678 from Veykril/push-mkznvpsktnnz
Lukas Wirth
-14
/
+24
2025-04-24
Merge pull request #19675 from Veykril/push-uuluymsosttr
Lukas Wirth
-12
/
+17
2025-04-24
Arena allocate `LifetimeRef`s
Lukas Wirth
-14
/
+24
2025-04-24
Correctly set `infer_args = true` in more places
Chayim Refael Friedman
-8
/
+10
2025-04-24
fix: Fix type argument mismatch incorrectly triggering on inferred trait args
Lukas Wirth
-4
/
+7
2025-04-24
refactor: Remove `WherePredicateTypeTarget`
Lukas Wirth
-64
/
+23
2025-04-24
Properly handle lifetimes when checking generic arguments len
Chayim Refael Friedman
-221
/
+587
2025-04-23
fix: Fix incorrect diagnostic for lifetime parameter count mismatch
Lukas Wirth
-8
/
+11
2025-04-22
Fix variance
Chayim Refael Friedman
-7
/
+3
2025-04-22
Adapt for new cycle handling changing in Salsa
Chayim Refael Friedman
-56
/
+47
2025-04-22
Adjust for `salsa::Id::from_u32()` being unsafe
Chayim Refael Friedman
-2
/
+4
2025-04-22
Add two new diagnostics: one for mismatch in generic arguments count, and ano...
Chayim Refael Friedman
-380
/
+760
2025-04-22
Merge pull request #19662 from Veykril/push-lqqvmnonlwrx
Lukas Wirth
-1
/
+1
2025-04-22
minor: Fix outdated comment in hir-ty/generics.rs
Lukas Wirth
-1
/
+1
2025-04-22
Merge pull request #19624 from jackh726/chalk-update
Lukas Wirth
-148
/
+140
2025-04-21
Merge pull request #19644 from ChayimFriedman2/const-syms
Lukas Wirth
-103
/
+81
2025-04-21
fix: Support unstable `UnsafePinned` struct in type layout calc
Lukas Wirth
-14
/
+11
2025-04-21
Remove unnecessary predefined symbol clones
Chayim Refael Friedman
-89
/
+70
2025-04-21
Get rid of static predefined symbols
Chayim Refael Friedman
-14
/
+11
2025-04-20
Update chalk
jackh726
-148
/
+140
2025-04-19
Make `HirFileId`, `EditionedFileId` and macro files Salsa struct
Chayim Refael Friedman
-100
/
+95
2025-04-18
Merge pull request #19616 from ChayimFriedman2/transparent-diags
Lukas Wirth
-0
/
+6
2025-04-18
Make hir-ty non-diagnostic queries transparent
Chayim Refael Friedman
-0
/
+6
2025-04-17
Fix a bug with predicate lowering of associated items
Chayim Refael Friedman
-5
/
+13
2025-04-14
Prevent panics when there is a cyclic dependency between closures
Chayim Refael Friedman
-7
/
+37
2025-04-10
Merge pull request #19566 from flodiebold/push-vzpyzvpkwkyt
Florian Diebold
-5
/
+4
2025-04-10
Fix dyn compatibility code bypassing callable_item_signature query
Florian Diebold
-5
/
+4
2025-04-10
fix: Walk const block expressions for unsafety checking
Lukas Wirth
-0
/
+1
2025-04-10
fix: Fix invalid signature bitflags
Lukas Wirth
-24
/
+21
2025-04-10
Merge pull request #19461 from Hmikihiro/shadow_by_module
Lukas Wirth
-2
/
+8
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-585
/
+478
2025-04-10
TypeNs contain module
Hayashi Mikihiro
-7
/
+9
2025-04-10
return single option
Hayashi Mikihiro
-7
/
+6
2025-04-10
fix: shadow type by module
Hayashi Mikihiro
-3
/
+8
2025-04-09
refactor: Turn `LifetimeRef` into an enum
Lukas Wirth
-19
/
+32
2025-04-09
Merge pull request #19462 from Veykril/push-ypvprvvwkyll
Lukas Wirth
-1115
/
+856
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-1115
/
+856
2025-04-08
Merge pull request #19536 from jackh726/closure-infer
David Barsky
-157
/
+405
2025-04-07
Port closure inference from rustc
jackh726
-157
/
+405
2025-04-07
Merge pull request #19432 from ShoyuVanilla/issue-19431
Lukas Wirth
-25
/
+89
2025-04-06
fix: Fix `format_args` lowering for >=1.87
Lukas Wirth
-4
/
+8
2025-04-01
chore: Replace some `invoke`s with `invoke_actual` in hir-ty
Lukas Wirth
-74
/
+81
2025-04-01
Merge pull request #19492 from ChayimFriedman2/experiment
Chayim Refael Friedman
-1
/
+1
[prev]
[next]