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-ty
Age
Commit message (
Expand
)
Author
Lines
2025-07-11
fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansion
Shoyu Vanilla
-0
/
+14
2025-07-11
Backport new sized-hierarchy trait bounds in old ways
Shoyu Vanilla
-6
/
+47
2025-06-20
rust-analyzer: Rename LayoutS to LayoutData in comments
Zachary S
-1
/
+1
2025-06-15
Optimize `pub(crate)` visibility resolution
Lukas Wirth
-0
/
+1
2025-06-15
Unify assoc item visibility queries
Lukas Wirth
-2
/
+2
2025-06-15
Idiomatic salsa use for extern block abi query
Lukas Wirth
-7
/
+5
2025-06-15
Idiomatic salsa use for impl items query
Lukas Wirth
-8
/
+8
2025-06-15
Idiomatic salsa use for enum variants query
Lukas Wirth
-35
/
+36
2025-06-15
Cleanup incremental tests
Lukas Wirth
-118
/
+400
2025-06-14
Merge pull request #19984 from WaffleLapkin/unprefer_align
Lukas Wirth
-9
/
+13
2025-06-13
remove `pref_align_of` intrinsic handling, rename `{min_=>}align_of{,_val}`
Waffle Lapkin
-9
/
+13
2025-06-13
Remove `InternedCallableDefId`
Lukas Wirth
-39
/
+17
2025-06-13
Merge pull request #19982 from Veykril/push-uptnmqtlylsx
Lukas Wirth
-4
/
+4
2025-06-13
`cargo upgrade`
Lukas Wirth
-3
/
+13
2025-06-12
Fix tests
Lukas Wirth
-4
/
+4
2025-06-12
Avoid referring to the item tree except in the def map
Chayim Refael Friedman
-31
/
+32
2025-06-11
hir-ty: test (the absence of) incremental trait solving
David Barsky
-1
/
+87
2025-06-10
Do not error at impls for unsized types that do not include `where Self: Size...
Chayim Refael Friedman
-2
/
+2
2025-06-03
hir-ty: add incremental tests checking for `infer` invalidation
David Barsky
-0
/
+253
2025-06-03
Merge pull request #19869 from MatrixFrog/publicize_field
Lukas Wirth
-6
/
+7
2025-06-02
Add a quickfix for accessing a private field of a struct
Tyler Breisacher
-6
/
+7
2025-06-03
fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnostics
Shoyu Vanilla
-7
/
+72
2025-05-28
Merge pull request #19872 from ChayimFriedman2/async-fn-output
Lukas Wirth
-11
/
+81
2025-05-28
fix: Skip pattern analysis on type mismatches
Shoyu Vanilla
-0
/
+3
2025-05-27
Fix inference of `AsyncFnX` return type
Chayim Refael Friedman
-11
/
+81
2025-05-26
Merge pull request #19851 from ChayimFriedman2/normalize-exhaustiveness
Lukas Wirth
-25
/
+56
2025-05-23
Bump salsa
Lukas Wirth
-10
/
+12
2025-05-23
Normalize when checking for uninhabited types for pattern exhaustiveness chec...
Chayim Refael Friedman
-25
/
+56
2025-05-22
Merge pull request #19842 from Veykril/push-zunlmrzpnrzk
Lukas Wirth
-1
/
+1
2025-05-22
Support `transmute_unchecked` intrinsic for mir-eval
Lukas Wirth
-1
/
+1
2025-05-20
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+3
2025-05-15
Improve asm support
Chayim Refael Friedman
-28
/
+109
2025-05-06
add stubbed-out cases for rust-analyzer
dianne
-0
/
+3
2025-05-06
Don't panic on some weird code
Chayim Refael Friedman
-0
/
+24
2025-05-05
refactor: De-arc defmap queries
Lukas Wirth
-70
/
+70
2025-05-05
Fix incorrect handling of unresolved non-module imports in name resolution
Lukas Wirth
-0
/
+19
2025-05-04
Disable fixpoint for variance computation temporarily
Lukas Wirth
-12
/
+12
2025-05-02
Merge pull request #19733 from ShoyuVanilla/issue-19724
Lukas Wirth
-13
/
+82
2025-05-03
fix: Implement mut to const ptr cast for method resolution
Shoyu Vanilla
-13
/
+82
2025-05-03
fix: Correct assoc ty bound var starting index
Shoyu Vanilla
-1
/
+27
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
[next]