about summary refs log tree commit diff
path: root/src/librustc_ty/common_traits.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-41/+0
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-5/+5
This commit adjusts the naming of various lang items so that they are consistent and don't include prefixes containing the target or "LangItem". In addition, lang item variants are no longer exported from the `lang_items` module. Signed-off-by: David Wood <david@davidtw.co>
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-14Make downstream crates compile.Camille GILLOT-1/+1
2020-02-16Other crates.Camille GILLOT-1/+2
2020-02-02Improve needs_drop queryMatthew Jasper-0/+40
* Handle cycles in `needs_drop` correctly * Normalize types when computing `needs_drop` * Move queries from rustc to rustc_ty