about summary refs log tree commit diff
path: root/src/librustc_mir_build/thir/pattern
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-4914/+0
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-2/+1
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-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+2
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-02fix typosliuzhenyu-1/+1
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-0/+4915