about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/pattern.rs
AgeCommit message (Expand)AuthorLines
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+27
2025-04-12Move FlagComputation, PatternKind, and TypeWalker to rustc_type_irjackh726-8/+39
2025-03-06Hide the end of ranges in pretty printing if it's also the maximum of the typeOli Scherer-1/+23
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-4/+3
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-9/+2
2025-03-06Prefer a two value enum over boolOli Scherer-5/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+48