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-02-25
Disable typos checker for the target feature names
Chayim Refael Friedman
-0
/
+2
2025-02-25
Support target features implications in target_feature 1.1
Chayim Refael Friedman
-35
/
+267
2025-02-24
Merge pull request #18987 from ChayimFriedman2/drop-glue
Lukas Wirth
-4
/
+260
2025-02-24
Format code
Laurențiu Nicola
-1
/
+1
2025-02-24
Add rustc_hashes and bump the others
Laurențiu Nicola
-0
/
+1
2025-02-24
Merge from rust-lang/rust
Laurențiu Nicola
-16
/
+23
2025-02-23
Merge pull request #19191 from Veykril/push-yzzlosskwrxs
Lukas Wirth
-4
/
+2
2025-02-23
Remove `limit` crate in favor `usize`
Lukas Wirth
-4
/
+2
2025-02-23
Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...
Jacob Pratt
-5
/
+5
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-5
/
+5
2025-02-20
rust-analyzer: use new function in (incorrect) layout computation
Jubilee Young
-1
/
+1
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-6
/
+6
2025-02-20
Explicitly compare `TypesMap` as ptrs
Shoyu Vanilla
-12
/
+17
2025-02-20
fix: Binding wrong assoc ty when lowering trait ref bound
Shoyu Vanilla
-10
/
+45
2025-02-18
Revert "pass struct fields to chalk"
Lukas Wirth
-37
/
+20
2025-02-17
Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicola
Matthias Krüger
-1250
/
+1483
2025-02-17
Merge pull request #19169 from lnicola/sync-from-rust
Laurențiu Nicola
-2
/
+2
2025-02-17
Merge pull request #19167 from ChayimFriedman2/fix-ref-pat
Lukas Wirth
-17
/
+43
2025-02-17
Merge from rust-lang/rust
Laurențiu Nicola
-2
/
+2
2025-02-17
Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr
bors
-4
/
+11
2025-02-17
Fix detection of ref patterns for path patterns
Chayim Refael Friedman
-17
/
+43
2025-02-17
Merge pull request #19122 from Austaras/master
Lukas Wirth
-20
/
+37
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-1102
/
+1091
2025-02-17
Calculate drop glue and show it on hover
Chayim Refael Friedman
-4
/
+260
2025-02-17
Add `pattern_complexity_limit` to `Limits`.
Nicholas Nethercote
-1
/
+1
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-4
/
+11
2025-02-16
Refactor path lowering
Chayim Refael Friedman
-1090
/
+1089
2025-02-16
Improve error recovery when method-calling an assoc function
Lukas Wirth
-41
/
+87
2025-02-12
Merge pull request #19148 from Veykril/push-ptnykrwnwwlu
Lukas Wirth
-79
/
+152
2025-02-12
Improve error recovery when method-calling a field
Lukas Wirth
-79
/
+152
2025-02-12
Merge pull request #19111 from ShoyuVanilla/issue-19021
Lukas Wirth
-9
/
+89
2025-02-12
Merge pull request #18995 from alibektas/12210
Lukas Wirth
-19
/
+14
2025-02-12
Propogate error types in mir type projections
Lukas Wirth
-2
/
+9
2025-02-10
Extend the renaming to coerce_unsafe_ptr
Bastian Kersting
-1
/
+1
2025-02-10
pass struct fields to chalk
austaras
-20
/
+37
2025-02-09
Fix clippy errors
Ali Bektas
-3
/
+3
2025-02-09
Lower ast::Ident to hir::Path when lowering RangePats
Ali Bektas
-24
/
+15
2025-02-08
fix: Apply adjustments to proper expr when invoking `CoerceMany`
Shoyu Vanilla
-9
/
+89
2025-02-07
fix: Resolve projection types before checking casts
Shoyu Vanilla
-0
/
+1
2025-02-04
Remove a no-longer-correct FIXME
Chayim Refael Friedman
-1
/
+0
2025-02-04
Fix incorrect terminology
Chayim Refael Friedman
-2
/
+2
2025-02-04
Refactor `TyLoweringContext::substs_from_args_and_bindings()` to always take ...
Chayim Refael Friedman
-27
/
+18
2025-02-04
Add a FIXME for feature(adt_const_params)
Chayim Refael Friedman
-0
/
+1
2025-02-03
Merge pull request #19066 from alibektas/slice_pattern_type_inference
Lukas Wirth
-31
/
+183
2025-02-03
Fix some mir eval/lowerings
Lukas Wirth
-6
/
+84
2025-02-03
Do not use make use of `InferenceResult::has_errors` flag for mir building
Lukas Wirth
-5
/
+21
2025-02-03
Revert tests::patterns::infer_pattern
Ali Bektas
-37
/
+35
2025-02-03
Make Pat::Range's start and end Option<ExprId>
Ali Bektas
-3
/
+7
2025-01-29
call infer_pats from infer::expr with context
Ali Bektas
-5
/
+4
2025-01-29
Equip infer_pat_* with declaration origin
Ali Bektas
-26
/
+101
[prev]
[next]