about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/weak_lang_items.rs
AgeCommit message (Expand)AuthorLines
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-7/+1
2022-01-09Clean up lang_items::extractEric Huss-3/+1
2021-12-14Suggest to specify a target triple when eh_personality lang item is missingLucas Kent-2/+8
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-2/+2
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-1/+2
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-03-09Remove hir::ForeignItem::attrs.Camille GILLOT-1/+2
2021-01-25This should address issue 81294.Felix S. Klock II-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-1/+4
2020-08-30mv compiler to compiler/mark-0/+102