about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-ty/src/autoderef.rs
AgeCommit message (Expand)AuthorLines
2025-09-23Use ParamEnv in TraitEnvironmentJack Huey-1/+1
2025-09-23Add 'db to TraitEnvironmentJack Huey-4/+4
2025-09-15Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnosticsChayim Refael Friedman-141/+232
2025-09-10Fix failing tests and fill-in missing detailsShoyu Vanilla-7/+7
2025-08-09Implement next trait solverjackh726-1/+3
2025-07-31`cargo clippy --fix`Lukas Wirth-4/+5
2025-06-25De-arc trait items queryLukas Wirth-1/+1
2025-04-28refactor: De-arc lang item queriesLukas Wirth-4/+2
2025-04-21Remove unnecessary predefined symbol clonesChayim Refael Friedman-3/+2
2025-03-15cargo fmtBenjaminBrienen-2/+2
2025-03-14Split assoc items out of `trait_data`/`impl_data` queriesLukas Wirth-1/+1
2025-02-23Remove `limit` crate in favor `usize`Lukas Wirth-3/+2
2025-01-28Disable `Receiver` based autoderef temporarilyLukas Wirth-1/+5
2025-01-24feat: Implement `arbitrary-self-types`Shoyu Vanilla-10/+31
2025-01-22increase `AUTODEREF_RECURSION_LIMIT` to 20Teodor Tanasoaia-2/+2
2024-10-22Fix new nightly lintsLukas Wirth-1/+1
2024-08-25internal: Don't allocate autoderef steps when not neededLukas Wirth-20/+53
2024-07-14Use statics + clone instead of const until const can access staticsLukas Wirth-2/+3
2024-07-12Use Symbol in NameLukas Wirth-2/+4
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+176