about summary refs log tree commit diff
path: root/src/test/ui/pattern/const-pat-ice.stderr
AgeCommit message (Collapse)AuthorLines
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-13/+0
2020-08-30mv compiler to compiler/mark-1/+1
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-1/+1
2020-07-07Update reference to CONTRIBUTING.mdYuki Okushi-1/+1
2020-01-12Diagnostics should not end with a full stopvarkor-1/+1
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-1/+1
2019-06-18test: normalize away the line/column info in ui/pattern/const-pat-ice.Eduard-Mihai Burtescu-1/+1
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+1
2019-06-05Reblessed tests.Alexander Regueiro-1/+1
2019-05-25Update ui testsOliver Scherer-1/+1
2019-05-10Fix inhabitedness of non-exhaustive variants.David Wood-1/+1
This commit ensures that non-exhaustive variants are considered inhabited when used in extern crates.
2019-04-22Fix ICE related to #53708Esteban Küber-1/+1
2019-04-14normalize flags and rustc version in ICE reproRalf Jung-2/+2
2019-04-14fix testsRalf Jung-0/+13