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-09-10
Properly handle normalization
Chayim Refael Friedman
-196
/
+228
2025-09-10
An associated type is not a projection!
Chayim Refael Friedman
-1
/
+31
2025-09-10
Adopt even more custom types in the new solver
Chayim Refael Friedman
-222
/
+207
2025-09-10
Upgrade rustc crates and handle changes to canonicalization
Chayim Refael Friedman
-86
/
+225
2025-09-10
Fix failing tests and fill-in missing details
Shoyu Vanilla
-1418
/
+888
2025-09-09
WIP switch inference table to next-solver
jackh726
-522
/
+2280
2025-09-09
Make `#[target_feature]` safe always on WASM
Chayim Refael Friedman
-7
/
+34
2025-09-09
Expand target info to include the architecture
Chayim Refael Friedman
-10
/
+15
2025-09-05
Merge pull request #20609 from ChayimFriedman2/update-rustc
Shoyu Vanilla (Flint)
-506
/
+397
2025-09-04
Upgrade rustc crates
Chayim Refael Friedman
-506
/
+397
2025-09-04
Add a regression test for a fixed new trait solver bug
Chayim Refael Friedman
-1
/
+22
2025-09-02
Make sense of the mess that were (are) different kind of generics in the solver
Chayim Refael Friedman
-226
/
+314
2025-08-30
Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-trait
Shoyu Vanilla (Flint)
-1
/
+70
2025-08-28
When mapping next-solver's `dyn` type, add `Self` (aka. bound var ^1.0) to au...
Chayim Refael Friedman
-1
/
+70
2025-08-28
Don't require a full `InferenceTable` for `CastTy`
Chayim Refael Friedman
-59
/
+52
2025-08-27
Merge pull request #20547 from ChayimFriedman2/highlight-related-unsafe-scope
Laurențiu Nicola
-3
/
+3
2025-08-27
Merge pull request #20527 from ChayimFriedman2/cache-next-solver
Shoyu Vanilla (Flint)
-62
/
+86
2025-08-26
In highlight_related, when on an unsafe block, don't highlight unsafe operati...
Chayim Refael Friedman
-3
/
+3
2025-08-26
Remove `SolverDefId::ForeignId`
Chayim Refael Friedman
-7
/
+4
2025-08-25
Don't map Chalk's `Normalize` to next solver's `NormalizesTo`
Chayim Refael Friedman
-6
/
+16
2025-08-25
Normalize all types when finishing inference
Chayim Refael Friedman
-0
/
+29
2025-08-25
Cache trait solving across queries in the same revision
Chayim Refael Friedman
-62
/
+86
2025-08-24
Fix opaque generics
Chayim Refael Friedman
-43
/
+54
2025-08-22
fix: Infinite recursion while lowering assoc type bounds from supertraits
Shoyu Vanilla
-1
/
+58
2025-08-18
Auto-attach database in `Analysis` calls
Lukas Wirth
-1
/
+1
2025-08-17
Remove fixme comment
jackh726
-1
/
+0
2025-08-17
Add FIXME in named_associated_type_shorthand_candidates
jackh726
-0
/
+3
2025-08-17
Add fixme to associated_ty_item_bounds
jackh726
-0
/
+1
2025-08-17
Update fixme
jackh726
-1
/
+1
2025-08-17
Add new_empty_tuple
jackh726
-2
/
+7
2025-08-17
Remove a bunch of stuff from chalk_db
jackh726
-494
/
+24
2025-08-17
Switch TraitRef in hir::TraitRef to next solver
jackh726
-23
/
+263
2025-08-17
Replace layout_of_ty with layout_of_ty_ns
jackh726
-57
/
+55
2025-08-17
Remove all_super_traits in dyn_compatibility
jackh726
-7
/
+33
2025-08-17
Switch generics_require_sized_self to next solver
jackh726
-25
/
+17
2025-08-17
Convert more of dyn_compatibility to next-solver
jackh726
-153
/
+130
2025-08-17
Switch associated_type_shorthand_candidates to lower_nextsolver
jackh726
-149
/
+182
2025-08-17
Change direct_super_traits to use generic_predicates_for_param_ns
jackh726
-14
/
+29
2025-08-17
Convert some of mir/eval to next-solver types
jackh726
-132
/
+258
2025-08-17
Deduplicate layout_of_adt
jackh726
-43
/
+12
2025-08-17
impl HirDisplay for next_solver::Ty
jackh726
-295
/
+458
2025-08-17
Convert more of dyn_compatibility to next-solver
jackh726
-130
/
+123
2025-08-17
Convert some of dyn_compatibility to next-solver and remove generic_predicate...
jackh726
-52
/
+78
2025-08-17
fix: Make lang items query properly filter out overwritten/excluded sysroots
Shoyu Vanilla
-0
/
+51
2025-08-15
add comment
jackh726
-0
/
+7
2025-08-15
Add test for webrender-2022 metrics
jackh726
-0
/
+32
2025-08-13
Shift vars when mapping Dyn
jackh726
-0
/
+3
2025-08-13
Merge pull request #20446 from lcnr/kinda-unhelpful-3
Lukas Wirth
-81
/
+88
2025-08-13
manually normalize alias
lcnr
-8
/
+3
2025-08-13
layout_of uses `PostAnalysis`
lcnr
-2
/
+6
[prev]
[next]