about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/pattern
AgeCommit message (Expand)AuthorLines
2020-09-20Lint on function pointers used in patternsOliver Scherer-1/+18
2020-09-20Split check for `PartialEq` impl into a methodOliver Scherer-28/+35
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-26/+84
2020-09-20Merge tuple and struct pattern generation.Oliver Scherer-5/+1
2020-09-20array patternBastian Kauschke-4/+4
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+2
2020-09-19Add fast path for match checkingishitatsuyuki-13/+95
2020-09-15Stabilize move_ref_patternAmjad Alsharafi-66/+4
2020-09-04Change ty.kind to a methodLeSeulArtichaut-66/+58
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+3
2020-08-30mv compiler to compiler/mark-0/+4914