about summary refs log tree commit diff
path: root/src/test/ui/pattern
AgeCommit message (Expand)AuthorLines
2020-11-12Add testsNadrieril-42/+88
2020-11-05Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obkbors-595/+524
2020-11-03review commentsVishnunarayan K I-1/+4
2020-11-03add testsVishnunarayan K I-0/+49
2020-11-03preserve bindings order for SomeVishnunarayan K I-201/+159
2020-11-02new fix method and update testsVishnunarayan K I-57/+57
2020-11-02update some ui tests and update move ref drop semantics outputVishnunarayan K I-1/+1
2020-11-02reverse binding order in matches ...Vishnunarayan K I-708/+627
2020-11-01Fix #78549Nadrieril-0/+25
2020-10-24Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkorJonas Schievink-2/+274
2020-10-20Accidentally fixed #78071Nadrieril-24/+36
2020-10-18The only remaining constant patterns are opaqueNadrieril-9/+2
2020-10-18Destructure byte array constants to array patterns instead of keeping them op...Oliver Scherer-2/+2
2020-10-18Add some testsNadrieril-0/+267
2020-10-17Improve wording of "cannot multiply" type errorCamelid-2/+2
2020-10-16Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakisDylan DPC-364/+246
2020-10-01Add a regression test for issue-72565Yuki Okushi-0/+16
2020-10-01Add a regression test for issue-66501Yuki Okushi-0/+12
2020-09-26`char` not charvarkor-2/+2
2020-09-24Revert a test change to make sure it's still testing the original issueOliver Scherer-2/+2
2020-09-23Deduplicate errors in const to pat conversionOliver Scherer-8/+1
2020-09-20Use precise errors during const to pat conversion instead of a catch-all on t...Oliver Scherer-4/+12
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-61/+144
2020-09-15Stabilize move_ref_patternAmjad Alsharafi-364/+246
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-132/+132
2020-09-01Clarify message about unresolved useKornel-3/+3
2020-08-30mv compiler to compiler/mark-1/+1
2020-08-02Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkovbors-0/+95
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-2/+2
2020-07-31Fix ICEs with `@ ..` bindingYuki Okushi-0/+95
2020-07-27mv std libs to library/mark-3/+3
2020-07-07Update reference to CONTRIBUTING.mdYuki Okushi-1/+1
2020-07-05Address code reviewsYuki Okushi-10/+21
2020-07-05Explain exhaustive matching on {usize,isize} maximum valuesYuki Okushi-0/+46
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-31/+31
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-0/+24
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-25/+25
2020-05-29Rollup merge of #72572 - JohnTitor:add-tests, r=matthewjasperDylan DPC-0/+17
2020-05-27Add test for #71042Yuki Okushi-0/+17
2020-05-23Remove out-of-date commentNadrieril-1/+0
2020-05-23Work around type normalization issuesNadrieril-0/+23
2020-05-17We don't use tyerr anymoreNadrieril-0/+22
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+6
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-27/+12
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+108
2020-03-25borrowck: prefer "value" over "`_`".Mazdak Farrokhzad-41/+41
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-12/+27
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+18
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-2/+2