about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/lang_items.rs
AgeCommit message (Expand)AuthorLines
2021-03-10Remove unnecessary `#[allow(dead_code)]`Camelid-1/+0
2021-03-10Clarify docsCamelid-1/+2
2021-03-10Remove `sym::` and `kw::` from generated docsCamelid-3/+3
2021-03-10Fix bugCamelid-2/+2
2021-02-28Convert some lang item comments to doc-commentsCamelid-6/+8
2021-02-28Improve lang item generated docsCamelid-10/+16
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-0/+1
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+4
2021-02-13Remove ProjectionTy::from_ref_and_nameMatthew Jasper-0/+1
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+1
2020-10-22Fix const core::panic!(non_literal_str).Mara Bos-0/+1
2020-09-01hir: replace `lazy_static` by `SyncLazy` from stdmarmeladema-9/+7
2020-08-30mv compiler to compiler/mark-0/+334