about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/lang_items.rs
AgeCommit message (Expand)AuthorLines
2023-12-14Move special methods from ClosureKind back into rustcMichael Goulet-0/+11
2023-05-16Remove `LangItems::require`Nilstrieb-6/+2
2022-11-27Add `TyCtxt::is_fn_trait`Maybe Waffle-0/+8
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-1/+1
2022-10-29Cleanup weak lang itemsCameron Steffen-4/+0
2022-08-25allow non-monomorphize modules to access hard-coded error message through new...Nathan Stocks-3/+3
2020-09-18don't take `TyCtxt` by referenceBastian Kauschke-3/+3
2020-08-30mv compiler to compiler/mark-0/+61