summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/deduce_param_attrs.rs
Commit message (Expand)AuthorAgeFilesLines
* allow mutating function args through `&raw const`Lukas Markeffsky2023-05-131-5/+16
* remove no-op logicLukas Markeffsky2023-05-121-13/+2
* Check freeze with right param-envMichael Goulet2023-04-161-2/+3
* Use local key in providersMichael Goulet2023-03-211-6/+5
* remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda2023-02-161-1/+1
* change usages of type_of to bound_type_ofKyle Matsuda2023-02-161-1/+1
* rustc: Remove needless lifetimesJeremy Stucki2022-12-201-1/+1
* Rewrite dest prop.Jakob Degen2022-11-261-38/+10
* Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle2022-10-271-2/+1
* Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton2022-10-211-0/+249