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-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-1
/
+1
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-672
/
+605
2025-07-29
Merge pull request #20337 from ChayimFriedman2/double-inlay-hints
Lukas Wirth
-13
/
+13
2025-07-29
When displaying a projection into a type parameter that has bounds as `impl T...
Chayim Refael Friedman
-13
/
+13
2025-07-28
Format and bump rustc crates
Laurențiu Nicola
-3
/
+3
2025-07-28
Merge ref '733dab558992' from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-13
/
+3
2025-07-27
Ignore `Destruct` bounds again
Lukas Wirth
-2
/
+41
2025-07-24
Remove dead code and extend test coverage and diagnostics around it
Oli Scherer
-13
/
+3
2025-07-22
fix: Apply adjusts to pats and exprs when doing pat analysis
Shoyu Vanilla
-40
/
+69
2025-07-15
Format and bump rustc crates
Laurențiu Nicola
-1
/
+1
2025-07-15
Merge from rust-lang/rust
Laurențiu Nicola
-5
/
+14
2025-07-15
Infer lifetimes for GATs in expression/pattern position
Chayim Refael Friedman
-2
/
+6
2025-07-11
Merge pull request #20232 from ShoyuVanilla/issue-20225
Shoyu Vanilla (Flint)
-5
/
+17
2025-07-11
Add a memory map bound check assertion on rendering const slice
Shoyu Vanilla
-0
/
+8
2025-07-11
Merge pull request #20219 from ChayimFriedman2/expr-store-mem
Chayim Refael Friedman
-35
/
+32
2025-07-11
fix: Normalize projection types before calculating memory maps
Shoyu Vanilla
-5
/
+9
2025-07-10
Merge pull request #20228 from ChayimFriedman2/fix-use-display
Chayim Refael Friedman
-0
/
+1
2025-07-11
Fix display of `use<>` syntax
Chayim Refael Friedman
-0
/
+1
2025-07-10
Merge pull request #20210 from ChayimFriedman2/naked-asm-safe
Shoyu Vanilla (Flint)
-2
/
+7
2025-07-10
Put the expression stuff in the expression store behind an `Option<Box>`
Chayim Refael Friedman
-35
/
+32
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-2
/
+7
2025-07-09
Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril
bors
-0
/
+8
2025-07-08
Revert "Re-enable fixpoint iteration for variance computation"
Chayim Refael Friedman
-11
/
+12
2025-07-07
Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee
bors
-5
/
+6
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-5
/
+6
2025-07-06
Merge pull request #20184 from Veykril/push-ywpynxnltpok
Lukas Wirth
-18
/
+30
2025-07-06
chore: Remove dead field from `InferenceContext`
Lukas Wirth
-18
/
+30
2025-07-06
Merge pull request #20179 from ChayimFriedman2/destructuring-assignment-never
Lukas Wirth
-2
/
+61
2025-07-05
Fix diverging destructuring assignments
Chayim Refael Friedman
-2
/
+61
2025-07-04
always check for mixed deref pattern and normal constructors
dianne
-0
/
+8
2025-07-04
`hir_ty::match_check`: remove special handling for box patterns
dianne
-60
/
+20
2025-07-03
fix: Closure capturing for let exprs, again
Shoyu Vanilla
-5
/
+30
2025-07-03
Merge pull request #20160 from Veykril/push-pqvskktpnylu
Lukas Wirth
-8
/
+8
2025-07-03
fix: Improve diagnostic ranges for `macro_calls!`
Lukas Wirth
-8
/
+8
2025-07-03
Re-enable fixpoint iteration for variance computation
Lukas Wirth
-12
/
+11
2025-07-03
Bump salsa
Lukas Wirth
-39
/
+70
2025-06-29
Remove last use of `rustc_pat_analysis::Captures`
zachs18
-5
/
+5
2025-06-28
ci: Fix up release workflow
Lukas Wirth
-1
/
+4
2025-06-26
Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy
Chayim Refael Friedman
-6
/
+47
2025-06-26
Backport new sized-hierarchy trait bounds in old ways
Shoyu Vanilla
-6
/
+47
2025-06-26
Bring back the firewall query
Lukas Wirth
-0
/
+1
2025-06-26
Salsa idiomize `VariantFields` query
Lukas Wirth
-51
/
+48
2025-06-25
Merge pull request #20088 from Veykril/push-qrslvzzlqqoz
Lukas Wirth
-57
/
+49
2025-06-25
De-arc trait items query
Lukas Wirth
-57
/
+49
2025-06-24
Short circuit a couple hir-ty/lower queries
Lukas Wirth
-9
/
+34
2025-06-24
Merge pull request #20036 from Veykril/push-yquvoyrxkksx
Lukas Wirth
-55
/
+55
2025-06-24
Do not default to 'static for trait object lifetimes
Lukas Wirth
-55
/
+55
2025-06-24
Merge pull request #20062 from ChayimFriedman2/doctests
Lukas Wirth
-0
/
+1
2025-06-24
fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansion
Shoyu Vanilla
-0
/
+14
2025-06-23
Merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
[next]