about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-01-09Rollup merge of #68024 - petrochenkov:recoverall, r=CentrilMazdak Farrokhzad-94/+77
2020-01-09Rollup merge of #68023 - FSciammarella:master, r=Centril,varkorMazdak Farrokhzad-2/+2
2020-01-09Rollup merge of #67990 - Centril:slice-pats-move-tests-match, r=matthewjasperMazdak Farrokhzad-0/+978
2020-01-09Rollup merge of #67747 - estebank:bare-assoc-const, r=CentrilMazdak Farrokhzad-4/+20
2020-01-08Fix Typo on cannot "substract"Felipe Sciammarella-2/+2
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-94/+77
2020-01-08Explain that associated types and consts can't be accessed directly on the tr...Esteban Küber-4/+20
2020-01-09Rollup merge of #67887 - anp:tracked-std-panics, r=nagisaYuki Okushi-0/+38
2020-01-09Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebankYuki Okushi-0/+13
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-64/+69
2020-01-08slice patterns: harden match-based borrowck testsMazdak Farrokhzad-0/+978
2020-01-07Skip caller location test in wasm32.Adam Perry-0/+1
2020-01-07Rollup merge of #67936 - euclio:assoc-type-bad-style, r=CentrilYuki Okushi-2/+12
2020-01-07Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkovYuki Okushi-4/+24
2020-01-07Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwcoYuki Okushi-1/+1
2020-01-06Account for `type X = impl Trait;` in lifetime suggestionEsteban Küber-1/+1
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-2/+12
2020-01-06Rollup merge of #67915 - lzutao:Self, r=CentrilDylan DPC-2/+2
2020-01-06Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisaDylan DPC-0/+31
2020-01-06Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obkDylan DPC-0/+34
2020-01-06Use Self instead of $typeLzu Tao-2/+2
2020-01-05Silence `TooGeneric` errorvarkor-0/+31
2020-01-05Fix ICE involving calling `Instance.ty` during const evaluationAaron Hill-0/+34
2020-01-05Handle multiple error fix suggestions carefulyLaurent Bonnans-4/+24
2020-01-04Fix typoAdam Perry-1/+1
2020-01-04Result's panics have `#[track_caller]`.Adam Perry-0/+8
2020-01-04Option's panics are all #[track_caller].Adam Perry-0/+29
2020-01-05Add backticks to various diagnosticsvarkor-99/+99
2020-01-04add ui testcjkenn-0/+13
2020-01-04Rollup merge of #67775 - mental32:master, r=Dylan-DPCDylan DPC-20/+14
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-1/+31
2020-01-04Rollup merge of #67137 - anp:tracked-panic-internals, r=eddybDylan DPC-8/+25
2020-01-04Test cleanups to match #[track_caller] in panic!.Adam Perry-8/+25
2020-01-04Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkovGuillaume Gomez-66/+115
2020-01-04Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obkGuillaume Gomez-28/+11
2020-01-04try to fix ui errorsYuki Okushi-0/+2
2020-01-04Rollup merge of #67835 - euclio:delimiter-wording, r=CentrilMazdak Farrokhzad-126/+126
2020-01-04Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=ManishearthMazdak Farrokhzad-0/+44
2020-01-04Rollup merge of #66913 - VirrageS:help-self, r=varkor,CentrilMazdak Farrokhzad-0/+65
2020-01-03clarify that `Drop` can be implemented for enums and unions tooAndy Russell-13/+23
2020-01-03improve generic `Drop` error messagesAndy Russell-53/+92
2020-01-03Add a testVadim Petrochenkov-0/+30
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-1/+1
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-126/+126
2020-01-03Thank you Dylan and JohnTitor for blessing me.mental-4/+5
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-16/+143
2020-01-03Rollup merge of #67807 - lzutao:toilet-closure, r=CentrilYuki Okushi-3/+3
2020-01-03Rollup merge of #67796 - Aaron1011:fix/mir-inline-proj, r=wesleywiserYuki Okushi-0/+17
2020-01-03Rollup merge of #67783 - LeSeulArtichaut:pattern-ref-warning, r=CentrilYuki Okushi-0/+78
2020-01-03Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es...Yuki Okushi-13/+45