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
Age
Commit message (
Expand
)
Author
Lines
2025-10-01
Auto merge of #147210 - lnicola:sync-from-ra, r=lnicola
bors
-56
/
+148
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-1
/
+1
2025-09-25
Merge pull request #20738 from jackh726/next-trait-solver-next4
Shoyu Vanilla (Flint)
-7
/
+12
2025-09-25
Merge ref 'caccb4d0368b' from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-4
/
+0
2025-09-24
Switch next-solver related rustc dependencies of r-a to crates.io ones
Shoyu Vanilla
-4
/
+0
2025-09-24
Remove non-ns version of impl_self_ty and impl_trait
jackh726
-7
/
+12
2025-09-23
Remove all non-ns diagnostics queries, naming consistenly
Jack Huey
-9
/
+9
2025-09-23
Use lower_nextsolver::callable_item_signature instead of lower::callable_item...
Jack Huey
-14
/
+66
2025-09-23
Remove lower::value_ty in favor of lower_nextsolver::value_ty
Jack Huey
-4
/
+14
2025-09-23
Remove lower::ty in favor of lower_nextsolver::ty
Jack Huey
-7
/
+16
2025-09-23
Use ParamEnv in TraitEnvironment
Jack Huey
-2
/
+9
2025-09-23
Add 'db to TraitEnvironment
Jack Huey
-6
/
+6
2025-09-23
Make Field::ty return TypeNs
jackh726
-16
/
+25
2025-09-22
Use ns versions of with_diagnostics queries
jackh726
-8
/
+8
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-3
/
+5
2025-09-16
Merge pull request #20517 from Veykril/veykril/push-wrurmtqppzus
Lukas Wirth
-8
/
+15
2025-09-16
fix: Only compute unstable paths on nightly toolchains for IDE features
Lukas Wirth
-8
/
+15
2025-09-15
Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics
Chayim Refael Friedman
-3
/
+5
2025-09-11
Merge pull request #20642 from ChayimFriedman2/wasm-safe
Shoyu Vanilla (Flint)
-4
/
+19
2025-09-10
Properly handle normalization
Chayim Refael Friedman
-2
/
+7
2025-09-10
Fix failing tests and fill-in missing details
Shoyu Vanilla
-2
/
+10
2025-09-09
WIP switch inference table to next-solver
jackh726
-4
/
+12
2025-09-09
Make `#[target_feature]` safe always on WASM
Chayim Refael Friedman
-4
/
+19
2025-09-08
Remove support for register_attr
Wilfred Hughes
-33
/
+8
2025-09-04
Upgrade rustc crates
Chayim Refael Friedman
-24
/
+5
2025-09-02
Make sense of the mess that were (are) different kind of generics in the solver
Chayim Refael Friedman
-7
/
+10
2025-08-26
In highlight_related, when on an unsafe block, don't highlight unsafe operati...
Chayim Refael Friedman
-3
/
+22
2025-08-18
Merge pull request #20442 from ChayimFriedman2/unqualify
Shoyu Vanilla (Flint)
-0
/
+5
2025-08-17
Remove a bunch of stuff from chalk_db
jackh726
-19
/
+56
2025-08-17
Use impl_trait_ns in Impl::trait_ref
jackh726
-4
/
+1
2025-08-17
Switch TraitRef in hir::TraitRef to next solver
jackh726
-18
/
+25
2025-08-17
Replace layout_of_ty with layout_of_ty_ns
jackh726
-2
/
+4
2025-08-17
Switch associated_type_shorthand_candidates to lower_nextsolver
jackh726
-8
/
+11
2025-08-17
Cleanup assoc_type_shorthand_candidates
jackh726
-10
/
+11
2025-08-17
Change direct_super_traits to use generic_predicates_for_param_ns
jackh726
-5
/
+11
2025-08-17
Deduplicate layout_of_adt
jackh726
-1
/
+1
2025-08-17
impl HirDisplay for next_solver::Ty
jackh726
-4
/
+9
2025-08-17
Convert some of dyn_compatibility to next-solver and remove generic_predicate...
jackh726
-1
/
+1
2025-08-13
Merge Trait and TraitAlias handling
Deadbeef
-121
/
+13
2025-08-13
Only import the item in "Unqualify method call" if needed
Chayim Refael Friedman
-0
/
+5
2025-08-09
Implement next trait solver
jackh726
-3
/
+174
2025-08-05
Do not remove the original token when descending into derives
Chayim Refael Friedman
-11
/
+9
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-156
/
+138
2025-07-23
Remove `ExpressionStoreDiagnostics::MacroError`, instead recreate it from the...
Chayim Refael Friedman
-31
/
+7
2025-07-22
fix: Apply adjusts to pats and exprs when doing pat analysis
Shoyu Vanilla
-8
/
+1
2025-07-11
Merge pull request #20219 from ChayimFriedman2/expr-store-mem
Chayim Refael Friedman
-10
/
+5
2025-07-10
Merge pull request #20210 from ChayimFriedman2/naked-asm-safe
Shoyu Vanilla (Flint)
-5
/
+8
2025-07-10
Put the expression stuff in the expression store behind an `Option<Box>`
Chayim Refael Friedman
-10
/
+5
2025-07-09
Make `global_asm!()` work
Chayim Refael Friedman
-3
/
+5
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-2
/
+3
[next]